TAB Plugin Time Zone
For the TAB plugin, the time zone is being displayed in UTC. Is there a way to have it set for whatever the player's current time zone is?
6 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by thundxr_#0
Try this
PlaceholderAPI | Expansion Cloud
The eCloud > Expansions > LocalTime
View, download and manage expansions within the eCloud for the PlaceholderAPI plugin.
papi expansion is nice so its always relative to the player, on a different note, u can change the timezone of the server so its accurate for the logs and other plugins... (so i rec doing both)
i believe u just need to add a jvm startup flag
-Duser.timezone="PUT TIMEZONE HERE BUT WITHOUT THE QUOTES"
Wow didn’t know you could do that. Does that equate to system time? Or is that more hard baked into the OS of the machine itself?
I ask because Redis often gets timed out and has issues if two clients use a different system time
prety sure its just a jvm startup flag
so it makes the java virtual machine thinks it in that tiimezone (seperate from the machines timezone)
Ahh gotcha