
Sending player to another Bungee server bypasses server restrictions.
DarkKingKaan opened this issue ยท 1 comments
Confirmation
- I have read the FAQ.
- I have tested the latest development build of Chest Commands and the bug is still present.
- I have updated Spigot to the latest release for my particular Minecraft version.
- I made sure the bug hasn't already been reported on the issue tracker.
Description
I have a menu item that sends a player to the Factions server. The server is currently only available for beta testers, so I have set the server as "restricted" in bungeecord config, which makes players unable connect or even view the server without a permission (in this case bungeecord.server.factions). The problem is, when setting a click action on a menu item to send someone to a bungee server, it bypasses this restriction (I'm guessing because the plugin uses the same system as the /send command). I think the plugin shouldn't bypass these bungeecord restrictions or we should be able to set a permission to use/click on a specific item in the menu.
How to reproduce
- Have a Bungeecord network setup
- Set one server as "restricted"
- Try to access the server without permissions, using /server command, shouldn't work.
- Setup a menu item and set a click action to send a player to a bungee server
- Try to access the same restricted server using the menu without permissions, it works.
Server version
Paper 1.15.2
Chest Commands version
Chest Commands v4.0.3
Additional information
No response