diff options
author | Linnea Gräf <nea@nea.moe> | 2024-12-23 23:02:08 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-12-23 23:02:08 +0100 |
commit | 656958937fe29da90d7229b979996a68b5ea5b67 (patch) | |
tree | 20396137c6f933194cc8cc612f08d3b35dce0094 /translations/en_us.json | |
parent | 22bc3adbae747ef00e679458b0d407df31a9079b (diff) | |
download | Firmament-656958937fe29da90d7229b979996a68b5ea5b67.tar.gz Firmament-656958937fe29da90d7229b979996a68b5ea5b67.tar.bz2 Firmament-656958937fe29da90d7229b979996a68b5ea5b67.zip |
feat: Add /dh command
Diffstat (limited to 'translations/en_us.json')
-rw-r--r-- | translations/en_us.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/translations/en_us.json b/translations/en_us.json index d1af11e..a157432 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -180,6 +180,11 @@ "firmament.config.pristine-profit.position.description": "Edit the pristine profit hud location.", "firmament.config.pristine-profit.timeout": "Timeout (0 = disabled)", "firmament.config.pristine-profit.timeout.description": "Track the profit you make from pristine gemstones while mining. Set to 0 seconds to disable the HUD.", + "firmament.config.quick-commands": "Quick Commands", + "firmament.config.quick-commands.dh": "Enable /dh", + "firmament.config.quick-commands.dh.description": "Warps you to the dungeon hub.", + "firmament.config.quick-commands.join": "Enable /join", + "firmament.config.quick-commands.join.description": "Join various types of instances like dungeons using short hands like /join f1, /join k1, /join m7", "firmament.config.repo": "Firmament Repo Settings", "firmament.config.repo.autoUpdate": "Auto Update", "firmament.config.repo.autoUpdate.description": "Automatically download new items for the item list on every startup.", |