/
A Minecraft server plugin for Paper/Spigot 1.21+ that allows players to select roles through a graphical user interface (GUI) when they first join the server.
gui-title: "Choose your role"
roles:
- id: ""
display-name: ""
material: ""
- id: ""
display-name: ""
material: ""
- id: ""
display-name: ""
material: ""
- id: "male"
display-name: "Boy"
material: "BLUE_WOOL"
- id: ""
display-name: ""
material: ""
- id: "female"
display-name: "Girl"
material: "PINK_WOOL"
| Parameter | Description |
|---|---|
id | LuckPerms group identifier |
display-name | Name shown on the button in GUI |
material | Block/item for the button |
WOOL, CONCRETE, STAINED_GLASS, DIAMOND, GOLD_INGOT, IRON_INGOT, EMERALD, NETHER_STAR, etc.
All player messages can be customized in messages.yml:
gui-title - Window titlerole-assigned - Message when role is assigned ({role} placeholder)already-has-role - Message when player already has a rolewelcome-message - Welcome message shown when GUI opens![RoleSelector [LuckPerms]](/_next/image?url=%2Fapi%2Fproxy-image%3Furl%3Dhttps%253A%252F%252Fcdn.modrinth.com%252Fdata%252FDVhXT963%252F239ac309185583083271ee72f9ac944b0d7b0279_96.webp&w=256&q=75)
A Minecraft server plugin for Paper/Spigot 1.21+ that allows players to select roles through a graphical user interface (GUI) when they first join the server.