{"id":120650,"date":"2026-06-07T05:23:13","date_gmt":"2026-06-07T02:23:13","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/perworldpunish\/"},"modified":"2026-06-07T05:23:13","modified_gmt":"2026-06-07T02:23:13","slug":"perworldpunish","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/perworldpunish\/","title":{"rendered":"PerWorldPunish"},"content":{"rendered":"<p># PerWorldPunish<\/p>\n<p>**PerWorldPunish** is a lightweight per-world punishment plugin designed for PaperMC 1.21+ servers. It provides server admins with the fundamental ability to ban players only in specified worlds without the unnecessary clutter or overhead of larger plugins.<\/p>\n<p>&#8212;<\/p>\n<p>## Key Features &#038; Why You Should Download It<\/p>\n<p>* **Essential Per-world Punishments:** Easily ban\/kick\/tempban your players per-world! Perfect for server admins who don&#8217;t want to ban their players on whole server.<br \/>\n* **Minimal Overhead:** Built to be lightweight and efficient, ensuring minimal impact on your server&#8217;s performance. Perfect for small to medium-sized survival, semi-vanilla, or even large public servers that just need per-world punishments!<br \/>\n* **Customize Plugin Messages:** Customize all PerWorldPunish messages completely on `messages.yml`! Uses MiniMessage so you can have gradients, hex, clickable text and more!<br \/>\n* **Full MiniMessage Support:** Supports MiniMessage everywhere so you can use hex, gradients clickable texts etc.! It even works on commands like ban\/tempban\/kick reasons. No more ugly \u00a7 color codes! MiniMessage formatter: https:\/\/webui.advntr.dev\/<br \/>\n* **Intuitive Commands:** Everything the server admin needs is covered by small, easy to remember commands set **with tab complete**.<br \/>\n* **Modern Server Support:** Built specifically for the latest **PaperMC 1.21+** versions and its forks, guaranteeing up-to-date performance and stability.<br \/>\n* **Open Source:** Developed under the **GNU General Public License v3.0**, allowing for transparency and community contributions.<\/p>\n<p>&#8212;<\/p>\n<p>## Commands &#038; Usage<br \/>\n**(<> is required, [] is optional):**<br \/>\n*NOTE: It shows command usage if you typed the command without any arguments.*<br \/>\n[reason] argument supports MiniMessage! MiniMessage Formatter: https:\/\/webui.advntr.dev\/<\/p>\n<p>| Command                                           | Description                          | Permission                    |<br \/>\n|:&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|:&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|:&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/perworldpunish [info\/reload]`                   | PerWorldPunish admin command.        | `perworldpunish.admin`        |<br \/>\n| `\/worldban <player> [reason]`                     | Ban a player in a world.             | `perworldpunish.worldban`     |<br \/>\n| `\/worldtempban <player> <timeInMinutes> [reason]` | Temporarily ban a player in a world. | `perworldpunish.worldtempban` |<br \/>\n| `\/worldkick <player> [reason]`                    | Kick a player in a world.            | `perworldpunish.worldkick`    |<br \/>\n| `\/worldunban <player>`                            | Unban a player in a world.           | `perworldpunish.worldunban`   |<br \/>\n| `\/worldbanlist`                                   | Ban list of players.                 | `perworldpunish.worldbanlist` |<\/p>\n<p>&#8212;<\/p>\n<p>## Default Configs<br \/>\nDefault configs used on the plugin.<\/p>\n<details>\n<summary>config.yml<\/summary>\n<p>&#8220;`yaml<br \/>\n# PerWorldPunish &#8211; Allows per-world punishments such as ban, kick and tempban!<br \/>\n# Support: https:\/\/discord.gg\/Scgqfm5EU4<br \/>\n# GitHub Source Code: https:\/\/github.com\/WatermanMC\/PerWorldPunish<\/p>\n<p># This will show if there is no reason provided for ban\/kick\/tempban<br \/>\n# Only supports MiniMessage!<br \/>\n# MiniMessage formatter: https:\/\/webui.advntr.dev\/<br \/>\ndefault-reason: &#8220;<red>No reason provided.&#8221;<\/p>\n<p># The player will get teleported in this world after getting banned\/kicked<br \/>\n# If not set or world is invalid, the plugin will choose your main world, where your datapacks etc. is stored<br \/>\nfallback-world: &#8216;world&#8217;<br \/>\n&#8220;`<br \/>\n<\/details>\n<details>\n<summary>messages.yml<\/summary>\n<p>&#8220;`yaml<br \/>\n# All messages used in plugin<br \/>\n# Only supports MiniMessage!<br \/>\n# MiniMessage formatter: https:\/\/webui.advntr.dev\/<\/p>\n<p>nopermission: &#8220;<red>You don&#8217;t have permission to do that!&#8221;<br \/>\npluginReloaded: &#8220;<green>Plugin reloaded!&#8221;<br \/>\nplayerPunishImmune: &#8220;<red>You can&#8217;t punish <reset>{player}&#8221;<br \/>\npluginReloadFail: &#8220;<red>Plugin reload failed. Check console for errors.&#8221;<br \/>\ninvalidPlayer: &#8220;<red>Player not found.&#8221;<br \/>\ninvalidWorld: &#8220;<red>World not found.&#8221;<br \/>\ninvalidTimeFormat: &#8220;<red>Invalid time format.&#8221;<br \/>\ntimeNotPositive: &#8220;<red>Time must be positive.&#8221;<br \/>\nplayerNotBanned: &#8220;<red>That player is not banned in <gray>{world}<red>.&#8221;<br \/>\nbanListPrefix: &#8220;<gray>Banned players:&#8221;<br \/>\nbanListFormat: &#8220;<reset>{player} <gray>is banned on <yellow>{world}&#8221;<br \/>\nbanListFormat-tempban: &#8220;<reset>{player} <gray>is banned on <yellow>{world} <gray>for <gray>{time} <gray>minutes&#8221;<br \/>\nnoBannedPlayers: &#8220;<gray>There&#8217;s no banned players.&#8221;<br \/>\nbanSuccess: &#8220;<green>Successfully banned <reset>{player} <green>on <yellow>{world}<gray>. Reason <reset>: {reason}&#8221;<br \/>\ntempBanSuccess: &#8220;<green>Successfully banned <reset>{player} <green>on <yellow>{world} <green>for <yellow>{time} <green>minutes<gray>. Reason <reset>: {reason}&#8221;<br \/>\nkickSuccess: &#8220;<green>Successfully kicked <reset>{player} <green>from <yellow>{world}<gray>. Reason <reset>: {reason}&#8221;<br \/>\nunBanSuccess: &#8220;<green>Successfully unbanned <reset>{player} <green>from <yellow>{world}&#8221;<br \/>\nplayerBanned: &#8220;<red>You are banned on <yellow>{world}<red>! <gray>Reason: <reset>{reason}&#8221;<br \/>\nplayerTempBanned: &#8220;<red>You are temporarily banned on <yellow>{world}<red> for <yellow>{time} <red>minutes! <gray>Reason: <reset>{reason}&#8221;<br \/>\nplayerKicked: &#8220;<gray>You got kicked from <yellow>{world}<gray>. Reason: <reset>{reason}&#8221;<br \/>\nplayerNotInWorld: &#8220;<gray>That player is not in <yellow>{world}<gray>.&#8221;<br \/>\n&#8220;`<br \/>\n<\/details>\n<p>&#8212;<\/p>\n<p>## Links &#038; Additional Information<\/p>\n<p>**Author:** WatermanMC<\/p>\n<p>* **GitHub Repository** (Source Code &#038; Full Documentation): https:\/\/github.com\/WatermanMC\/PerWorldPunish<br \/>\n* **Documentation:** https:\/\/github.com\/WatermanMC\/PerWorldPunish\/wiki<br \/>\n* **Discord Support:** https:\/\/discord.gg\/Scgqfm5EU4<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Allows per-world punishments such as ban, kick and tempban!<\/p>\n","protected":false},"featured_media":120651,"template":"","meta":{"_minecraft_slug":"perworldpunish","_minecraft_project_id":"fnmiqkxr","_minecraft_author":"WatermanMC8521","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":97,"_minecraft_follows":2,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"perworldpunish.zip","_minecraft_size_bytes":188460,"_minecraft_version_count":7,"_minecraft_updated_at":"2026-05-15T19:44:54.356129Z","_minecraft_date_created":"2026-01-25T21:39:28.599378Z","_minecraft_date_modified":"2026-02-25T14:02:38.342895Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/perworldpunish","_minecraft_icon_attachment_id":120651,"_minecraft_imported_at":"2026-06-07T02:23:14+00:00","_minecraft_import_hash":"0ae033b7db6486ef3a58cca35a4427a2","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,127,128],"mod_loader":[132,133],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-120650","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-paper","mod_category-purpur","mod_loader-paper","mod_loader-purpur","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PerWorldPunish - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/perworldpunish\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PerWorldPunish - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Allows per-world punishments such as ban, kick and tempban!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/perworldpunish\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perworldpunish\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perworldpunish\\\/\",\"name\":\"PerWorldPunish - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perworldpunish\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perworldpunish\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/perworldpunish-icon-a670276279ddc4599192e5b9af889b28f0812bd1_96.webp\",\"datePublished\":\"2026-06-07T02:23:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perworldpunish\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perworldpunish\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perworldpunish\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/perworldpunish-icon-a670276279ddc4599192e5b9af889b28f0812bd1_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/perworldpunish-icon-a670276279ddc4599192e5b9af889b28f0812bd1_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/perworldpunish\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"PerWorldPunish\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"PerWorldPunish - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/perworldpunish\/","og_locale":"en_US","og_type":"article","og_title":"PerWorldPunish - Minecraft","og_description":"Allows per-world punishments such as ban, kick and tempban!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/perworldpunish\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/perworldpunish\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/perworldpunish\/","name":"PerWorldPunish - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/perworldpunish\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/perworldpunish\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/perworldpunish-icon-a670276279ddc4599192e5b9af889b28f0812bd1_96.webp","datePublished":"2026-06-07T02:23:13+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/perworldpunish\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/perworldpunish\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/perworldpunish\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/perworldpunish-icon-a670276279ddc4599192e5b9af889b28f0812bd1_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/perworldpunish-icon-a670276279ddc4599192e5b9af889b28f0812bd1_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/perworldpunish\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"PerWorldPunish"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/120650","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/120651"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=120650"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=120650"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=120650"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=120650"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}