# Commands Main command: ```text /arearegen ``` ## General Commands | Command | Description | | --- | --- | | `/arearegen reload` | Reloads plugin configuration. | | `/arearegen wand` | Gives the area selection tool. | | `/arearegen list-areas` | Lists created areas. | | `/arearegen load-areas` | Loads areas from storage. | ## Area Commands | Command | Description | | --- | --- | | `/arearegen create ` | Creates an area from your current selection. | | `/arearegen edit-selection ` | Updates an area to your current selection. | | `/arearegen regen ` | Manually regenerates an area. | ## Trigger Commands | Command | Description | | --- | --- | | `/arearegen triggers list` | Shows active triggers for an area. | | `/arearegen triggers add ` | Adds a trigger to an area. | | `/arearegen triggers remove ` | Removes a trigger from an area. | | `/arearegen triggers set ` | Replaces the area's trigger list with one trigger. | Example: ```text /arearegen triggers mine1 add MINING ``` ## Timing Commands | Command | Description | | --- | --- | | `/arearegen delay ` | Sets how long to wait before regeneration starts. | | `/arearegen regen-time ` | Sets the interval between regeneration steps. | 20 ticks is roughly 1 second. ## Material Filter Commands Use blacklists and whitelists to control which materials regenerate. | Command | Description | | --- | --- | | `/arearegen blacklist add ` | Prevents listed materials from regenerating. | | `/arearegen blacklist remove ` | Removes materials from the blacklist. | | `/arearegen blacklist clear` | Clears the blacklist. | | `/arearegen whitelist add ` | Only allows listed materials to regenerate. | | `/arearegen whitelist remove ` | Removes materials from the whitelist. | | `/arearegen whitelist clear` | Clears the whitelist. |