-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db76bdc
commit fcc55e9
Showing
122 changed files
with
31,218 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
*.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# This is the main configuration file for Bukkit. | ||
# As you can see, there's actually not that much to configure without any plugins. | ||
# For a reference for any variable inside this file, check out the Bukkit Wiki at | ||
# https://www.spigotmc.org/go/bukkit-yml | ||
# | ||
# If you need help on this file, feel free to join us on irc or leave a message | ||
# on the forums asking for advice. | ||
# | ||
# IRC: #spigot @ irc.spi.gt | ||
# (If this means nothing to you, just go to https://www.spigotmc.org/go/irc ) | ||
# Forums: https://www.spigotmc.org/ | ||
# Bug tracker: https://www.spigotmc.org/go/bugs | ||
|
||
|
||
settings: | ||
minimum-api: none | ||
allow-end: false | ||
warn-on-overload: true | ||
permissions-file: permissions.yml | ||
update-folder: update | ||
plugin-profiling: false | ||
connection-throttle: 4000 | ||
query-plugins: true | ||
deprecated-verbose: default | ||
shutdown-message: Server closed | ||
spawn-limits: | ||
monsters: 70 | ||
animals: 10 | ||
water-animals: 15 | ||
ambient: 15 | ||
chunk-gc: | ||
period-in-ticks: 600 | ||
load-threshold: 0 | ||
ticks-per: | ||
animal-spawns: 400 | ||
monster-spawns: 1 | ||
autosave: 6000 | ||
aliases: now-in-commands.yml |
Binary file not shown.
Oops, something went wrong.