feat(error): simplify error management regarding data-related operations
This commit is contained in:
parent
df988dbf87
commit
5197fefdaf
9 changed files with 24 additions and 32 deletions
|
@ -1,17 +1,14 @@
|
|||
# Nicko ${version} - Language File:
|
||||
|
||||
# Specifies the configuration version, don't change.
|
||||
version: "1.1.3"
|
||||
version: "1.1.4"
|
||||
|
||||
error:
|
||||
generic: "An unknown error occurred."
|
||||
permission: "§cYou do not have the required permission."
|
||||
invalid_username: "§cThis is not a valid Minecraft username."
|
||||
mojang_name: "There is no Minecraft account with this name."
|
||||
mojang_skin: "This Minecraft account has no skin."
|
||||
cache: "Unable to get skin from the cache."
|
||||
sql: "SQL Error"
|
||||
json: "JSON Error"
|
||||
|
||||
event:
|
||||
settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue