LuckPermsGUIPlus

⭐ — (9 endorsements) 📥 3,445 downloads 📌 v1.0.0 📅 10/27/2025
🟡 Updated this year

By lechat · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 10/27/2025 📅 Created: 10/27/2025

🔍 Analysis

  • 👍 0.3% endorsement rate
  • 🏆 #686 of 1560 bukkit mods in this game by downloads

📋 About This Mod

# LuckPermsGUIPlus A comprehensive Minecraft plugin that provides an intuitive graphical user interface for managing LuckPerms permissions through in-game menus. ## 🛠️ Crafting... This plugin is not fully finished ! Please contact me if you encounter any bugs. ## ⏳ Coming Soon AI Assistant for LuckPerms — Automatically reviews and improves your permission setup !\ Enhanced Logging System — Gain full visibility and control !\ Permission presets (Per-plugin) - Select installed plugins, group type and you're done !\ …and more powerful tools are coming soon... ## Features ### 🎯 Core Functionality - **Group Management**: Create, edit, delete, duplicate, and rename permission groups - **Permission Management**: Add, remove, toggle, and modify permissions with context restrictions - **Player Management**: View and manage individual player permissions - **Advanced Search**: Search permissions across all groups or within specific groups - **Context Support**: Add world, server, or custom context restrictions to permissions - **Temporary Permissions**: Set permissions with expiration times ### 🎨 User Interface - **Intuitive GUI**: Clean, organized menus with clear navigation - **Visual Indicators**: Color-coded permissions (enabled/disabled/temporary/inherited) - **Pagination**: Handle large numbers of groups and permissions efficiently - **AnvilGUI Integration**: Smooth text input for names, permissions, and contexts - **Responsive Design**: Proper button placement and menu flow ### 🔧 Technical Features - **Real-time Caching**: Efficient permission data caching with automatic refresh - **Context Management**: Track which permissions belong to which groups - **Logging**: Comprehensive action logging for audit trails - **Configuration**: Highly customizable GUI elements and messages - **Performance**: Optimized for large permission databases ## Installation 1. Ensure you have (https://luckperms.net/) installed on your server 2. Download the latest LuckPermsGUIPlus.jar from the releases 3. Place the jar file in your server's `plugins/` directory 4. Restart your server or use a plugin manager to load the plugin ## Configuration The plugin creates a `config.yml` file on first startup with customizable options: <details> <summary>Configuration</summary> ```yaml # LuckPermsGUIPlus Configuration # GUI Settings gui: title: main: "LuckPerms Groups" group: "Permissions of %group%" permission: "Edit Permission" search: "Search Results" players: "Players" player_permissions: "Permissions of %player%" items: # Main Menu Items group: "BOOK" create_group: "EMERALD_BLOCK" players: "PLAYER_HEAD" search: "COMPASS" close: "BARRIER" # Navigation Items previous_page: "ARROW" next_page: "ARROW" back: "BARRIER" # Group Menu Items add_permission: "EMERALD" search_permissions: "COMPASS" # Permission Status Items enabled: "GREEN_WOOL" disabled: "RED_WOOL" temporary: "CLOCK" inherited: "ENCHANTED_BOOK" # Permission Action Items toggle_permission: "LEVER" edit_permission: "WRITABLE_BOOK" # Permission Edit Menu Items status_enabled: "GREEN_WOOL" status_disabled: "RED_WOOL" make_temporary_button: "CLOCK" add_context_button: "GRASS_BLOCK" delete_button: "BARRIER" # Group Options Menu Items duplicate_group: "COPY" delete_group: "TNT" rename_group: "NAME_TAG" edit_prefix: "GOLDEN_APPLE" edit_suffix: "GOLDEN_CARROT" edit_display_name: "PAPER" edit_icon: "ITEM_FRAME" # Search Menu Items search_groups: "BOOK" search_players: "PLAYER_HEAD" search_all: "SPYGLASS" # Player Menu Items player_info: "PLAYER_HEAD" player_permissions: "WRITABLE_BOOK" # Context Menu Items add_context: "GRASS_BLOCK" remove_context: "DIRT" context_world: "GRASS_BLOCK" context_server: "COMMAND_BLOCK" lore: group_permissions: "Permissions: %count%" permission_status: "Status: %status%" permission_context: "Context: %context%" permission_expiry: "Expiry: %expiry%" inherited_from: "Inherited from %group%" # Messages messages: no_permission: "You do not have permission to use this command." group_created: "Group '%group%' created successfully." group_deleted: "Group '%group%' deleted successfully." permission_added: "Permission '%permission%' added to group '%group%'." permission_removed: "Permission '%permission%' removed from group '%group%'." permission_toggled: "Permission '%permission%' toggled in group '%group%'." search_no_results: "No permissions found matching '%query%'." invalid_group: "Group '%group%' does not exist." invalid_permission: "Invalid permission format." # Cache Settings cache: refresh_interval: 30 # seconds # Logging logging: enabled: true file: "history.log" # Theme (light/dark) theme: "dark" ``` </details>

