LuckPermsGUI (Archived) icon

LuckPermsGUI (Archived) -----

Manage LuckPerms groups and users in GUI




Hey all! This plugin is now archived. With the expanding use of the LuckPerms web editor, this is really no longer needed.
We will leave the download here so you can use it for legacy reasons.

Changes:
New update checker
Removed config
Cleaned up code
----------, Dec 29, 2022

This update has fixed a join error.
----------, Dec 21, 2021

Within this update:
  • We have fully removed our use of Log4J. Due to the increased number of security issues being exploited, we have made the decision to remove it.
  • Metrics updated.
  • Removed unneeded code and classes.
  • Refactored class names and directories to match BGHDDevelopment LLC projects.
----------, Dec 18, 2021

Due to a secondary security notice from apache we have compiled against log4j version 2.16.0.

log4j update notices: https://logging.apache.org/log4j/2.x/changes-report.html#a2.16.0

https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046
----------, Dec 14, 2021

We have updated our shaded log4j2 version per the security advisory.

Please update your server jar:
https://www.spigotmc.org/threads/537204/
----------, Dec 10, 2021

Changelog on GitHub download.
----------, Sep 27, 2021

Sorry for the delay. The plugin now only and natively supports LuckPerms 5. Thanks @Refrac for the work on the update.
----------, Sep 22, 2021

Fixed the download link. Changes nothing to do with the plugin. I am planning a recode soon.
----------, Nov 14, 2020

We have updated the download page for the plugin!

When you click download you will now have the option to continue to download directly from GitHub or support us through redirecting to adfly then to GitHub. This also allows us to release updates on GitHub rather than directly from Spigot to improve backend organization and encourage more collaboration.

If you have any questions or issues with this new download system reach out to me ASAP on discord.
https://bghddevelopment.com/discord
----------, Mar 23, 2020

There are required config changes for this update, read and find them on the changelog!

Changelog: https://wiki.bghddevelopment.com/books/luckpermsgui/page/35---changelog
----------, Feb 14, 2020

Version # will not change this update.


Changes:

Fixed onJoinError caused by UpdateChecker changes.
----------, Jan 9, 2020

Thanks to md_5 reminding me about update checking changes, I have updated the resource to fix the error when checking for updates.

I am preparing to re-code the plugin to use the LuckPerms5 API soon!
----------, Jan 8, 2020

Thanks to user reports we have made a few fixes for commands in LuckPerms5!

LuckPerms5 (1.8 Users)
If you are using LuckPerms5 the legacy API by @Luck has been updated to fix something with Spigot 1.8 jars. Make sure to download that here:
https://ci.lucko.me/job/extension-l...act/build/libs/extension-legacy-api-1.0.0.jar

----------, Dec 28, 2019


Changes:
Changed project to maven
Added copyright
Open Sourced code
Created Wiki
Fixed some startup messages

Wiki: https://wiki.bghddevelopment.com/books/luckpermsgui

Source: https://github.com/BGHDDevelopment/LuckPermsGUI

Support: https://bghddevelopment.com/discord

Suggestions: https://feedback.bghddevelopment.com
----------, Nov 30, 2019

Changes:
Added 1.8-1.14.4+ support
Added update checker
Recoded startup messages
Changed plugin to Java 8

Ideas?
https://feedback.bghddevelopment.com
Support?
https://bghddevelopment.com/discord

NOTICE:

As I was unware of LuckPerms 5 release, I have updated the plugin and the page with steps on how to use the plugin with it.
Due to LuckPerms 5 not being released on Spigot but off-site, most people still download and use LuckPerms 4. Until LuckPerms 5 is updated on spigot, we will not update LuckPermsGUI to use the new API.

You can do the following to allow LuckPermsGUI to work with LuckPerms 5.

Go to your main /LuckPerms/ folder. (this is probably at /plugins/LuckPerms)
Create a folder within this directory called extensions.
Download https://ci.lucko.me/job/extension-l...act/build/libs/extension-legacy-api-1.0.0.jar and put it in the extensions folder.
Restart your server.

The plugin will then work with LuckPerms 5. No steps are required for LuckPerms 4 to work with LuckPermsGUI.
----------, Nov 26, 2019

  • Now you can edit offline users in the GUI
  • Making WIPE with luckperms-GUI will now be very easy! Just select which groups to remove from all users and click "CONFIRM", everything else will be done for you!
----------, Oct 18, 2019

Just fixed one more error
----------, Jul 11, 2019

  • Fixed an error on typing permissions/prefixes and similar
----------, Jul 5, 2019

Fixed Users GUI
----------, Jun 11, 2019

  • Add support for 1.14
  • Dropped support for all other versions
1.13 version Maybe works, any other below 1.13 doesn't. Please download 2.5.1 version for server from 1.8 to 1.12.
https://www.spigotmc.org/resources/luckperms-in-gui.53460/download?version=269351
----------, May 10, 2019

  • Fixed an error on tab completer
----------, Apr 18, 2019

My mistake, uploaded a wrong file!
----------, Mar 2, 2019

  • Fixed expire time not showing correctly
  • Minor bug fixes
----------, Mar 2, 2019

  • Add promote/demote for users
----------, Feb 20, 2019

  • Add tracks (to manage them with GUI)
----------, Oct 24, 2018

  • Add tracks and management of it
----------, Aug 14, 2018

A quick fix with the API, now the plugin works
----------, Jun 13, 2018

  • Fixed an issue where prefixes/permissions wouldn't remove if they had spaces in them
----------, Feb 25, 2018

  • Add support for 1.8!
----------, Feb 24, 2018

  • Fixed a bit with /lp <TAB> showing in all options "gui" option
  • Tried to fix issues with GUI not loading up (don't know if succeeded)
----------, Feb 22, 2018

  • Plugin can work under /lp gui command
    • Typing /lp <TAB> will show gui in the list
    • Typing /lp gui <TAB> will show options user/group
    • Typing /lp gui user/group <TAB> will show information that is needed
----------, Feb 22, 2018

It got on my nerves, so I fixed it
  • Fixed that every time something is clicked in GUI, the cursor resets in the middle. Now it will stay where it should. (Massively improves interaction, you will see)
----------, Feb 21, 2018

Sorry for such updates, it is needed, and I would recomend to update
  • Remade whole plugin to commands based
    • No, I didn't remove the GUI. If you have used the plugin before, I think you noticed, that add permission, parent or something, it would make your text as a command without needing to type the command. This will now be the same for removing permissions and similar. Aperently this metod is best in programming way and for the LuckPerms plugin (because this way it will update on bungees, update everything as it needs).
Still making the offline players edit. Currently doesn't work.
----------, Feb 20, 2018

  • Fixed some bugs in User permssion edit
  • Made that editing permissions LuckPerms would update it in whole Bungee servers
----------, Feb 20, 2018

  • Created online users edit GUI
  • Changed a bit Groups GUI
----------, Feb 20, 2018

  • Made the whole plugin on async
  • Fixed the error in console when changing something in group
  • Add descriptions of permissions, parents and meta (for new users)
  • Changed the command from /prex to /lpgui
----------, Feb 20, 2018

Resource Information
Author:
----------
Total Downloads: 97,859
First Release: Feb 17, 2018
Last Update: Dec 29, 2022
Category: ---------------
All-Time Rating:
60 ratings
Find more info at bghddevelopment.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings