aarontwf / BattleNight-Core

The main CraftBukkit plugin.
http://dev.bukkit.org/bukkit-plugins/battlenight/
5 stars 5 forks source link

Individual Permission Nodes #77

Closed GamersCorp closed 11 years ago

GamersCorp commented 11 years ago

If possible, can individual permission nodes be implemented for /bn join, /bn leave, etc?

Realmlist commented 11 years ago

I can't see sense in that. Why would you disallow someone to leave a battleground?

GamersCorp commented 11 years ago

Well, the issue I'm having is that if people warp from my creative world via /bn join, into the arena, which is in my survival world, once they leave they keep their creative inventory. Obviously, this leads to huge amounts of diamond blocks being "stolen"

Realmlist commented 11 years ago

Then I think it would be better if LimeByte looks into the teleportation part of the plug-in.

aarontwf commented 11 years ago

Why don't you just remove the battlenight.user permission from the creative world? In the future there will be no more exit waypoint which should fix this issue.

GamersCorp commented 11 years ago

How would I remove the permission from only the creative world? I'm using PermissionsEx

Realmlist commented 11 years ago

You should be able to find it here.

GamersCorp commented 11 years ago

I fixed the issue I was having with inventories staying the same when switching from creative worlds to arenas. I fixed it by moving the arena to its own separate world. Thanks for the help though!