main/Settings

Optional Settings


None of these are needed unless you want to change the default settings.


open_key
The key which opens the GUI. Needs one of these. Default is KEY_GRAVE (~).
select_user
Specifies whether the user should be automatically selected whenever the GUI is opened (saves a click if you often perform commands on yourself). Default is false.
player_rows
How much of the screen to take up with the playerlist. Default is 3.
param_panel
Set to true to generate a panel with text boxes for parameters that are shared between all buttons on the screen that require parameters. Default is false.
show_info
Adds some extra information about the plugin to the startup. Default is true.
debug_mode
Outputs extra information to the console. Can help find problems if you see strange behaviour. Default is false.
player_rows
Replaces the real playerlist with 50 fake players. Mainly for me to test but it's there if you want to try it. Default is false.

Colours

selected_button_color
screen_button_color
command_button_color
link_button_color
player_button_color
navigation_button_color
button_hover_color
disabled_button_color

All these need an RGB value, in the format R,G,B. For example:

disabled_button_color: 25,77,99