Config for the different action buttons that show on the player list; each button has the button define(s) given along side an auth function, and optional reason callback; if a reason callback is used then Store.set(action_name_store,player.name,'BUTTON_NAME') should be called during on_click; buttons can be removed from the gui by commenting them out of the config at the bottom of this file; the key used for the name of the button is the permission name used by the role system;
expcore.gui |
expcore.roles |
modules.control.reports |
modules.control.warnings |
modules.control.jail |
utils.color_presets |
expcore.common |
goto_player | Teleports the user to the action player |
bring_player | Teleports the action player to the user |
report_player | Reports the action player, requires a reason to be given |
warn_player | Gives the action player a warning, requires a reason |
jail_player | Jails the action player, requires a reason |
kick_player | Kicks the action player, requires a reason |
ban_player | Bans the action player, requires a reason |