Big thanks to ZribeDev for contributing to the re-write and the original.
<> - Optional(not required) [] - Required /lpgui <player> - opens the main menu /rank <player> - opens the rank gui and changes the rank of the specified player /grant [player] <page> - opens the permissions gui [on the set page] to toggle permissions /track <player> - opens the tracks gui promoting/demoting the player on the specified track /lpguireload - reloads the config file
lpgui.use - gives access to the main gui lpgui.rank - gives access to the rank gui lpgui.track - gives acces to the tracks gui lpgui.grant - gives access to the permissions gui lpgui.reload - access to the reload command
drag the .jar file into your plugins folder then restart your server
change the config.yml file so it has your choice of ranks & other things
Code (Text):
global:
back-item: 'ARROW'
background-item: 'BLACK_STAINED_GLASS_PANE'
ranks:
enabled: true
require-confirm: true
# rank-name is the luckperms group name
rank-name:
- 'owner'
- 'admin'
# rank-prefix is what will display in the GUI
rank-prefix:
- '&4Owner'
- '&cAdmin'
# rank-item is what item will be displayed for each rank in the GUI
rank-item:
- 'DIAMOND'
- 'DIRT'
tracks:
enabled: true
require-confirm: true
# track-name is set as the name of the track // these are defaults feel free to remove
track-name:
- 'staff'
- 'donatorRanks'
# track-prefix is what will show up when displayed
track-prefix:
- '&9Staff'
- '&5Donator Ranks'
# track-item is the item that will be shown in the gui
track-item:
- 'NAME_TAG'
- 'DIAMOND'
promote-item: 'GREEN_WOOL'
demote-item: 'RED_WOOL'
permissions:
enabled: true
# if the selected user is op the gui will display all permissions as red
permissions:
- 'essentials.ban'
- 'lpgui.reload'