700d8f54c1
- extended debug mode - major compatibility fix (hopefully fixes most issue tickets) - added remove pickups option - made remove drops optional - scheduled cleanup (to free a few bytes) - reload-command
62 lines
No EOL
2.9 KiB
YAML
62 lines
No EOL
2.9 KiB
YAML
basic:
|
|
loaded:
|
|
worldguard: Successfully loaded with WorldGuard-Integration
|
|
no_worldguard: Successfully loaded (without WorldGuard)
|
|
feature:
|
|
store: separated inventories
|
|
limit: creative restrictions
|
|
region: creative regions
|
|
conflict: Due to conflict with the plugin {0}, the feature {1} is disabled
|
|
warning:
|
|
worldguard_not_found: WorldGuard isn''t found, the feature {0} is disabled
|
|
# double single-quote '' because of MessageFormater to insert {0}
|
|
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: "[setting] - empty for list of settings"
|
|
settings:
|
|
- "Available Settings: storecreative,"
|
|
- "removedrop, removepickup, blockpickup, blocksign,"
|
|
- "permissions, perm_keepinventory"
|
|
reload: Reloads plugin (doesn't work on update!)
|
|
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
|
|
use: You are not allowed to use this type of item
|
|
place: You are not allowed to place this type of block
|
|
break: You are not allowed to break this type of block |