{ // When enabled, adds a space in front and behind a vertical bar in the subcommands. "addVerticalBarSpacing": true, // The message which will be sent to players when they use the /vote command. // min: 1, max: 50 "amountCommandsPerPage": 8, // The colour of the command in /help. The possible values are; 0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white. // min: 0, max: 15 "commandColour": 2, // The colour of the subcommand in /help. The possible values are; 0: black, 1: dark_blue, 2: dark_green, 3: dark_aqua, 4: dark_red, 5: dark_purple, 6: gold, 7: gray, 8: dark_gray, 9: blue, 10: green, 11: aqua, 12: red, 13: light_purple, 14: yellow, 15: white. // min: 0, max: 15 "subcommandColour": 7 }