Skip to content

Commit

Permalink
added new messages
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Sep 28, 2023
1 parent 8ebea8c commit 97d6d0c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions api/src/main/resources/commander.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ permission.query.defined=<prefix> <white>The permission of <green><command> <whi
permission.query.undefined=<prefix> <white>The permission of <green><command> <white>is undefined
command.unregistered=<prefix> <white>All commands matching <green><command> <white>are removed now
command.registered=<prefix> <white>All commands matching <green><command> <white>can be used again
command.hidden=<prefix> <white>All commands matching <green><command> <white>are now hidden
command.revealed=<prefix> <white>All commands matching <green><command> <white>can be seen again
command.reset=<prefix> <white>The command <green><command> <white>has been reset
command.unknown=<prefix> <red>The command <dark_gray>(<dark_red><command><dark_gray>) <red>does not exist
command.permission=<prefix> <red>You have no rights <dark_gray>(<dark_red><permission><dark_gray>)
command.permission.unknown=<prefix> <red>You have no rights
Expand Down
3 changes: 3 additions & 0 deletions api/src/main/resources/commander_german.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ permission.query.defined=<prefix> <white>Die Berechtigung auf <green><command> <
permission.query.undefined=<prefix> <white>Die Berechtigung auf <green><command> <white>ist undefiniert
command.unregistered=<prefix> <white>Alle Befehle die <green><command> <white>gleichen, wurden entfernt
command.registered=<prefix> <white>Alle Befehle die <green><command> <white>gleichen, können wieder genutzt werden
command.hidden=<prefix> <white>Alle Befehle die <green><command> <white>gleichen, wurden versteckt
command.revealed=<prefix> <white>Alle Befehle die <green><command> <white>gleichen, können wieder gesehen werden
command.reset=<prefix> <white>Der Befehl <green><command> <white>wurde zurück gesetzt
command.unknown=<prefix> <red>Der Befehl <dark_gray>(<dark_red><command><dark_gray>) <red>existiert nicht
command.permission=<prefix> <red>Darauf hast du keine rechte <dark_gray>(<dark_red><permission><dark_gray>)
command.permission.unknown=<prefix> <red>Darauf hast du keine rechte
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ plugins {
}

group = "net.thenextlvl.commander"
version = "2.1.0"
version = "3.0.0"

0 comments on commit 97d6d0c

Please sign in to comment.