Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IdreesInc authored Jul 23, 2020
1 parent dc0d15c commit 827ae74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Shooting stars and falling stars spawn on on any world that meets the following
Installation is as simple as copying the newest build jar to your plugins folder. **A configuration file is not added by default**, but can be easily created by making a "Celeste" directory in your plugins folder and creating a "config.yml" within that directory. It is not necessary (nor recommended) to copy everything from the default config shown below, instead copy only the lines you wish to change.
### Defaults
``` yaml
# The number of shooting stars to create per minute for each world
# The average number of shooting stars to create per minute for each world
shooting-stars-per-minute: 6
# Whether to create falling stars or not
falling-stars-enabled: true
# The number of falling stars to create per minute for each world
# The average number of falling stars to create per minute for each world
falling-stars-per-minute: 0.2
# The maximum distance around a player within which a falling star may spawn
falling-stars-radius: 75
Expand Down

0 comments on commit 827ae74

Please sign in to comment.