WorldGuard-Translator
🟡 Updated this yearPreview

🔍 Analysis
- 👍 0.8% endorsement rate
- 🏆 #41 of 81 decoration mods in this game by downloads
📋 About This Mod
<div align="center"> # WorldGuard-Translator Forget about the hassle of translating WorldGuard. With this plugin, you can easily translate and customize messages from the WorldGuard plugin without modifying the JAR file, for example, using InJarTranslator. !(https://cdn.modrinth.com/data/cached_images/ded45b23344e183a32abfd7d2a51436c80af9333.png) (https://github.com/SuperCHIROK1/WorldGuard-Translator/tree/main/translations) </div> ## 🌴 Features - High performance and lightweight - MiniMessage formatting support - Modify messages directly in-game - Translation of English action keys (e.g., `break that block`) to your own language - Compatibility with any WorldGuard version - Automatic downloading of pre-made translations ⠀ ## 🚀 How does the plugin work? WorldGuard-Translator modifies WorldGuard's code directly in **RAM** during server startup or plugin reload. The plugin intercepts the original deny messages (deny-message) and dynamically replaces English technical strings with your translated equivalents. ⠀ ## ✍️ Configurations <details> <summary>config.yml</summary> ```yaml # Pre-made WorldGuard translations. # Downloaded from https://github.com/SuperCHIROK1/WorldGuard-Translator/tree/main/translations # All you need to do is customize the message style to fit your server. # You can add your own languages. Create a file inside "translations" folder and name it in <language>.yml format. # # Check for the latest translations here: https://github.com/SuperCHIROK1/WorldGuard-Translator/tree/main/translations # Languages available at the time of the plugin build: #: English (en) #: Russian (ru) #: French (fr) - By @git-jamesfrench lang: en # Prefix for WorldGuard-Translator plugin messages. # Used in local messages, replaced via %prefix% prefix: "bafb6&l&f" # Text formatting serializer. # #: LEGACY_AMPERSAND - Traditional legacy color codes (e.g., &c, &l) #: MINI_MESSAGE - Modern MiniMessage formatting (Paper 1.18+) # Learn more about formatting here: https://docs.papermc.io/adventure/minimessage/format/ serializer: LEGACY_AMPERSAND # Check for WorldGuard-Translator plugin updates. # If an update is available, the plugin will notify administrators in the console and chat. check_updates: true # Permission settings. permissions: admin_command: "wgtranslator.admin" update_log: "wgtranslator.update" ``` </details> <details> <summary>Example of localization file (en.yml)</summary> ```yaml # Deny message template. # %what% is automatically replaced with the translated string from the "components" section. deny_message: "&#ff5400&l❌ Hey! &fSorry, but you cannot &#ff5400%what% &fhere!" # Translations of specific actions. # Inserted instead of %what% in deny_message. # You can add your own translations using /wgt component add <key>;<value> components: # Block place "place that block": "place blocks" "place fire": "ignite the ground" "use frostwalker": "use Frost Walker" # Block break "break that block": "break blocks" "use dynamite": "use dynamite" # Block / entity interact "use that": "use this" "open that": "open this" "sleep": "go to sleep" "use anchors": "use respawn anchor" "use explosives": "use explosives" # Entity spawn / drop "place things": "place items" "place vehicles": "place vehicles" "drop items": "drop items" "drop XP": "drop XP" "use lingering potions": "use lingering potions" # Entity destroy / pickup "break things": "break items" "break vehicles": "break vehicles" "pick up items": "pick up items" # Entity damage / mount "change that": "modify this" "ride that": "ride this" "hit that": "attack this" "damage that": "damage this" "harm that": "harm this" "PvP": "fight players" messages: reloaded: "%prefix% Fe000Plugin successfully reloaded! &#e2eafcNew messages/translations have been applied to WorldGuard. &7(Time: %s ms.)" deny_message: installed: "%prefix% Fe000Successfully set deny_message!" installed_temp: "%prefix% Fe000Successfully set temporary deny_message &7(lasts until server or plugin restart)" component: added: "%prefix% Fe000Successfully added translation: bafb6%s &#a1a8b8-> bafb6%s" usage: "%prefix% &#e2eafcPlease use the format bafb6<key>;<translation>&#e2eafc. Example: bafb6break that block;break blocks" list: header: "&#a1a8b8----- bafb6&lWG-T : Components &#a1a8b8-----\n" # {0} - key | {1} - translation format: "&#a1a8b8• bafb6{0} &#a1a8b8-> &#e2eafc{1}" help: |- &8----- &3&lWorldGuard Translator &8----- &8• &e/%cmd% &6<reload | restart> &7- &#e2eafcReload the plugin. &8• &e/%cmd% &6component <add | set | list> &7- &#e2eafcManage translations. &8• &e/%cmd% &6denyMessage <set | setTemp> &7- &#e2eafcSet deny_message. ``` </details> ⠀ ## 🖥️ Commands & Permissions > ⚠️ To use any of the commands listed below, you must have the
Forget about the hassle of translating WorldGuard. With this plugin, you can easily translate and customize messages from the WorldGuard plugin without modifying the JAR file, for example, using InJarTranslator.
!(https://cdn.modrinth.com/data/cached_images/ded45b23344e183a32abfd7d2a51436c80af9333.png)
[(View the current list of translations)](https://github.com/SuperCHIROK1/WorldGuard-Translator/tree/main/translations)
## 🌴 Features - High performance and lightweight - MiniMessage formatting support - Modify messages directly in-game - Translation of English action keys (e.g., `break that block`) to your own language - Compatibility with any WorldGuard version - Automatic downloading of pre-made translations
## 🚀 How does the plugin work? WorldGuard-Translator modifies WorldGuard's code directly in RAM during server startup or plugin reload. The plugin intercepts the original deny messages (deny-message) and dynamically replaces English technical strings with your translated equivalents.
## ✍️ Configurations
config.yml
```yaml
# Pre-made WorldGuard translations.
# Downloaded from https://github.com/SuperCHIROK1/WorldGuard-Translator/tree/main/translations
# All you need to do is customize the message style to fit your server.
# You can add your own languages. Create a file inside "translations" folder and name it in
Example of localization file (en.yml)
```yaml
# Deny message template.
# %what% is automatically replaced with the translated string from the "components" section.
deny_message: "ff5400&l❌ Hey! &fSorry, but you cannot ff5400%what% &fhere!"
# Translations of specific actions.
# Inserted instead of %what% in deny_message.
# You can add your own translations using /wgt component add
# Block break "break that block": "break blocks" "use dynamite": "use dynamite"
# Block / entity interact "use that": "use this" "open that": "open this" "sleep": "go to sleep" "use anchors": "use respawn anchor" "use explosives": "use explosives"
# Entity spawn / drop "place things": "place items" "place vehicles": "place vehicles" "drop items": "drop items" "drop XP": "drop XP" "use lingering potions": "use lingering potions"
# Entity destroy / pickup "break things": "break items" "break vehicles": "break vehicles" "pick up items": "pick up items"
# Entity damage / mount "change that": "modify this" "ride that": "ride this" "hit that": "attack this" "damage that": "damage this" "harm that": "harm this" "PvP": "fight players"
messages:
reloaded: "%prefix% Fe000Plugin successfully reloaded! e2eafcNew messages/translations have been applied to WorldGuard. &7(Time: %s ms.)"
deny_message:
installed: "%prefix% Fe000Successfully set deny_message!"
installed_temp: "%prefix% Fe000Successfully set temporary deny_message &7(lasts until server or plugin restart)"
component:
added: "%prefix% Fe000Successfully added translation: bafb6%s a1a8b8-> bafb6%s"
usage: "%prefix% e2eafcPlease use the format bafb6
## 🖥️ Commands & Permissions
> ⚠️ To use any of the commands listed below, you must have the
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- SuperCHIROK1
- Version
- 1.1.3
- Downloads
- 505
- Endorsements
- 4
- Category
- decoration
- Created
- 6/19/2026
- Updated
- 8/25/2026
- Game Versions
- 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4
- Tags
- decoration, management, utility
🔧 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 WorldGuard-Translator support?
The author lists 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5. Other versions may work but are untested by the author.
What is the latest version of WorldGuard-Translator?
Version 1.1.3, published 2026-08-25 with 505 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await