-
Notifications
You must be signed in to change notification settings - Fork 3
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
!mc menu #4
Comments
Done first pass at this (see commit 2321985). At the moment this has no custom styling as whispering does not support setting the html yourself, this can only be done through /direct but this sends the message to all players which we do not want to happen. |
Idea for enhancement: Add a parameter to the menu command to allow GM's to display only one of the map files. e.g. "!mc menu --display public" will only display the public maps. By default it will still display all the map files to the GM. |
Need to work on some better styling across the board |
Add in a menu command, this command will send a menu to the chat with a list of the map names and buttons to allow a player to use this to move between pages instead of either manually sending the command or using a macro.
public maps will display for players and GMs
private maps will only display for GMs
When the command is used a table will be generated and sent to the player, following the bellow example:
Player View:
GM View:
[ ] is a placeholder for a button in the chat
The text was updated successfully, but these errors were encountered: