unable to manually change gamemode, automatic not reliable
paulj1x opened this issue · 0 comments
Running WorldModes 2.52, CB 1597 and Essentials build 2.7.2. When I try to do a /gamemode 0 or /gm 0 or /gmt 0 it tells me the command is cancelled and doesn't do anything. When I disable the plugin I can change gamemode fine with essentials.
I’m trying to use it in a very basic sense. I have two worlds, one survival and one creative. I want people to automatically change modes and drop their inventory when going from creative to survival. I’m using bPermissions. If I have:
Creative world:
- worldmodes.creative
- worldmodes.mode.creative
- worldmodes.autoset.creative
- worldmodes.drop
Survival world:
- worldmodes.survival
- worldmodes.mode.survival
- worldmodes.autoset.survival
- worldmodes.drop
It works the opposite of what you would expect, when entering survival world they change to creative, and when entering creative world they change to survival.
If I have:
Creative world:
- worldmodes.survival
- worldmodes.mode.survival
- worldmodes.autoset.survival
- worldmodes.drop
Survival world:
- worldmodes.creative
- worldmodes.mode.creative
- worldmodes.autoset.creative
- worldmodes.drop
It switches modes correctly most of the time, but not always, and it doesn’t drop their inventory.
Do I have this setup correctly?