Skip to content
Hakan Kargın edited this page Jun 1, 2022 · 2 revisions

How To Use

Spam

Check the player is spamming or not.

Example

if (HCore.spam("ui_click_" + player.getUniqueId(), 1000)) // returns true if this ID was used 1000 milliseconds ago or more recently
    return;
Clone this wiki locally