Created
June 3, 2017 16:06
-
-
Save witoszekdev/a60e3b147118f880d8cc480e7524f1c2 to your computer and use it in GitHub Desktop.
bukkit-paper
This file contains hidden or 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
| # 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 | |
| # http://wiki.bukkit.org/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 http://www.spigotmc.org/pages/irc/ ) | |
| # Forums: http://www.spigotmc.org/ | |
| # Bug tracker: http://www.spigotmc.org/go/bugs | |
| settings: | |
| allow-end: false | |
| warn-on-overload: true | |
| permissions-file: permissions.yml | |
| update-folder: update | |
| plugin-profiling: false | |
| connection-throttle: -1 | |
| query-plugins: false | |
| deprecated-verbose: default | |
| shutdown-message: §cRestart serwera... Wracamy za chwilę! | |
| spawn-limits: | |
| monsters: 0 | |
| animals: 0 | |
| water-animals: 0 | |
| ambient: 0 | |
| chunk-gc: | |
| period-in-ticks: 600 | |
| load-threshold: 0 | |
| ticks-per: | |
| animal-spawns: 400 | |
| monster-spawns: 1 | |
| autosave: 6000 | |
| aliases: now-in-commands.yml | |
| database: | |
| username: bukkit | |
| isolation: SERIALIZABLE | |
| driver: org.sqlite.JDBC | |
| password: walrus | |
| url: jdbc:sqlite:{DIR}{NAME}.db | |
| worlds: | |
| world: | |
| generator: VoidGenerator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment