-
Notifications
You must be signed in to change notification settings - Fork 0
Regions
Scotticles edited this page Aug 30, 2026
·
2 revisions
Regions are custom areas centered around a set position with a radius that defines the region borders with enter and exit events that let you set custom command reactions to those events.
The name of the Region shown in the Region editor.
- Set via a text input.
- Can be any string of numbers/letters.
Whether or not the Region Commands and
- Toggleable via a checkbox.
- Can be True or False.
The Region’s location.
- Set via 3 separate X, Y, and Z inputs.
- Must be whole numbers.
The radius/size of the region based around the region position.
- Set via a text input that takes any positive whole number.
A list of commands that run when a player enters the region radius.
- Set via a text input.
- Can be any chat-executable command from vanilla Minecraft or added by another loaded mod.
A list of commands that run when a player exits the region radius.
- Set via a text input.
- Can be any chat-executable command from vanilla Minecraft or added by another loaded mod.
The sound that plays when a player enters the region radius.
- Set via a text input.
- Can be any vanilla sound, a sound added by a resource pack, or any sound added by another loaded mod.
The volume of the Region Sound.
- Set via a text input.
- Can be any float.
The time it takes for the Region Sound to fade out when a player leaves the Region.
- Set via a text input.
- Can be any float.