New Features:
- You can now filter and sort the logs in the in-game GUI
- You can customize the items in the Main GUI (MAKE SURE TO CHECK THE UPDATED CONFIG AT THE BOTTOM)
- You can change the items in the Duration GUI and Reason GUI (Note: Only a single item for each GUI; MAKE SURE TO CHECK THE UPDATED CONFIG AT THE BOTOOM)
- Added back arrows to the GUIS
Changes:
- Changed the wool color based on how long ago the grant was in the log GUI:
Lime Wool: The grant was granted in the
last 24 hours
Green Wool: The grant was granted within the
last week
Yellow Wool: The grant was granted in the
past month
Orange Wool: The grant was granted
over a month ago
Bug Fixes:
- Fixed it the message when you fix the config
Code Fixes (Not important really):
- Removed some unnecessary code
- Switched IDE to IntelliJ
- Added some more packages and classes for organization
- Changed the project to maven
- Added Anvil GUI Api that will be used in the future
- Removed the version from the .jar file name
Add to Config File:
Code (Text):
# // The gui that opens when you execute the command: /grant <Player>
Main:
# // The section for granting a rank
Ranks:
item: DIAMOND # // The item that displays
slot: 12 # // The slot that the item displays in
displayname: "&a&lRanks" # // The displayname of the item
# // The section for granting a permission
Permissions:
item: EMERALD
slot: 14
displayname: "&b&lPermissions"
Code (Text):
# // The item for all the durations in the GUI
Duration_Item: WATCH
# // The item for all the reasons in the GUI
Reason_Item: NAME_TAG