Is there a way to disable bp for specific worlds?
EvanAlexJames opened this issue · 2 comments
I am using multiverse and my players are currently able to use the back pack in creative and bring the items back into survival with them. Is there a way to disable this? If not, can there be?
You can use your permission plugin to do this (e.g. for pex: /pex group default add -backpack.* creative_world)
You can also use the " allowed_game_modes" config option to limit the use to survival or whatever you like.
allowed_game_modes:[“SURVIVAL”]
or
allowed_game_modes:[“SURVIVAL”, "ADVENTURE"]
Extended support to disable the plugin in certain worlds will be added with V2.0.
#16