️Commands
Code (Text):
/regionnotifier reload - Reloads the plugin configuration.
Permission:
regionnotifier.reload
Permissions
regionnotifier.reload – Allows reloading the configuration. *(Default: OP)*
regionnotifier.notify – Allows receiving region notifications. *(Default: True)*
Configuration
Modify
config.yml to set up your regions and messages.
Code (YAML):
regions:
spawn:
enter:
title
:
"<gradient:green:blue>Welcome to Spawn!</gradient>"
subtitle
:
"<gray>Enjoy your stay!</gray>"
actionbar
:
"<gold>You entered the spawn area!</gold>"
enabled
: true
exit:
title
:
"<gradient:red:yellow>Leaving Spawn!</gradient>"
subtitle
:
"<gray>Come back soon!</gray>"
actionbar
:
"<gold>You left the spawn area!</gold>"
enabled
: true
Messages
Code (YAML):
messages:
no-permission
:
"<red>You don't have permission to use this command!</red>"
reload-success
:
"<green>Configuration reloaded successfully!</green>"
Installation
1️⃣
Download the latest
RegionNotifier.jar from the Download button.
2️⃣
Place the
.jar file in your server's
plugins folder.
3️⃣
Restart your server.
4️⃣
Customize the
config.yml as needed.