#is there a has playtime?
1 messages · Page 1 of 1 (latest)
Depends on the plugin you use!
Going to assume it is DeluxeMenus based on the tags. Smh adam.
I meant a playtime plugin maybe?
You can. Use a placeholder such as the ones provided by Statistic expansion:
%statistic_seconds_played%
%statistic_minutes_played%
%statistic_hours_played%
%statistic_days_played%
%statistic_time_played%
you don't need one. smh again
yes deluxemenus
i want to make a menu where they can claim the rank if they reached a specific playtime requirement
By default, servers such as Spigot and Paper track player playtime. The statistic expansion lets you access that playtime data.
click_requirement:
requirements:
playtime:
type: '>='
input: '%statistic_days_played%'
output: '3'
This requirement should check if the player has played 3 or more days
thank youuu very much!
by the way last thing
how do u display a colored leather cap on deluxemenus? (like this in the picture)
material: leather_helmet
rgb: 100, 100, 0
how can i know if its a red, blue or a orange color?
It is RGB. A widespread standard. You can google RGB picker and you'll find plenty of websites to conert visual colors to rgb values.