WorldBorder-Updated-Fork/src/plugin.yml

22 lines
1.1 KiB
YAML
Raw Normal View History

2011-04-01 20:04:08 +02:00
name: WorldBorder
author: Brettflan
description: Limit the size of your worlds with a border, round or square.
2011-04-13 16:41:17 +02:00
version: 1.1.2
2011-04-01 20:04:08 +02:00
main: com.wimbli.WorldBorder.WorldBorder
commands:
wborder:
description: Primary command for WorldBorder.
aliases: [worldborder, wb]
usage: |
/<command> - list available commands (show help).
/<command> set <radius> - set world border, centered on you.
/<command> [world] set <radius> <x> <z> - set world border.
/<command> [world] radius <radius> - change world's border radius.
2011-04-01 20:04:08 +02:00
/<command> [world] clear - remove border for this world.
/<command> clear all - remove border for all worlds.
/<command> list - show border information for all worlds.
/<command> shape <round|square> - set the border shape.
/<command> getmsg - display border message.
/<command> setmsg <text> - set border message.
/<command> knockback <distance> - how far to move the player back.
/<command> delay <amount> - time between border checks.