- Works with
-
https://umod.org/plugins/no-escape
---
- Configuration 2.0
-
Open me
JSON:{ "Commands": [ "up", "upgrade", "grade", "bgrade" ], "1. Check building privilege": true, "2. Check for full health": false, "3. Time since last attack": 60, "GUI settings:": { "Duration": 60, "Panel color": "0.25 0.25 0.25 1", "Text color": "1 1 1 1", "Text size": 15, "Anchor min": "0 0.92", "Anchor max": "1 0.97" } }
- Language 2.0
-
Open me
JSON:{ "Permission": "You don't have permission to use that!", "Cost": "You don't have enough ingredients!", "Enabled": "Building upgrade was enabled!", "Disabled": "Building upgrade was disabled!", "Text": "Building grade to <color=green>{0}</color> enabled for {1} seconds", "1": "Wood", "2": "Stone", "3": "Metal", "4": "HQM" }
- bind h up
- bind h up 2
- /command - Enable next grade
- /command 1 - Enable wood grade (2 - Stone, etc)
- /command 1 - If wood grade enabled, it will be disabled
- buildingupgrade.use -to use plugin
- buildingupgrade.free - to upgrade without resources
Code:
{
"Commands": [
"up",
"upgrade",
"grade",
"bgrade"
],
"1. Check building privilege": true,
"2. Check for full health": false,
"3. Time since last attack": 60,
"GUI settings:": {
"Duration": 60,
"Panel color": "0.25 0.25 0.25 1",
"Text color": "1 1 1 1",
"Text size": 15,
"Anchor min": "0 0.92",
"Anchor max": "1 0.97"
}
}