diff options
author | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2024-06-13 11:03:07 +0800 |
---|---|---|
committer | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2024-06-13 11:03:07 +0800 |
commit | 75ad3b6165bd3b23d2498eff608264064ec11468 (patch) | |
tree | 88fb7f003c82b966d7f695bd36246eed4fd39300 /src/main/resources/assets/skyblocker/lang | |
parent | 72822bf1ee028287d535f50b59f96994dfe0b2fa (diff) | |
download | Skyblocker-75ad3b6165bd3b23d2498eff608264064ec11468.tar.gz Skyblocker-75ad3b6165bd3b23d2498eff608264064ec11468.tar.bz2 Skyblocker-75ad3b6165bd3b23d2498eff608264064ec11468.zip |
Add calculate command
Diffstat (limited to 'src/main/resources/assets/skyblocker/lang')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index 35cd4ec1..898e2046 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -820,6 +820,7 @@ "skyblocker.tips.tipsClick": "Click on a tip chat message to run its suggestion!", "skyblocker.tips.eventNotifications": "Check out the customizable event notifications in the config.", "skyblocker.tips.signCalculator": "Type an math expression in a sign to have the mod calculate it for you.", + "skyblocker.tips.calculateCommand": "Enter an expression after /skyblocker calculate to have the mod calculate it for you.", "skyblocker.tips.fancierBars": "Customize the look of your health, mana, defense, and experience bars with /skyblocker bars. You can snap and resize bars too!", "skyblocker.tips.crystalWaypointsShare": "Share Crystal Hollows Waypoints with /skyblocker crystalWaypoints share.", "skyblocker.tips.gardenMouseLock": "Lock your mouse while farming in the Skyblocker Garden config.", |