-
Notifications
You must be signed in to change notification settings - Fork 18
Commands
Adam edited this page Oct 16, 2020
·
3 revisions
Regionerator provides /regionerator
requiring the permission regionerator.command
to use.
All subcommands are additional arguments for /regionerator
.
Subcommand | Functionality | Usage |
---|---|---|
<no parameters> | Receive a status report of all configured worlds. | /regionerator |
check | Check the status of a chunk. | /regionerator check |
reload | Reload the configuration and restart all deletion tasks. | /regionerator reload |
pause | Pause deletion tasks. To prevent issues, the plugin will finish the region it is currently checking before pausing. | /regionerator pause |
resume | Resume deletion tasks. | /regionerator resume |
cache | Check cache/queue counts. | /regionerator cache |
flag | Permanently flag an area as visited. | See flagging parameters. |
unflag | Remove the permanent visit flag from an area. | See flagging parameters. |
All flagging parameters are arguments for a flagging subcommand, either /regionerator flag
or regionerator unflag
.
Subcommand | Availability | Functionality | Usage |
---|---|---|---|
<no parameters> | Player | Edit flag on current chunk. | /regionerator flag |
<chunkX> <chunkZ> | Player | Edit flag on specified chunk. | /regionerator flag 1 0 |
<world> <chunkX> <chunkZ> | Player/Console | Edit flag on specified chunk. | /regionerator unflag world 1 0 |
selection | Player | Edit flags on all chunks in WorldEdit selection. | /regionerator unflag selection |
Home - FAQ - Configuration - Commands
Getting Started
Developer Resources