Files
PixelBlocks/src/main/resources/i18n/messages_en.properties
T

23 lines
1.6 KiB
Properties

pixelblocks.command.players-only=This command can only be used by players.
pixelblocks.command.no-permission=You don't have permission to do that.
pixelblocks.command.usage.header=PixelBlocks commands:
pixelblocks.command.create.description=Creates a new pixel block at your position.
pixelblocks.command.give.description=Gives you a pixel block item, optionally with a fixed UUID.
pixelblocks.command.give.success=Received pixel block '{0}'.
pixelblocks.command.exit.description=Leaves the pixel block you are currently in.
pixelblocks.command.destroyall.description=Destroys all pixel blocks on the server.
pixelblocks.command.destroyall.success={0} pixel blocks are being destroyed.
pixelblocks.error.not-owner=This pixel block does not belong to you!
pixelblocks.error.create-inside=Pixel blocks cannot be created inside other pixel blocks.
pixelblocks.error.place-inside=Pixel blocks cannot be placed inside pixel blocks.
pixelblocks.error.already-exists=This pixel block already exists in the world!
pixelblocks.error.invalid-uuid='{0}' is not a valid UUID.
pixelblocks.error.not-in-pixelblock=You are not inside a pixel block.
pixelblocks.error.block-not-found=This pixel block could not be found.
pixelblocks.info.destroyed-by-other=The pixel block was destroyed by another player!
pixelblocks.item.name.owned=Pixel block of {0}
pixelblocks.item.name.empty=Empty pixel block
pixelblocks.item.lore.owner={0} is the owner of this block.
pixelblocks.item.lore.edit-hint=Click the placed block to edit it!
pixelblocks.item.lore.first-placer=The first player to place this block becomes its owner.