np98765 / BattleKits

dev.bukkit.org/server-mods/battlekits
3 stars 19 forks source link

Players allowed to receive kits more than once per life and can change kits mid fight #183

Open Emulations opened 10 years ago

Emulations commented 10 years ago

I have the once per life option enabled but for some reason players can still change their kits more than once per life and can even change them mid fight. Here's my global config and permissions (I use Essentials GroupManager btw)

Global BK Config:

Global BattleKits settings

Add world-specific blocks by warapping everything in the name of the world.

Restrictions are handled by permissions now.

brand: BattleKits server: enabled: false port: 25588 server-name: ClassicKits server-description: A good old school Kit PvP server! settings: once-per-life: true auto-update: true enable-restrictions: false show-kit-info-on-respawn: false override-disable-respawn-kits: true instant-soup-drink: true clear-default: false instant-soup-drink: true replenish-type: hunger signs: enabled: true ignore-permissions: false ignore-costs: false ignore-world-restriction: false ignore-lives-restriction: false soupFillCost: 2.0 indirect: ignore-costs: true ignore-permissions: true ignore-world-restriction: false ignore-lives-restriction: false killStreaks: enabled: true actionDefault: '!&7 has a kill streak of &e&c!' rewards: killCommands:

Permissions:

groups: Player: default: true permissions:

Thanks in advance. I can't find a solution to this problem at all. I've tried negating some of the options in the global config but no matter what I do players can still change their kits (afaik) infinitely.