Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
RegionInfo ā Smart Region Display for Your Server

RegionInfo ā Always Know Where You Stand

Lightweight, multilingual, fully customizable region information plugin for Spigot/Paper 1.21+ with WorldGuard support
⨠Features
| Feature | Description |
|---|---|
| š Smart Action Bar | Shows current region, owner, and your role in real time |
| š¬ Enter & Exit Notifications | Title, subtitle, or action bar popup when changing regions |
| š 3 Languages | English, Ukrainian, Russian |
| šØ Per-Region Customization | Custom text and sounds for specific regions |
| š Sound Alerts | Play configurable sounds on enter/exit |
| š”ļø Spam Protection | Smart cooldown prevents notification spam |
| š¤ Player Toggle | Players can enable or disable the display |
| ā” Instant Reload | Reload config without restarting the server |
| š§© WorldGuard Integration | Works with owners, members, priorities, and overlapping regions |
| š§ Lightweight | Minimal performance impact |
š® How it looks in-game
When you are inside a region:
-
šŗ Action Bar:
ā You are in your own region -
šŗ Action Bar:
šŖ You are in region Spawn owned by zamber
When you enter a region:
- š¢ Title / Subtitle popup
- š Sound:
ENTITY_EXPERIENCE_ORB_PICKUP
When you leave a region:
- šŖ Region text disappears or updates
- š Sound:
BLOCK_NOTE_BLOCK_BASS
ā ļø All messages, sounds, titles, colors, and display modes are fully customizable in
config.ymlandmessages/*.yml.
š Commands
| Command | Description | Aliases |
|---|---|---|
/regioninfo toggle |
Toggle region display | /rinfo toggle |
/regioninfo on |
Enable display | ā |
/regioninfo off |
Disable display | ā |
/regioninfo lang <code> |
Change language | EN, UA, RU |
/regioninfo reload |
Reload plugin config | ā |
/regioninfo help |
Show help menu | ā |
Language codes: EN (English), UA (Ukrainian), RU (Russian)
š Permissions
| Permission | Description | Default |
|---|---|---|
regioninfo.toggle |
Allows toggling region display | ā
true |
regioninfo.lang |
Allows changing personal language | ā
true |
regioninfo.admin |
Access to reload commands | š op |
āļø Configuration (config.yml)
# Enable region display
enabled: true
# Default plugin language
language: en
# Action bar refresh interval (ticks)
update-interval-ticks: 20
# Display mode: actionbar, title, both
display-mode: actionbar
# Notification duration
actionbar-notification:
enabled: true
seconds: 4.0
# Render interval for smooth updates
actionbar-render-interval-ticks: 2
# Default enabled state for new players
player-default: true
# Anti-spam cooldown
notification-cooldown-seconds: 1.5
Sound settings
sounds:
enabled: true
enter:
sound: ENTITY_EXPERIENCE_ORB_PICKUP
volume: 0.9
pitch: 1.15
exit:
sound: BLOCK_NOTE_BLOCK_BASS
volume: 0.9
pitch: 0.9
Region-specific customization
region-overrides:
spawn:
in-region: "&6ā
&eWelcome to Spawn! &6ā
"
enter-sound: UI_TOAST_CHALLENGE_COMPLETE
enter-sound-volume: 0.7
enter-sound-pitch: 1.0
š Message formats (messages/en.yml)
in-region: "&2šŖ &7You are in region &e{region} &7owned by &6{owners}"
own-region: "&2ā &7You are in &ayour own region"
member-region: "&2š &aYou are a member of region &e{region} &7owned by &6{owners}"
no-region: ""
toggled-on: "&aRegion display: &2enabled ā"
toggled-off: "&cRegion display: &4disabled ā"
reloaded: "&aConfiguration reloaded."
no-permission: "&cYou don't have permission."
Placeholders:
{region} ā Region name
{owners} ā Region owner list
Color codes: &0-9 &a-f &k-o &r
š Installation
- Download
RegionInfo.jar - Place it in your server's
plugins/folder - Install WorldGuard
- Restart your server
- (Optional) Edit
config.ymlormessages/*.yml - Done! The plugin works immediately
ā FAQ
-
How do I change the language? Use
/regioninfo lang EN,/regioninfo lang UA, or/regioninfo lang RU -
How do I disable sounds? Set
sounds.enabled: falseinconfig.yml -
How do I disable the display by default? Set
player-default: falseinconfig.yml -
Does it support overlapping WorldGuard regions? Yes! RegionInfo automatically respects WorldGuard priorities.
-
Can I customize specific regions? Yes ā use
region-overridesinconfig.yml. -
Can players disable it? Yes ā
/regioninfo toggle
š Support
- š Report a bug ā Join our Discord
- š¬ Suggest a feature ā Same link
- ā Get help ā Same link


