The update today seems to have broke the menu again.
Putting random numbers in chat instead of commands.
The update today seems to have broke the menu again.
Putting random numbers in chat instead of commands.
{
"Distance between buttons": 0.01,
"FadeIn and FadeOut time": 0.3,
"List of menus": [{
"Menu title": "<color=#FF0000>Click outside to</color> <color=#17FF00>close</color>",
"Menu title color": "#FF0000",
"Menu title size": 25,
"Menu title height": 0.04,
"Menu permission": "gamemenu.use",
"Chat command to open the menu": "m",
"Console command to open the menu": "menu",
"Background color": "0.66 0.66 0.66 0.9",
"Menu buttons": [{
"Button color": "0.0 0.0 0.0 1.0",
"Text color": "#FFFFFF",
"Text size": 20,
"Button width": 0.2,
"Button height": 0.04,
"Button text": "FMenu",
"Execute chat (true) or console (false) command": true,
"Executing command": "/fmenu"
},
{
"Button color": "0.0 0.0 0.0 1.0",
"Text color": "#FFFFFF",
"Text size": 20,
"Button width": 0.2,
"Button height": 0.04,
"Button text": "Remove",
"Execute chat (true) or console (false) command": true,
"Executing command": "/remove"
},
{
"Button color": "0.0 0.0 0.0 1.0",
"Text color": "#F0FF00",
"Text size": 20,
"Button width": 0.2,
"Button height": 0.04,
"Button text": "Voteday",
"Execute chat (true) or console (false) command": true,
"Executing command": "/voteday"
},
{
"Button color": "0.0 0.0 0.0 1.0",
"Text color": "#FF0000",
"Text size": 20,
"Button width": 0.2,
"Button height": 0.04,
"Button text": "Cancel Teleport",
"Execute chat (true) or console (false) command": true,
"Executing command": "/tpc"
},
{
"Button color": "0.0 0.0 0.0 1.0",
"Text color": "#17FF00",
"Text size": 20,
"Button width": 0.2,
"Button height": 0.04,
"Button text": "Accept TP",
"Execute chat (true) or console (false) command": true,
"Executing command": "/tpa"
},
{
"Button color": "0.0 0.0 0.0 1.0",
"Text color": "#00FF93",
"Text size": 20,
"Button width": 0.2,
"Button height": 0.04,
"Button text": "Set Home",
"Execute chat (true) or console (false) command": true,
"Executing command": "/sethome 1"
},
{
"Button color": "0.0 0.0 0.0 1.0",
"Text color": "#00D4FF",
"Text size": 20,
"Button width": 0.2,
"Button height": 0.04,
"Button text": "Teleport Home",
"Execute chat (true) or console (false) command": true,
"Executing command": "/home 1"
},
{
"Button color": "0.0 0.0 0.0 1.0",
"Text color": "#FF00DC",
"Text size": 20,
"Button width": 0.2,
"Button height": 0.04,
"Button text": "Kits",
"Execute chat (true) or console (false) command": true,
"Executing command": "/kit"
},
{
"Button color": "0.0 0.0 0.0 1.0",
"Text color": "#FF00DC",
"Text size": 25,
"Button width": 0.2,
"Button height": 0.05,
"Button text": "Skins",
"Execute chat (true) or console (false) command": true,
"Executing command": "/skins"
},
{
"Button color": "0.0 0.0 0.0 1.0",
"Text color": "#FFB900",
"Text size": 25,
"Button width": 0.2,
"Button height": 0.05,
"Button text": "Quests",
"Execute chat (true) or console (false) command": true,
"Executing command": "/q"
},
{
"Button color": "0.0 0.0 0.0 1.0",
"Text color": "#00FFF7",
"Text size": 25,
"Button width": 0.2,
"Button height": 0.05,
"Button text": "Shop",
"Execute chat (true) or console (false) command": true,
"Executing command": "/s"
},
{
"Button color": "0.0 0.0 0.0 1.0",
"Text color": "#8F00FF",
"Text size": 25,
"Button width": 0.2,
"Button height": 0.05,
"Button text": "Server Info",
"Execute chat (true) or console (false) command": true,
"Executing command": "/info"
}
]
}]
} It just put's random numbers.
i've seen 0-3

Works, thank you!
While I have you here though, I have two extra questions.
1. Someone posted a photo with their menu moved to the side.
How would I go about doing the same?
2. I know the plugin supports different menus but I can't seem to get more then 1 to work.
Could I get an example config with more then 1 menu?
1. Open website: https://jsoneditoronline.org/
2. Paste the JSON (config/data/whatever) on the left side
3. Press the ">" button
4. Edit config on the right side (values, in a list you can duplicate, add or remove entries, every entry is marked with index like 0, 1, 2, etc)
5. Press the "<" button
6. Copy the edited config on the left side
7. Paste the modified config on FTP and save the file
8. Reload the plugin 