Comment on page
Commands and Permissions
The plugin provides a few commands that can be used by your players.
Parameters inside
<>
are required, unlike parameters in []
which are optional.Cancel yours or others active chunk busters.
player-name: The name of the player to cancel a buster for.
The buster that will be cancelled is the buster that the player gets notification about.
chunk: The chunk to cancel from being busted.
The format for the chunk is
<world-name>,<x>,<z>
. The permission to use the command is
wildbuster.cancel
for letting players to cancel their own chunk busters. In order to cancel others' busters, use wildbuster.cancel.other
.
Give a chunk buster to a player.
player-name: The name of the player to give the chunk buster to.
buster-name: The name of the buster to give.
The name must be identical to the one from the config file.
amount: The amount of chunk busters to give to the player.
The permission to use the command is
wildbuster.give
for letting players give themselves chunk busters. In order to give to other players, use wildbuster.give.other
.
Reload the configuration files.
The permission to use the command is
wildbuster.reload
.
Save all active chunk busters to disk.
Permission
The permission to use the command is
wildbuster.save
Gives access to all commands and actions of the plugin.
This gives access to reload the plugin and save commands!
Gives access for players to use chunk busters.
Without this permission, players will not be able to place chunk busters.
Last modified 1yr ago