Remove isolate-plugins setting

This commit is contained in:
Jedediah Smith 2017-01-29 20:33:09 -05:00
parent d429b27ee8
commit 0028fc19c8
2 changed files with 0 additions and 3 deletions

View File

@ -88,8 +88,6 @@ running the same plugins as in production.
Appropriate SportBukkit settings are provided in `bukkit.yml.sample` in this folder. Of particular importance are these:
* `settings.bungeecord: true` This is required in order to connect through Bungee
* `settings.isolate-plugins: true` Isolate the class loaders of plugins without a dpendency relationship.
Without this, plugins can get the wrong versions of common libraries from other plugins.
* `settings.legacy-knockback: true` Emulate knockback mechanics from older versions of Minecraft
* `settings.water-pushes-tnt: false` Disable water pushing TNT, a newer Minecraft feature that we don't use.

View File

@ -29,7 +29,6 @@ settings:
use-exact-login-location: false
water-pushes-tnt: false
legacy-knockback: true
isolate-plugins: true
spawn-limits:
monsters: 70
animals: 15