-
Notifications
You must be signed in to change notification settings - Fork 12
Commands
For selection commands see Chunky.
Usage: chunky border add [world]
Permission: chunky.command.border
Description: Creates a world border.
Examples:
chunky border add
- Adds a world border in the current world from your current selection.
chunky border add world
- Adds a world border in "world" from your current selection.
Usage: chunky border remove [world]
Permission: chunky.command.border
Description: Removes a world border.
Examples:
chunky border remove
- Removes the world border in the currently selected world.
chunky border remove world
- Removes the world border in "world".
Usage: chunky border wrap [type]
Permission: chunky.command.border
Description: Sets the world border wrap type.
Examples:
chunky border wrap
- Disables world border wrapping in the currently selected world.
chunky border wrap default
- Enables "default" world border wrapping in the currently selected world. This wraps teleports across the border on both the x and z axes for rectangular borders, or radially from the center otherwise.
chunky border wrap both
- Enables "both" world border wrapping in the currently selected world. This wraps teleports across the border on both the x and z axes.
chunky border wrap radial
- Enables "radial" world border wrapping in the currently selected world. This wraps teleports across the border radially from the center.
chunky border wrap x
- Enables "x" world border wrapping in the currently selected world. This wraps teleports across the border only when crossing the x axis.
chunky border wrap z
- Enables "z" world border wrapping in the currently selected world. This wraps teleports across the border only when crossing the z axis.
chunky border wrap earth
- Enables "earth" world border wrapping in the currently selected world. This wraps teleports across the border in a fashion meant to realistically simulate Earth, that is, across latitudinal and longitudinal boundaries.
Usage: chunky border list
Permission: chunky.command.border
Description: Lists active world borders.
Examples:
chunky border list
- Lists active world borders.
Usage: chunky border load [world]
Permission: chunky.command.border
Description: Load the world border in a world.
Examples:
chunky border load
- Loads the world border in the currently selected world as your selection.
chunky border load world
- Loads the world border from "world" as your selection.
Usage: chunky border bypass [player]
Permission: chunky.command.border
Description: Temporarily bypass the world border.
Examples:
chunky border bypass
- Temporarily bypass the world border for the current player.
chunky border bypass pop4959
- Temporarily bypass the world border for "pop4959".