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.Gives a chunk loader to a specific player.
player-name: The name of the player to give the loader to.
loader-name: The name of the loader to give.
Must be identical to the names from the config file.
amount: The amount of loaders to give to the player.
time: The time left for the loader to work
This arugment takes time in seconds. However, you can set one of the following chars after the amount to change it to other time units:
m
or M
for minutes; h
or H
for hours; d
or D
for days.The argument
1d20h50m60
will give the loader a total time of 1 day, 20 hours, 50 minutes and 60 seconds.The permission to use the command is
wildloaders.give
Show all the available chunk loaders on the server.
The permission to use the command is
wildloaders.list
Gives access to all the command.
Gives access to place chunk-loaders.
Without this permission, players will not be able to use chunk loaders.
Last modified 1yr ago