Skip to content
RIN edited this page Jun 8, 2022 · 2 revisions

How To Use

Spam

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;
Clone this wiki locally