About CommandsZ
CommandsZ plugin review
Easy management of commands on the server, only for which the player has authorization.
– Two types of UI window sizes
– Selectable description: either read from the config (in 1 language) or from the lang file (multi language)
– Easy handling: group list colors, add command, remove command
– Customizable display command in config – Auto find group list
Config:
{ "UI command:": "command", // in-game command "Description use lang file? If false plugin use config description. if true write the lang file link in description (example: description_001)": false, "Full screen UI?": true, "Lang file description length number (start: description_001 -> end your configured number)": 20, // number of lines in lang file "Close UI after click the command??": true, // after command usage, still on UI or close "Enable quick command menu for players?": true, "UI quick button color:": "0.3 0.3 0.3 0.5", "UI quick button X position:": 100.0, "UI quick button Y position:": 100.0, "UI quick button title:": "↑", "Command list": [ { "Name": "Remover tool", "Is Admin Command": false, "Command": "remove", //maximum 3 commands, without a separator space : , "Description:": "You can remove your entitys", "ImageSrc": "https://assets.umod.org/images/icons/plugin/5f69e0b028169.png", "Group": "default" //the color of the last listed group will always be active display mode, enter several groups: without a separating space: , }, { "Name": "Sign Artist", "Is Admin Command": false, "Command": "sil,silt", "Description:": "Insert a picture or write text in the frame.", "ImageSrc": "https://assets.umod.org/images/icons/plugin/5b6774e6e22df.jpg", "Group": "default,VIP" //the color of the last listed group will always be active display mode, enter several groups: without a separating space: , }, { "Name": "Nightvision", "Is Admin Command": false, "Command": "nv,nv 8,nv 16", //maximum 3 commands, without a separator space : , "Description:": "See in the dark with this item.", "ImageSrc": "https://static.wikia.nocookie.net/play-rust/images/e/ee/Night_Vision_Goggles_icon.png", "Group": "VIP" //the color of the last listed group will always be active display mode, enter several groups: without a separating space: , }, { "Name": "Radar", "Is Admin Command": false, "Command": "radar", //maximum 3 commands, without a separator space : , "Description:": "Radar for admins.", "ImageSrc": "https://assets.umod.org/images/icons/plugin/5b7e1bc17d769.png", "Group": "admin" } ], "Group Colors": { "default": { "Background Color": "0.3 0.3 0.3 1", "Text Color": "#ffffff", "Button Color": "0.3 1 0.3 1" }, "admin": { "Background Color": "0.5 0.2 0.2 1", "Text Color": "#ff9999", "Button Color": "1 0.2 0.2 1" } } }
Language: 31 file
Config: Description use lang file? IF FALSE:
The description of the command is read from the config file
Config: Description use lang file? IF TRUE:
The command description is read from the lang library.
EXAMPLE:
{ "Name": "Sign Artist", "Is Admin Command": false, "Command": "sil,silt", "Description:": "description_001", // write here the label of the line to be read from the lang file "ImageSrc": "https://assets.umod.org/images/icons/plugin/5b6774e6e22df.jpg", "Group": "default,VIP" },
Permissions
CommandsZ.Admin //can edit commands CommandsZ.CanUse //can open UI
Required plugin:
I guarantee the functionality of the plugin as described. However, I cannot take responsibility for conflicts or issues arising from incompatibility with third-party plugins or themes. Please take this into account before purchasing. I will list all known compatibility details in the product description.
