sunkid / WorldModes

A bukkit plugin to enforce world-specific game modes
2 stars 0 forks source link

unable to manually change gamemode, automatic not reliable #11

Open paulj1x opened 12 years ago

paulj1x commented 12 years ago

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:

Survival world:

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:

Survival world:

It switches modes correctly most of the time, but not always, and it doesn’t drop their inventory.

Do I have this setup correctly?