Add cost functions to commands

Part of #6
This commit is contained in:
zontreck 2025-06-07 13:04:22 -07:00
parent ced16d9fb9
commit 6b6e2af0fc
6 changed files with 179 additions and 32 deletions

View file

@ -46,5 +46,8 @@
"cmd-cooldown": "[{0}] is currently on cooldown. You can use this command again in [{1}]",
"psp": "[ASU] PSP Starting... you do not need to stay in bed",
"psp-ending": "[ASU] PSP Complete"
"psp-ending": "[ASU] PSP Complete",
"cost-insufficient": "You only have {1} rusty gears, you need {0}.",
"cost-charged": "You have been charged {0} rusty gears."
}