Performs a lot of various changes

Adds some new command classes
Adds support for several languages
Adds README
Updates Java and Spigot versions
Adds command info and additional permission info to plugin.yml
Implements manual sign creation request cancelling
This commit is contained in:
2022-01-09 12:12:55 +01:00
parent d210b45ad5
commit 2917905b23
19 changed files with 502 additions and 52 deletions

View File

@@ -0,0 +1,11 @@
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"