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:
11
src/main/resources/strings.yml
Normal file
11
src/main/resources/strings.yml
Normal 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"
|
Reference in New Issue
Block a user