{"id":81640,"date":"2026-06-04T19:38:47","date_gmt":"2026-06-04T16:38:47","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/holywhitelistperm\/"},"modified":"2026-06-04T19:38:47","modified_gmt":"2026-06-04T16:38:47","slug":"holywhitelistperm","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/holywhitelistperm\/","title":{"rendered":"HolyWhitelistPerm"},"content":{"rendered":"<p># HolyWhitelistPerm User Guide<\/p>\n<p>This guide is intended for server owners, admins, and moderators who want to install and use `HolyWhitelistPerm` on a Paper or Folia server.<\/p>\n<p>## What the Plugin Does<\/p>\n<p>`HolyWhitelistPerm` works like a permission-based whitelist.<\/p>\n<p>Players can only join your server when at least one of the following is true:<\/p>\n<p>&#8211; they have the configured join permission<br \/>\n&#8211; they are OP and `allow-ops` is enabled in the config<\/p>\n<p>This lets you control server access with your permission system instead of the vanilla whitelist.<\/p>\n<p>The plugin also supports Folia.<\/p>\n<p>## Installation<\/p>\n<p>1. Put the plugin JAR into your server&#8217;s `plugins\/` folder.<br \/>\n2. Start the server once.<br \/>\n3. Open `plugins\/HolyWhitelistPerm\/config.yml`.<br \/>\n4. Adjust the permission name or messages if needed.<br \/>\n5. Restart the server or use the reload command.<\/p>\n<p>The same setup works on Folia servers.<\/p>\n<p>## Default Join Permission<\/p>\n<p>By default, the plugin checks for:<\/p>\n<p>&#8220;`text<br \/>\nholywhitelist.join<br \/>\n&#8220;`<\/p>\n<p>Only players with this permission can join.<\/p>\n<p>## Recommended Setup<\/p>\n<p>If you use a permission plugin such as LuckPerms, create one group that is allowed to join and grant the permission there.<\/p>\n<p>Example with LuckPerms:<\/p>\n<p>&#8220;`bash<br \/>\n\/lp group default permission set holywhitelist.join false<br \/>\n\/lp group member permission set holywhitelist.join true<br \/>\n&#8220;`<\/p>\n<p>You can also change the permission name in `config.yml` if you want to use a different node.<\/p>\n<p>## Configuration Overview<\/p>\n<p>Example configuration:<\/p>\n<p>&#8220;`yaml<br \/>\nsettings:<br \/>\n  required-permission: &#8220;holywhitelist.join&#8221;<br \/>\n  allow-ops: true<\/p>\n<p>format:<br \/>\n  prefix: &#8220;<gradient:#148217:#6F32A8><bold>HolyWhitelist<\/bold><\/gradient><dark_gray>\u00bb<\/dark_gray><white> &#8221;<\/p>\n<p>messages:<br \/>\n  kick-no-permission: &#8220;<gray>You do not have permission to join this server!&#8221;<br \/>\n  reload-success: &#8220;<green>Configuration reloaded successfully.&#8221;<br \/>\n  reload-no-permission: &#8220;<red>You do not have permission to use this command.&#8221;<br \/>\n  reload-usage: &#8220;<yellow>Usage: \/holywhitelistperm reload&#8221;<br \/>\n&#8220;`<\/p>\n<p>### `settings.required-permission`<br \/>\nThe permission node a player needs to join.<\/p>\n<p>### `settings.allow-ops`<br \/>\nIf set to `true`, server operators can always join even without the permission.<\/p>\n<p>### `format.prefix`<br \/>\nThis prefix is added in front of player-facing messages.<\/p>\n<p>### `messages.*`<br \/>\nAll player-visible and console messages can be changed here.<\/p>\n<p>## MiniMessage Support<\/p>\n<p>Player messages support MiniMessage formatting.<\/p>\n<p>Example:<\/p>\n<p>&#8220;`yaml<br \/>\nmessages:<br \/>\n  kick-no-permission: &#8220;<red><bold>Access denied!<\/bold><\/red> <gray>You need <permission>.&#8221;<br \/>\n&#8220;`<\/p>\n<p>Supported placeholders:<\/p>\n<p>&#8211; `<player>`<br \/>\n&#8211; `<permission>`<\/p>\n<p>## Commands<\/p>\n<p>### Reload the Config<\/p>\n<p>&#8220;`text<br \/>\n\/holywhitelistperm reload<br \/>\n&#8220;`<\/p>\n<p>Aliases:<\/p>\n<p>&#8220;`text<br \/>\n\/holywhitelist reload<br \/>\n\/hwp reload<br \/>\n&#8220;`<\/p>\n<p>Required permission:<\/p>\n<p>&#8220;`text<br \/>\nholywhitelist.reload<br \/>\n&#8220;`<\/p>\n<p>This reloads `config.yml` without restarting the server.<\/p>\n<p>## Permissions<\/p>\n<p>### Join Permission<\/p>\n<p>&#8220;`text<br \/>\nholywhitelist.join<br \/>\n&#8220;`<\/p>\n<p>Grants access to the server.<\/p>\n<p>### Reload Permission<\/p>\n<p>&#8220;`text<br \/>\nholywhitelist.reload<br \/>\n&#8220;`<\/p>\n<p>Allows use of the reload command.<\/p>\n<p>## Common Use Cases<\/p>\n<p>### Private Server Access<br \/>\nGrant `holywhitelist.join` only to your internal member group.<\/p>\n<p>### Staff-Only Development Server<br \/>\nGrant the permission only to staff members and leave `allow-ops` enabled.<\/p>\n<p>### Temporary Closed Server<br \/>\nRemove the join permission from normal groups until maintenance is finished.<\/p>\n<p>## Troubleshooting<\/p>\n<p>### Players cannot join even though they should<\/p>\n<p>Check the following:<\/p>\n<p>&#8211; the player really has the configured permission<br \/>\n&#8211; the permission name in `config.yml` matches your permission setup<br \/>\n&#8211; the player is OP if you rely on `allow-ops: true`<br \/>\n&#8211; the server was restarted or the config was reloaded after changes<\/p>\n<p>### The reload command does not work<\/p>\n<p>Check the following:<\/p>\n<p>&#8211; you used `\/holywhitelistperm reload`<br \/>\n&#8211; you have the `holywhitelist.reload` permission<br \/>\n&#8211; there are no syntax errors in `config.yml`<\/p>\n<p>### Messages look wrong<\/p>\n<p>If you use MiniMessage formatting, make sure all tags are valid and properly closed.<\/p>\n<p>## Summary<\/p>\n<p>`HolyWhitelistPerm` is meant to be simple:<\/p>\n<p>&#8211; one permission controls access<br \/>\n&#8211; OP support is optional<br \/>\n&#8211; all messages are configurable<br \/>\n&#8211; config changes can be applied with a reload command<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A Minecraft Plugin to Whitelist players with a permission<\/p>\n","protected":false},"featured_media":81641,"template":"","meta":{"_minecraft_slug":"holywhitelistperm","_minecraft_project_id":"hd7SyYxo","_minecraft_author":"AveGamers","_minecraft_license":"MIT","_minecraft_downloads":4,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"holywhitelistperm.zip","_minecraft_size_bytes":8126,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T12:25:39.765950Z","_minecraft_date_created":"2026-04-28T22:30:17.603586Z","_minecraft_date_modified":"2026-04-17T09:45:13.175566Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/holywhitelistperm","_minecraft_icon_attachment_id":81641,"_minecraft_imported_at":"2026-06-04T16:38:48+00:00","_minecraft_import_hash":"b71c1ff88cf3cbb61b05055223837e39","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,126,127,128,129,92],"mod_loader":[130,131,132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-81640","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-folia","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-utility","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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>HolyWhitelistPerm - 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\/holywhitelistperm\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"HolyWhitelistPerm - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A Minecraft Plugin to Whitelist players with a permission\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/holywhitelistperm\/\" \/>\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\\\/holywhitelistperm\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/holywhitelistperm\\\/\",\"name\":\"HolyWhitelistPerm - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/holywhitelistperm\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/holywhitelistperm\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/holywhitelistperm-icon-33889b9e38d6f824540d452cce90ebe8bfabf7f1.png\",\"datePublished\":\"2026-06-04T16:38:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/holywhitelistperm\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/holywhitelistperm\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/holywhitelistperm\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/holywhitelistperm-icon-33889b9e38d6f824540d452cce90ebe8bfabf7f1.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/holywhitelistperm-icon-33889b9e38d6f824540d452cce90ebe8bfabf7f1.png\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/holywhitelistperm\\\/#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\":\"HolyWhitelistPerm\"}]},{\"@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":"HolyWhitelistPerm - 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\/holywhitelistperm\/","og_locale":"en_US","og_type":"article","og_title":"HolyWhitelistPerm - Minecraft","og_description":"A Minecraft Plugin to Whitelist players with a permission","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/holywhitelistperm\/","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\/holywhitelistperm\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/holywhitelistperm\/","name":"HolyWhitelistPerm - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/holywhitelistperm\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/holywhitelistperm\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/holywhitelistperm-icon-33889b9e38d6f824540d452cce90ebe8bfabf7f1.png","datePublished":"2026-06-04T16:38:47+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/holywhitelistperm\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/holywhitelistperm\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/holywhitelistperm\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/holywhitelistperm-icon-33889b9e38d6f824540d452cce90ebe8bfabf7f1.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/holywhitelistperm-icon-33889b9e38d6f824540d452cce90ebe8bfabf7f1.png","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/holywhitelistperm\/#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":"HolyWhitelistPerm"}]},{"@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\/81640","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\/81641"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=81640"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=81640"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=81640"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=81640"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}