-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Block other plugins' portals, signs, etc. #30
Comments
--- Imported from dev.bukkit.org: orginal comment by AmauryPi (@AmauryCarrade) --- It is possible to change the permissions of the players. We just have to store for each player the permissions effectively removed, and to add them back later, filtered by a list set in the configuration file. As a failsafe, we can cancel the clicks on the signs and the non-SpectatorPlus teleportations. Cancelling signs clicks is quite simple (with a I can also cancel any teleportation not made by SpectatorPlus and not manual (with /tp). I think these three cases would cover a lot of cases. BUT, there is also another problem: if a spectator is marked as a player by a plugin (i.e. registered by the plugin), I can't cancel this registration. |
Task List
|
--- Imported from dev.bukkit.org: original issue reported by TheOnlyRealTGS ---
If possible, it would be cool if you could block entering the War plugin's portal (currently you can enter the game while in spectate mode), clicking Hunger Games join signs, and generally just prevent joining other minigames because it messes a lot of stuff up.
Maybe you could make a list of negated permissions in the config file? Then you would be able to put
-hg.*
and therefore the players wouldn't be able to join Hunger Games.The text was updated successfully, but these errors were encountered: