-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I noticed that zMenu offers a action type:
- type: connect
server:
which is good, because the /server command is a Bungee Proxy command, can not be exec by spigot server.
Worth noting that, not only /server command, there are potentially many Bungee Proxy commands that need to be encapsulated in a GUI menu.
Such as SkinsRestorer. As it runs under proxy mode, it provides a proxy command /skins to open the GUI menu for itself. However, the command cant be support by item.commands or item.consoleCommands.
Forgive me if I was wrong, the /skins command runs on the same mechanism as /server I guess. Really hopes to adjust code architecture to support "bungeeCommand".
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request