LimitedCreative/lang/messages.properties
Jascha Starke f80a88174c Complete rewrite beginning:
- removed any old implementation
 - basic modul setup
 - using new hook system
2013-01-16 12:33:14 +01:00

55 lines
3.4 KiB
Properties

basic.loaded.worldguard: Successfully loaded with WorldGuard-Integration
basic.loaded.no_worldguard: Successfully loaded (without WorldGuard)
basic.feature.store: separated inventories
basic.feature.limit: creative restrictions
basic.feature.region: creative regions
basic.conflict: Due to conflict with the plugin {0}, the feature {1} is disabled
basic.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
command.switch.survival: Changes the game mode of a player to survival
command.switch.creative: Changes the game mode of a player to creative
command.switch.adventure: Changes the game mode of a player to adventure
command.config.overview: [setting] - empty for list of settings
command.config.settings: Available Settings:
command.config.reload: Reloads plugin (doesn't work on update!)
command.gamemode.changed: {0}'s game mode has been changed
command.gamemode.no_change: Already in that game mode.
command.option.done: Option changed.
command.worldguard.alias: Alias for //region-command
command.worldguard.unknown_flag: Unknown flag specified
command.worldguard.available_flags: Available flags
command.worldguard.region_not_found: Could not find a region by that ID
command.worldguard.world_not_found: Could not find a world by that name
command.worldguard.no_flag_given: You need to specify a flag to set
command.worldguard.no_integration: The worldguard-commands are not available, because worldguard wasn't found
command.worldguard.flag_set: "The flag {0} was set"
command.worldguard.additional_flags: Additional flags
cmdblock.blocked: This command is blocked while in creative mode.
exception.command.lackingpermission: You do not have access to this command
exception.command.toomuchparameter: Too much arguments given
exception.command.missingparameter: Not enough arguments given
exception.command.playernotfound: Player not found
exception.command.invalidoption: Unknown option
exception.config.savefail: Failed to write modified configuration to disk
exception.config.material_not_found: (Config) Material with name/id "{0}" was not found.
exception.storage.load: Failed to load your Inventory. Ask your Admin to enable "UnsafeStorage" for LimitedCreative to allow invalid enchants on items
exception.region.not_optional: You can not be {0} in that area
blocked.chest: Access to chests is not allowed in creative mode
blocked.sign: To interact with signs is not allowed in creative mode
blocked.button: To interact with buttons is not allowed in creative mode
blocked.lever: To interact with levers is not allowed in creative mode
blocked.survival_flying: You should stay on ground, when leaving a creative-area
blocked.outside_place: You can not place blocks outside of the gamemode-area
blocked.outside_break: You can not destroy blocks outside of the gamemode-area
blocked.inside_place: You can not place blocks inside of the gamemode-area
blocked.inside_break: You can not destroy blocks inside of the gamemode-area
blocked.use: You are not allowed to use this type of item
blocked.place: You are not allowed to place this type of block
blocked.break: You are not allowed to break this type of block
blocked.piston: Moving {0} block out of creative area was blocked at {1}
blocked.piston_in: Moving {0} block into creative area was blocked at {1}