Remove isolate-plugins setting
This commit is contained in:
parent
d429b27ee8
commit
0028fc19c8
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue