Commits
md_5 authored a1b1dc81a61
1 1 | # This is the main configuration file for Bukkit. |
2 2 | # As you can see, there's actually not that much to configure without any plugins. |
3 3 | # For a reference for any variable inside this file, check out the Bukkit Wiki at |
4 4 | # https://www.spigotmc.org/go/bukkit-yml |
5 5 | # |
6 - | # If you need help on this file, feel free to join us on irc or leave a message |
6 + | # If you need help on this file, feel free to join us on Discord or leave a message |
7 7 | # on the forums asking for advice. |
8 8 | # |
9 - | # IRC: #spigot @ irc.spi.gt |
10 - | # (If this means nothing to you, just go to https://www.spigotmc.org/go/irc ) |
9 + | # Discord: https://www.spigotmc.org/go/discord |
11 10 | # Forums: https://www.spigotmc.org/ |
12 11 | # Bug tracker: https://www.spigotmc.org/go/bugs |
13 12 | |
14 13 | |
15 14 | settings |
16 15 | allow-end true |
17 16 | warn-on-overload true |
18 17 | permissions-file permissions.yml |
19 18 | update-folder update |
20 19 | plugin-profiling false |