diff options
author | Linnea Gräf <nea@nea.moe> | 2024-12-22 21:17:11 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-12-22 21:17:11 +0100 |
commit | ebcb06df4092500a38e9a1a8d56d249b5ff37c47 (patch) | |
tree | 18d4de1b244169a0c5165230a0f5f32df37f7668 /translations | |
parent | 13994393ed392b33161cd427cc9730c9f1b11e35 (diff) | |
download | Firmament-ebcb06df4092500a38e9a1a8d56d249b5ff37c47.tar.gz Firmament-ebcb06df4092500a38e9a1a8d56d249b5ff37c47.tar.bz2 Firmament-ebcb06df4092500a38e9a1a8d56d249b5ff37c47.zip |
feat: Add party commands
Diffstat (limited to 'translations')
-rw-r--r-- | translations/en_us.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/translations/en_us.json b/translations/en_us.json index 4d1801a..d1af11e 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -129,6 +129,13 @@ "firmament.config.item-rarity-cosmetics.background-hotbar": "Hotbar Background Rarity", "firmament.config.item-rarity-cosmetics.background-hotbar.description": "Show item rarity background in the hotbar.", "firmament.config.item-rarity-cosmetics.background.description": "Show a background behind each item, depending on its rarity.", + "firmament.config.party-commands": "Party Commands", + "firmament.config.party-commands.cooldown": "Cooldown", + "firmament.config.party-commands.cooldown.description": "Prevent people from spamming commands with a delay between party commands.", + "firmament.config.party-commands.enable": "Enable Party Commands", + "firmament.config.party-commands.enable.description": "Allow people in your party to use commands like !warp, !coords, !ptme and so on. See /firm partycommands for a list", + "firmament.config.party-commands.ignore-own": "Ignore Own Messages", + "firmament.config.party-commands.ignore-own.description": "Prevent your own messages from triggering party commands", "firmament.config.pets": "Pets", "firmament.config.pets.highlight-pet": "Highlight active pet", "firmament.config.pets.highlight-pet.description": "Highlight your currently selected pet in the /pets menu.", |