# LuckPermsGUIPlus

A comprehensive Minecraft plugin that provides an intuitive graphical user interface for managing LuckPerms permissions through in-game menus.

## 🛠️ Crafting... This plugin is not fully finished ! Please contact me if you encounter any bugs.

## ⏳ Coming Soon AI Assistant for LuckPerms — Automatically reviews and improves your permission setup !\ Enhanced Logging System — Gain full visibility and control !\ Permission presets (Per-plugin) - Select installed plugins, group type and you're done !\ …and more powerful tools are coming soon...

## Features

### 🎯 Core Functionality - Group Management: Create, edit, delete, duplicate, and rename permission groups - Permission Management: Add, remove, toggle, and modify permissions with context restrictions - Player Management: View and manage individual player permissions - Advanced Search: Search permissions across all groups or within specific groups - Context Support: Add world, server, or custom context restrictions to permissions - Temporary Permissions: Set permissions with expiration times

### 🎨 User Interface - Intuitive GUI: Clean, organized menus with clear navigation - Visual Indicators: Color-coded permissions (enabled/disabled/temporary/inherited) - Pagination: Handle large numbers of groups and permissions efficiently - AnvilGUI Integration: Smooth text input for names, permissions, and contexts - Responsive Design: Proper button placement and menu flow

### 🔧 Technical Features - Real-time Caching: Efficient permission data caching with automatic refresh - Context Management: Track which permissions belong to which groups - Logging: Comprehensive action logging for audit trails - Configuration: Highly customizable GUI elements and messages - Performance: Optimized for large permission databases

## Installation

1. Ensure you have (https://luckperms.net/) installed on your server 2. Download the latest LuckPermsGUIPlus.jar from the releases 3. Place the jar file in your server's `plugins/` directory 4. Restart your server or use a plugin manager to load the plugin

## Configuration

The plugin creates a `config.yml` file on first startup with customizable options:

Configuration

```yaml # LuckPermsGUIPlus Configuration

# GUI Settings gui: title: main: "LuckPerms Groups" group: "Permissions of %group%" permission: "Edit Permission" search: "Search Results" players: "Players" player_permissions: "Permissions of %player%" items: # Main Menu Items group: "BOOK" create_group: "EMERALD_BLOCK" players: "PLAYER_HEAD" search: "COMPASS" close: "BARRIER"

# Navigation Items previous_page: "ARROW" next_page: "ARROW" back: "BARRIER"

# Group Menu Items add_permission: "EMERALD" search_permissions: "COMPASS"

# Permission Status Items enabled: "GREEN_WOOL" disabled: "RED_WOOL" temporary: "CLOCK" inherited: "ENCHANTED_BOOK"

# Permission Action Items toggle_permission: "LEVER" edit_permission: "WRITABLE_BOOK"

# Permission Edit Menu Items status_enabled: "GREEN_WOOL" status_disabled: "RED_WOOL" make_temporary_button: "CLOCK" add_context_button: "GRASS_BLOCK" delete_button: "BARRIER"

# Group Options Menu Items duplicate_group: "COPY" delete_group: "TNT" rename_group: "NAME_TAG" edit_prefix: "GOLDEN_APPLE" edit_suffix: "GOLDEN_CARROT" edit_display_name: "PAPER" edit_icon: "ITEM_FRAME"

# Search Menu Items search_groups: "BOOK" search_players: "PLAYER_HEAD" search_all: "SPYGLASS"

# Player Menu Items player_info: "PLAYER_HEAD" player_permissions: "WRITABLE_BOOK"

# Context Menu Items add_context: "GRASS_BLOCK" remove_context: "DIRT" context_world: "GRASS_BLOCK" context_server: "COMMAND_BLOCK" lore: group_permissions: "Permissions: %count%" permission_status: "Status: %status%" permission_context: "Context: %context%" permission_expiry: "Expiry: %expiry%" inherited_from: "Inherited from %group%"

# Messages messages: no_permission: "You do not have permission to use this command." group_created: "Group '%group%' created successfully." group_deleted: "Group '%group%' deleted successfully." permission_added: "Permission '%permission%' added to group '%group%'." permission_removed: "Permission '%permission%' removed from group '%group%'." permission_toggled: "Permission '%permission%' toggled in group '%group%'." search_no_results: "No permissions found matching '%query%'." invalid_group: "Group '%group%' does not exist." invalid_permission: "Invalid permission format."

# Cache Settings cache: refresh_interval: 30 # seconds

# Logging logging: enabled: true file: "history.log"

# Theme (light/dark) theme: "dark" ```

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
lechat
Version
1.0.0
Downloads
3,445
Endorsements
9
Category
bukkit
Created
10/27/2025
Updated
10/27/2025
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
management, technology, 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 LuckPermsGUIPlus support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of LuckPermsGUIPlus?

Version 1.0.0, published 2025-10-27 with 3,445 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bukkit 👤 More by lechat 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods