About PurgeInfo
A configurable UI with wipe/purge info to save your admins some work
Optional dependencies :
- GUIAnnouncements
Features :
- Set info about wipe time/day and purge time/day in a UI Panel
- Setup Colors used and a Top banner image
- Welcomes the player using his/her name automaticly
- Automaticly displays the settings inside the UI from CFG file
- Option to have it use a GUIAnnouncement message when purge is active or not.
- Both with a seperate timed interval.(to activate either set it to true/false and reload plugin for now)
- GuiAnnouncements are randomised from the lists (depended if the pre/during mode is set to true)
- This is not a purge plugin but a info panel still have to activate your purge!!!
Permissions :
- purgeinfo.info : To give players permission to use the UI panel command
Commands :
- /purge info : To open the informational UI panel.
Configuration :
Notes : You still have to manualy enable disable the Announcements to true/false and reload the plugin (this is not automated)
{ "GUI Info Settings": { "Banner Image": true, "Banner Image Url": "https://i.ibb.co/6YbWnxW/purge-info.png", "Banner Image Transparrency (0-1)": 0.9, "Welcome text color (RGBA)": "1 1 1 1", "Version text color (RGBA)": "1 1 1 1", "Wipe text color (RGBA)": "1 1 1 1", "Purge text color (RGBA)": "1 1 1 1", "Info Text color (RGBA)": "1 1 1 1", "Info Text size (Default = 18)": 16, "Close Button Text": "Close this window", "Close Button color (RGBA)": "0 0 0 0.85", "Close Button Text color (RGBA)": "1 1 1 1" }, "Wipe Info Settings": { "Wipe cycle (weekly biweekly monthly": "Biweekly", "Wipe day (mon tue fri etc..": "Thursdays", "Wipe time (example 19:00)": "19:00 UTC" }, "Purge Info Settings": { "Purge day (mon tue fri etc..": "Wednesday", "Purge start time (example 19:00)": "19:00 UTC", "Purge end time (example 18:00)": "18:00 UTC" }, "Info Block": { "Info text": "Your purge/wipe info can be placed here use \n to go to the next line" }, "Announcements": { "Use Pre Purge GUIAnnouncements": false, "Pre Purge GUIAnnouncements Cycle time (minutes)": 10.0, "Use During Purge GUIAnnouncements": false, "During Purge GUIAnnouncements Cycle time (minutes)": 10.0 }, "GUIAnnouncements messages": { "Pre Purge Announcement messages": [ "test : for the PurgeInfo plugin (pre purge trigger)", "test2 : For testing the PurgInfo plugin timing (pre purge trigger)", "test3 : Another test for PurgeInfo plugin timing (pre purge trigger(wip))" ], "During Purge Announcement messages": [ "test4 : for the PurgeInfo plugin (during purge trigger)", "test5 : For testing the PurgInfo plugin timing (during purge trigger)", "test6 : Another test for PurgeInfo plugin timing (during purge trigger(wip))" ] } }
localisation :
English language file included to use a different language just make a new file in the language folder.
{ "InvalidInput": "<color=red>Please enter a valid command!</color>", "Prefix": "[<color=green>PurgeInfo</color>] " }