diff options
| author | Empa <42304516+ItsEmpa@users.noreply.github.com> | 2024-01-30 22:15:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-30 22:15:17 +0100 |
| commit | a20f7d1f2242aedcf54f5c2b8ebeca9a1d81fd93 (patch) | |
| tree | 22f292d1117140fc3b696663e26741e6643a29c1 /src/main/java/at/hannibal2/skyhanni/config/features | |
| parent | 51fc65a4b2632fee56d452c8839f936c1ba2ab3c (diff) | |
| download | skyhanni-a20f7d1f2242aedcf54f5c2b8ebeca9a1d81fd93.tar.gz skyhanni-a20f7d1f2242aedcf54f5c2b8ebeca9a1d81fd93.tar.bz2 skyhanni-a20f7d1f2242aedcf54f5c2b8ebeca9a1d81fd93.zip | |
Add /pd short command for party disband (#962)
Added /pd short command for party disband. #962
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/features')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/commands/CommandsConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/commands/CommandsConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/commands/CommandsConfig.java index f6ff5ade2..4003cfb99 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/commands/CommandsConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/commands/CommandsConfig.java @@ -19,7 +19,7 @@ public class CommandsConfig { public FandomWikiCommandConfig fandomWiki = new FandomWikiCommandConfig(); @ConfigOption(name = "Party Commands", desc = "Shortens party commands and allows tab-completing for them. " + - "\n§eCommands: /pt /pp /pko /pk §7SkyBlock command §e/pt §7to check the play time still works.") + "\n§eCommands: /pt /pp /pko /pk /pd §7SkyBlock command §e/pt §7to check the play time still works.") @Expose @ConfigEditorBoolean @FeatureToggle |
