xaniox / HeavySpleef

Advanced and highly configurable Spleef plugin for Bukkit
http://dev.bukkit.org/server-mods/heavyspleef/
GNU General Public License v3.0
12 stars 19 forks source link

Can you add permissions to use [vote] and other signs separately? #57

Closed molor closed 7 years ago

molor commented 7 years ago

Hello. On my server, players can pick up and throw each other using .setPassenger(). And if player, who picked up another player, type /spl join, formally it will be registered in the game, but will not be in the lobby (players with passengers cannot be teleported using .teleport(). Seriously, this is bukkit/spigot limitation (or bug?)). As a result, players can stay at home (for example), thereby win the game and increase his rating.

To solve this problem, I removed permission to the /spl vote command and created a [vote] sign that the players could vote for the beginning of the game only being in the lobby. But there is another problem: players have no permision to use it.

Can you add permissions to use [vote] and other signs separately, please? for example, heavyspleef.sign.vote. Because of this problem I had to close spleef arena and players unhappy.. Thanks

xaniox commented 7 years ago

Hey,

there are already sign specific permissions available. Just take a look at the commands & permissions documentation page :)

https://dev.bukkit.org/projects/heavyspleef/pages/documentation/heavyspleef-2-0/commands-permissions

The permissions are:

If you have any further questions, feel free to ask.