Adds code for loading and saving sign data

This commit is contained in:
2022-01-10 18:37:11 +01:00
parent 2917905b23
commit a77c297e58
12 changed files with 330 additions and 36 deletions

View File

@ -1,11 +1,13 @@
en:
PREFIX: "[PermSign]"
MISSING_CREATION_INFO: "You must specify a sign name and a comma-separated list of permissions to create a permission sign"
TIME_UNIT: "seconds"
PERMANENT: "Permanent"
COST_FREE: "Free"
COST_INVALID_NUMBER: "The given cost is not a valid number"
DURATION_INVALID_NUMBER: "The given duration is not a valid number"
COMMAND_PLAYER_ONLY: "This command is only available to players"
PERMISSION_SIGN_DESTROY_DENY: "You do not have permissions to delete a permissions sign"
PERMISSION_SIGN_REMOVED: "Permissions sign removed"
PREFIX: "[PermissionSigns]"
SIGN_PREFIX: "&4[PermSign]"
MISSING_CREATION_INFO: "&7You must specify a sign name and a comma-separated list of permissions to create a permission sign"
SIGN_TIME_UNIT: "seconds"
SIGN_PERMANENT: "Permanent"
SIGN_COST_FREE: "Free"
COST_INVALID_NUMBER: "&7The given cost is not a valid number"
DURATION_INVALID_NUMBER: "&7The given duration is not a valid number"
COMMAND_PLAYER_ONLY: "&7This command is only available to players"
PERMISSION_SIGN_DESTROY_DENY: "&7You do not have permissions to delete a permissions sign"
PERMISSION_SIGN_REMOVED: "&7Permissions sign removed"
COMMAND_PERMISSION_DENIED: "&7You do not have necessary permissions to perform this command"