8166b4d923
- /lc a[dventure] command
66 lines
No EOL
3.2 KiB
YAML
66 lines
No EOL
3.2 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
|
|
adventure: Changes the game mode of a player to adventure
|
|
config:
|
|
overview: "[setting] - empty for list of settings"
|
|
settings: "Available Settings: "
|
|
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:
|
|
not_optional: You can not be {0} in that area
|
|
blocked:
|
|
chest: Access to chests is not allowed in creative mode
|
|
sign: To interact with signs is not allowed in creative mode
|
|
button: To interact with buttons is not allowed in creative mode
|
|
lever: To interact with levers is not allowed in creative mode
|
|
survival_flying: You should stay on ground, when leaving a creative-area
|
|
outside_place: You can not place blocks outside of the gamemode-area
|
|
outside_break: You can not destroy blocks outside of the gamemode-area
|
|
inside_place: You can not place blocks inside of the gamemode-area
|
|
inside_break: You can not destroy blocks inside of the gamemode-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
|
|
piston: Moving {0} block out of creative area was blocked at {1}
|
|
piston_in: Moving {0} block into creative area was blocked at {1} |