Allow xpkeeper.admin permission node to remove other player's XPKeeper signs
Rumsfield opened this issue ยท 1 comments
Please implement users with the xpkeepr.admin permission node to be able to destroy other player's XPKeeper signs. The issue currently is as follows:
Prerequisites:
- Set up a Minecraft Spigot 1.8.7 server with PermissionsEX, XPKeeper and Worldedit
- Have a default player, with the xpkeeper.use permission node
- Have another player as an Op.
Steps:
- The default player creates an XPKeeper sign.
- The Op types /xpkforceremove
- The Op removes the XPKeeper sign of the default player using Worldedit
- The default player attempts to create a new XPKeeper sign, but cannot because XPKeeper says the player can only have one sign.
Suggested Resolution:
When the Op types /xpkforceremove , prompt the Op to click the XPKeeper sign to be removed from the world (similar to how /xpkremove works).
Done aa80780