Skip to content

Commit

Permalink
add "invalid command perms" lang key
Browse files Browse the repository at this point in the history
  • Loading branch information
ToCraft committed Aug 26, 2024
1 parent 29898d1 commit b4fe2a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ craftedcore 5.4
================

- cache player profiles & patreons offline
- add "invalid command perms" lang key

craftedcore 5.3
================
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"craftedcore.update": "Eine neue Version von %s ist verfügbar: %s",
"craftedcore.config.set": "Config entry %s is now %s",
"craftedcore.config.get": "Config entry %s is set to %s",
"craftedcore.command.invalid_perms": "Du hast nicht die richtigen Berechtigungen, um diesen Befehl aszuführen!",
"craftedcore.command.clear_cache": "Leerte den Cache."
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"craftedcore.update": "A new version of %s is available: %s",
"craftedcore.config.set": "Config entry %s is now %s",
"craftedcore.config.get": "Config entry %s is set to %s",
"craftedcore.command.invalid_perms": "You don't have the right permissions to execute the command!",
"craftedcore.command.clear_cache": "Cleared Cache."
}

0 comments on commit b4fe2a4

Please sign in to comment.