RegionInfo
🟡 Updated this year🖼️ Gallery (4 images)
🔍 Analysis
- 🏆 #41 of 55 decoration mods in this game by downloads
📋 About This Mod
# RegionInfo – Smart Region Display for Your Server !(https://cdn.modrinth.com/data/cached_images/f469786a16384db47d864355eaac80f144b97f1d_0.webp) # RegionInfo – Always Know Where You Stand !(https://cdn.modrinth.com/data/cached_images/c0a1f5319503e8888bccde0dc9d37f5190a42cad.png) !(https://cdn.modrinth.com/data/cached_images/9a1d5bd58db251a1e35a9ccad9fdaf76317e42df.png) !(https://cdn.modrinth.com/data/cached_images/0d9f290a68a5d9d644984a6bfb3278e4942ebaf4.png) **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.yml` and `messages/*.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`) ```yaml # 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 ```yaml 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 ```yaml 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`) ```yaml 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
# RegionInfo – Smart Region Display for Your Server
!(https://cdn.modrinth.com/data/cached_images/f469786a16384db47d864355eaac80f144b97f1d_0.webp)
# RegionInfo – Always Know Where You Stand !(https://cdn.modrinth.com/data/cached_images/c0a1f5319503e8888bccde0dc9d37f5190a42cad.png) !(https://cdn.modrinth.com/data/cached_images/9a1d5bd58db251a1e35a9ccad9fdaf76317e42df.png) !(https://cdn.modrinth.com/data/cached_images/0d9f290a68a5d9d644984a6bfb3278e4942ebaf4.png)
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.yml` and `messages/*.yml`.
## 📋 Commands
| Command | Description | Aliases |
| ------------------------- | --------------------- | ---------------- |
| `/regioninfo toggle` | Toggle region display | `/rinfo toggle` |
| `/regioninfo on` | Enable display | – |
| `/regioninfo off` | Disable display | – |
| `/regioninfo lang ` | 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`)
```yaml # 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
```yaml 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
```yaml 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`)
```yaml 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
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- zamber
- Version
- knHnLy5J
- Downloads
- 45
- Endorsements
- 3
- Category
- decoration
- Created
- 5/11/2026
- Updated
- 5/10/2026
- Game Versions
- knHnLy5J
- Tags
- decoration, game-mechanics, social
🔧 How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
📖 Full step-by-step install guide for Minecraft Plugins →
Visit the official mod page for specific installation instructions for this mod.
🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
❓ Frequently Asked Questions
Which Minecraft Plugins versions does RegionInfo support?
The author lists knHnLy5J. Other versions may work but are untested by the author.
What is the latest version of RegionInfo?
Version knHnLy5J, published 2026-05-10 with 45 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await



