-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Placeholder for expiration group #30
Comments
1. Maybe add a setting to decide how to view the time remaining formatted?
Example config from PlaceholderAPI luckperms:
time:
weeks: w
days: d
hours: h
minutes: m
seconds: s 2. Display the time in some measure such as seconds and let each admin format it as they see fit. Example in seconds without breaking compatibility with users who are currently using the placeholder: raw (new placeholder): formatted (current form): So we can display the value in several languages, not everyone wants to show the time in the USA standard. Example: luckperms:
time:
weeks: sem
days: d
hours: h
minutes: m
seconds: s
|
@SrBedrock You're by far not the only one asking for this so I took it into my own hands to make something to help with this. If you don't mind using a javascript, perhaps give this one a try https://github.com/ZeromaniacMc/LuckPerms-Time-Placeholder-Script |
But I need the highest group the player has. Not that I have to enter a group in the placeholder. |
Please add placeholder %luckperms_highest_group_by_weight_expiration% or %luckperms_exipration_group%
So that "VIP" players know when their best VIP ends. + so that it is possible to somehow set the expiration format eg 1w 1d 1h to another language for example or just limit the format to 1w / 1d only, ... From what I've looked at placeholders, none of that is what I imagine. Just to show you the expiration time of the highest group you have, and if it doesn't find your expiration time, it will tell you that you have that group forever.
The text was updated successfully, but these errors were encountered: