BattleKits

BattleKits

250k Downloads

Permissions assigned to Kits

celebrir opened this issue ยท 3 comments

commented

Hello, I'm administrating several servers and I am missing a feature. It would be cool if you could assign permissions to kits. So basically temporary permissions which are assigned when the player gets the kit assigned till he chooses another one or dies. For example we want to make a stomper kit and that plugin works with a permission and everyone who has that can stomp and we want everyone with that kit being able to stomp.
Thx. ~celebrir

commented

A temporary solution, until this feature can be added (not sure when I'll get around to it):
Find a plugin that allows you to run commands on events (take a look at Skript, although it may be a bit too much for your needs). Then you can use that plugin in conjunction with the commands-on-kit-give feature of BattleKits to grant/revoke permissions and accomplish what you need.

commented

This is difficult without interfering with the current perms plugin.

commented

Or I could do that with a PEX group which is assigned. Problem: I can run a command on kit assign but not when they pick another kit or die. That feature should be easier to code.