You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spam system basically checks if the given id triggers same action in specific time.
Example
if (HCore.spam("ui_click_" + player.getUniqueId(), 1000)) // Returns true if "ui_click_" action triggered by player and 1000 ms didn't pass yet.return;