-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChat - Anti Spam
36 lines (20 loc) · 2.8 KB
/
Chat - Anti Spam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#############################################################################################################################################################################################################################################################################
#############################################################################################################################################################################################################################################################################
#############################################################################################################################################################################################################################################################################
#############################################################################################################################################################################################################################################################################
MADE BY HMR_ABOOD
18.7.2024
#############################################################################################################################################################################################################################################################################
#############################################################################################################################################################################################################################################################################
#############################################################################################################################################################################################################################################################################
#############################################################################################################################################################################################################################################################################
on chat:
if {chat::%player's uuid%} > now:
cancel event
send "&cYou can chat again after &6%difference between {chat::%player's uuid%} and now%. &7Buy ranks to lower your cooldown ability. &a/buy" to player
else:
if player has permission "cooldown.bypass":
set {chat::%player's uuid%} to now
else:
set {chat::%player's uuid%} to now
add 3 seconds to {chat::%player's uuid%}