❌ This is an outdated version. You will NOT receive support for outdated versions. ❌
API Version: 1.21
+ Added Welcome signs; Instead of using
/region visit [region], you can place a "[Welcome]" sign in your region and let players visit your region by opening the GUI via the command
/region visit. This feature is toggeable in config.yml: (
GitHub Issue #5)
Code (YAML):
# Two valid options:
# 'command': Players will use the command "/region visit [region name]" to visit a region; no GUI or welcome sign is needed.
# 'signs': Players will use the command "/region visit", open a GUI, and then select a region to teleport. Note that region owners must place [Welcome] sign to set the location.
region-visit-method
: 'signs'
+ Homestead check for updates on startup to avoid servers from crashing due to massive internet latency.
+ Fixed Villagers and Bees not doing their proper job with the flag entities-grief in Deny state. (
GitHub Issue #5)
+ Fixed other non-critical bugs.