85602d4922
- invalid enchants allowed (by config) - optional switch to survival in creative regions - fixed initial config create (ticket #6) - added teleport listener (ticket 3) - misc bugfixes/improvements
42 lines
No EOL
2 KiB
YAML
42 lines
No EOL
2 KiB
YAML
command:
|
|
player: player
|
|
switch:
|
|
survival: Changes the game mode of a player to survival
|
|
creative: Changes the game mode of a player to creative
|
|
config:
|
|
overview: storecreative|blockpickup|blocksign|permissions|perm_keepinventory
|
|
gamemode:
|
|
changed: "{0}'s game mode has been changed"
|
|
no_change: Already in that game mode.
|
|
option:
|
|
done: Option changed.
|
|
worldguard:
|
|
alias: Alias for //region-command
|
|
unknown_flag: Unknown flag specified
|
|
available_flags: Available flags
|
|
region_not_found: Could not find a region by that ID
|
|
world_not_found: Could not find a world by that name
|
|
no_flag_given: You need to specify a flag to set
|
|
no_integration: The worldguard-commands are not available, because worldguard wasn't found
|
|
flag_set: "The flag {0} was set"
|
|
additional_flags: Additional flags
|
|
exception:
|
|
command:
|
|
lackingpermission: You do not have access to this command
|
|
toomuchparameter: Too much arguments given
|
|
missingparameter: Not enough arguments given
|
|
playernotfound: Player not found
|
|
invalidoption: Unknown option
|
|
config:
|
|
savefail: Failed to write modified configuration to disk
|
|
material_not_found: (Config) Material with name/id "{0}" was not found.
|
|
storage:
|
|
load: Failed to load your Inventory. Ask your Admin to enable "UnsafeStorage" for LimitedCreative to allow invalid enchants on items
|
|
region:
|
|
no_survival: You can not be survival in an creative area
|
|
blocked:
|
|
chest: Access to chests is not allowed in creative mode
|
|
sign: To interact with signs is not allowed in creative mode
|
|
survival_flying: You should stay on ground, when leaving a creative-area
|
|
outside_creative: You can not place blocks outside of the creative-area
|
|
outside_creative_break: You can not destroy blocks outside of the creative-area |