#(bureau) ItemDisplay glowing when looking at it
12 messages · Page 1 of 1 (latest)
(bureau) ItemDisplay glowing when looking at it
Hi I'm AutoThreadBot! Don't mind me, I'll just be adding the helper team to this thread so they can see it. A human will get to you soon.
Core
delta time hourly|minutely|secondly
every:<count> to only run the event every *count* times (like "on delta time secondly every:5" for every 5 seconds).
every <count> seconds, minutes, or hours of game calculation time. Default repetitions count of 1.
This is specifically based on the rate of time advancement in the game server,
which is not necessarily equivalent to the real passage of time (for example, this event may fire slower if the server is lagging).
For real time, see !event system time.
<context.second> returns the exact delta time since system start.
!e on tick
Core
This event fires very rapidly and is usually not the most ideal way to handle things. Generally, prefer !event delta time.
tick
every:<count> to only run the event every *count* times (like "every:5" for every 5 ticks).
every single tick.
<context.tick> how many ticks have passed since the server started.
Check if any player online is looking at an item display.
Has your issue been resolved, or your question been answered?
If so, please use the </resolved:1028673926114594866> command to close your thread.
Or </invalid:1028673926898909185> if it's not possible to resolve.
If not yet resolved, please reply below to tell us what you still need.
(Note that if there is no reply for a few days, this thread will eventually close itself.)
@noble pasture