{"id":38098,"date":"2026-06-01T22:34:41","date_gmt":"2026-06-01T19:34:41","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/celestialwhitelister\/"},"modified":"2026-06-01T22:34:41","modified_gmt":"2026-06-01T19:34:41","slug":"celestialwhitelister","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/celestialwhitelister\/","title":{"rendered":"Celestial Whitelister"},"content":{"rendered":"<p># Celestial Whitelister<\/p>\n<p>A Paper plugin that lets players whitelist themselves through a Discord `\/whitelist` slash command. When someone uses the command, the plugin adds them to the Minecraft server whitelist and assigns a LuckPerms group based on their Discord roles.<\/p>\n<p>## Requirements<\/p>\n<p>&#8211; Paper 1.21.4+<br \/>\n&#8211; LuckPerms<br \/>\n&#8211; A Discord bot token (how to create one)<\/p>\n<p>## Installation<\/p>\n<p>1. Drop the plugin JAR into your server&#8217;s `plugins\/` folder.<br \/>\n2. Start the server once to generate the default `config.yml`.<br \/>\n3. Edit `plugins\/CelestialWhitelister\/config.yml` with your Discord bot token and role mappings.<br \/>\n4. Restart the server or run `\/celestialwhitelister reload`.<\/p>\n<p>Make sure your Discord bot has been invited to your guild with the `applications.commands` and `bot` scopes.<\/p>\n<p>## How It Works<\/p>\n<p>1. A member runs `\/whitelist <nickname>` in your Discord server.<br \/>\n2. The plugin checks whether the member is allowed to use the command (channel and role restrictions, if enabled).<br \/>\n3. It looks up which LuckPerms group the member should receive based on their Discord roles and the `role-groups` mapping.<br \/>\n4. It resolves the Minecraft username to a UUID, adds the player to the server whitelist, and assigns the LuckPerms group.<br \/>\n5. The member receives a private (ephemeral) response in Discord confirming the result.<\/p>\n<p>## Configuration<\/p>\n<p>The config file is located at `plugins\/CelestialWhitelister\/config.yml`.<\/p>\n<p>&#8220;`yaml<br \/>\n# Discord bot token<br \/>\ndiscord-token: &#8220;YOUR_BOT_TOKEN_HERE&#8221;<\/p>\n<p># Language for plugin messages. Must match the name of a .ftl file<br \/>\n# in the messages folder (e.g. &#8220;en&#8221; for en.ftl, &#8220;es&#8221; for es.ftl).<br \/>\nlanguage: &#8220;en&#8221;<\/p>\n<p># Mapping of Discord role IDs to LuckPerms group names.<br \/>\n# Players will be added to the LuckPerms group corresponding to<br \/>\n# the highest role they have from this list.<br \/>\n# Format: &#8220;discord_role_id&#8221;: &#8220;luckperms_group_name&#8221;<br \/>\nrole-groups:<br \/>\n  &#8220;123456789012345678&#8221;: &#8220;vip&#8221;<br \/>\n  &#8220;987654321098765432&#8221;: &#8220;member&#8221;<\/p>\n<p># The default LuckPerms group to assign if the user has none of the mapped roles.<br \/>\n# Leave empty to not assign any group if no roles match.<br \/>\ndefault-group: &#8220;default&#8221;<\/p>\n<p># UUID resolution, only applies to offline-mode servers.<br \/>\n# When enabled, the plugin will try to resolve the player&#8217;s online (Mojang) UUID first,<br \/>\n# falling back to an offline UUID if the player doesn&#8217;t have a Mojang account.<br \/>\n# On online-mode servers, online UUIDs are always used regardless of this setting.<br \/>\nforce-online-uuids: false<\/p>\n<p># Channel restriction, when enabled, the \/whitelist command will only work<br \/>\n# in the listed Discord channel IDs.<br \/>\nchannel-restriction:<br \/>\n  enabled: false<br \/>\n  channels:<br \/>\n    &#8211; &#8220;111111111111111111&#8221;<br \/>\n    &#8211; &#8220;222222222222222222&#8221;<\/p>\n<p># Role requirement, when enabled, users must have at least one of the listed<br \/>\n# Discord role IDs to use \/whitelist. This is checked independently of the<br \/>\n# role-groups mapping above.<br \/>\nrequired-roles:<br \/>\n  enabled: false<br \/>\n  roles:<br \/>\n    &#8211; &#8220;333333333333333333&#8221;<br \/>\n    &#8211; &#8220;444444444444444444&#8221;<\/p>\n<p># One-time whitelist restriction. When enabled, each Discord user can only<br \/>\n# use \/whitelist once. Their entry is stored in a local SQLite database.<br \/>\n# Users can change their whitelisted nickname using \/changenick instead.<br \/>\none-time-whitelist: true<\/p>\n<p>&#8220;`<\/p>\n<p>## Localization<\/p>\n<p>CelestialWhitelister supports multiple languages using Project Fluent, a localization framework designed for natural, fluent translations.<\/p>\n<p>### Supported Languages<\/p>\n<p>Currently supported languages:<br \/>\n&#8211; **English** (en)<br \/>\n&#8211; **Spanish** (es)<\/p>\n<p>The plugin automatically selects the appropriate language file based on the `.ftl` files present in the `messages\/` directory.<\/p>\n<p>### Translation Files<\/p>\n<p>Translation files are stored at `plugins\/CelestialWhitelister\/messages\/` in Project Fluent format (`.ftl`).<\/p>\n<p>Each language has its own file:<br \/>\n&#8211; `en.ftl` &#8211; English messages<br \/>\n&#8211; `es.ftl` &#8211; Spanish messages<\/p>\n<p>### Adding a New Language<\/p>\n<p>To add a new language:<\/p>\n<p>1. Create a new `.ftl` file in `plugins\/CelestialWhitelister\/messages\/` using the language code as the filename (e.g., `fr.ftl` for French).<br \/>\n2. Translate all message keys from the English `en.ftl` file.<br \/>\n3. Reload the plugin with `\/celestialwhitelister reload`.<\/p>\n<p>All `.ftl` files in the messages directory are automatically loaded and processed in alphabetical order.<\/p>\n<p>### Options<\/p>\n<p>| Option | Description                                                                                                                      |<br \/>\n|&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `discord-token` | The bot token from the Discord Developer Portal.                                                                                 |<br \/>\n| `language` | The language for plugin messages. Must match a `.ftl` file in the messages folder (e.g., `&#8221;en&#8221;` for `en.ftl`).                   |<br \/>\n| `role-groups` | A map of Discord role ID to LuckPerms group name. The first role the member has that appears in this map determines their group. |<br \/>\n| `default-group` | The LuckPerms group assigned when no role matches. Set to `&#8221;&#8221;` to reject users with no matching role instead.                    |<br \/>\n| `force-online-uuids` | When enabled on an **offline mode** server, the plugin will try to resolve the player&#8217;s online (Mojang) UUID first,              |<br \/>\n| `channel-restriction.enabled` | When `true`, the `\/whitelist` command only works in the listed channels.                                                         |<br \/>\n| `channel-restriction.channels` | List of Discord channel IDs where the command is allowed.                                                                        |<br \/>\n| `required-roles.enabled` | When `true`, members must have at least one of the listed roles to use the command.                                              |<br \/>\n| `required-roles.roles` | List of Discord role IDs required to use `\/whitelist`.                                                                           |<br \/>\n| `one-time-whitelist` | When `true`, each Discord user can only whitelist once. Use `\/changenick` to change the whitelisted nickname.                    |<\/p>\n<p>## Commands<\/p>\n<p>### In-game<\/p>\n<p>| Command | Alias | Description |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `\/celestialwhitelister reload` | `\/cw reload` | Reloads the config and restarts the Discord bot. |<\/p>\n<p>### Discord<\/p>\n<p>| Command | Description |<br \/>\n|&#8212;|&#8212;|<br \/>\n| `\/whitelist <nickname>` | Whitelist a Minecraft player and assign their LuckPerms group. |<br \/>\n| `\/changenick <nickname>` | Change your whitelisted nickname (only available when `one-time-whitelist` is enabled). |<\/p>\n<p>## Permissions<\/p>\n<p>| Permission | Description | Default |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `celestialwhitelister.reload` | Allows using `\/celestialwhitelister reload`. | OP |<\/p>\n<p>## Building<\/p>\n<p>Requires Java 21+.<\/p>\n<p>&#8220;`sh<br \/>\n.\/gradlew build<br \/>\n&#8220;`<\/p>\n<p>The compiled JAR will be in `build\/libs\/`.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A Paper plugin for whitelist management that integrates with LuckPerms<\/p>\n","protected":false},"featured_media":38099,"template":"","meta":{"_minecraft_slug":"celestialwhitelister","_minecraft_project_id":"jNiWYkWv","_minecraft_author":"KernelFreeze","_minecraft_license":"MIT","_minecraft_downloads":16,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"celestialwhitelister.zip","_minecraft_size_bytes":97005,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T22:47:27.063583Z","_minecraft_date_created":"2026-02-16T21:08:14.037459Z","_minecraft_date_modified":"2026-02-15T00:56:24.954796Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/celestialwhitelister","_minecraft_icon_attachment_id":38099,"_minecraft_imported_at":"2026-06-01T19:34:41+00:00","_minecraft_import_hash":"2bd2c5f5b17526242bfdc73f3e96eec2","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,127,867,92],"mod_loader":[132],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-38098","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-paper","mod_category-social","mod_category-utility","mod_loader-paper","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>Celestial Whitelister - 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\/celestialwhitelister\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Celestial Whitelister - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A Paper plugin for whitelist management that integrates with LuckPerms\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/celestialwhitelister\/\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/celestialwhitelister\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/celestialwhitelister\\\/\",\"name\":\"Celestial Whitelister - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/celestialwhitelister\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/celestialwhitelister\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/celestialwhitelister-icon-9aa911dec57d7123fe03a5093d46f32cb74ff898_96.webp\",\"datePublished\":\"2026-06-01T19:34:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/celestialwhitelister\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/celestialwhitelister\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/celestialwhitelister\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/celestialwhitelister-icon-9aa911dec57d7123fe03a5093d46f32cb74ff898_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/celestialwhitelister-icon-9aa911dec57d7123fe03a5093d46f32cb74ff898_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/celestialwhitelister\\\/#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\":\"Celestial Whitelister\"}]},{\"@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":"Celestial Whitelister - 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\/celestialwhitelister\/","og_locale":"en_US","og_type":"article","og_title":"Celestial Whitelister - Minecraft","og_description":"A Paper plugin for whitelist management that integrates with LuckPerms","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/celestialwhitelister\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/celestialwhitelister\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/celestialwhitelister\/","name":"Celestial Whitelister - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/celestialwhitelister\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/celestialwhitelister\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/celestialwhitelister-icon-9aa911dec57d7123fe03a5093d46f32cb74ff898_96.webp","datePublished":"2026-06-01T19:34:41+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/celestialwhitelister\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/celestialwhitelister\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/celestialwhitelister\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/celestialwhitelister-icon-9aa911dec57d7123fe03a5093d46f32cb74ff898_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/celestialwhitelister-icon-9aa911dec57d7123fe03a5093d46f32cb74ff898_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/celestialwhitelister\/#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":"Celestial Whitelister"}]},{"@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\/38098","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\/38099"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=38098"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=38098"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=38098"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=38098"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}