How can I add the essentials.fly.use permission in a certain world except turning on enable-multiworld-perms? Maybe I can do something like this? Code: Builder: alias: bdr isDefault: false inheritance: [] permissions: - blablabla worlds: Plots: - essentials.fly.use ContestPlots: - essentials.fly.use That means they can only use the /fly command in Plots and ContestPlots world. And if they teleport to a world were /fly command is not allowed, fly mode will automatically be turned off. I'm not sure how to to this, maybe you can help me.
I did it differently: I got WorldProtector and banned the /fly command in the worlds where flying is banned for everyone. In the worlds where /fly is not banned, the player can use the command he/she has permissions.