New configuration
unknown
yaml
5 years ago
1.1 kB
16
Indexable
#staff message when some player dont pass the test, permission: antidupe.staff
staff_message: "&cAntiDupe&e> &7The player %player% has passed the threshold of %threshold% in %material% check!"
check_delay: 30 #Seconds
items_to_check:
item1:
material: IRON_BLOCK
data: 0
contains_in_lore:
- contain this sentence in the lore
actions:
action2:
command: "kick %player% you have been kicked for duping iron! Quantity found: %threshold%!"
threshold: 128
action1:
command: "kick %player% you have suspicion on dupping! please stop or you will be banned!"
threshold: 64
item2:
material: GOLD_BLOCK
actions:
action2:
command: "kick %player% you have been kicked for duping gold! Quantity found: %threshold%!"
threshold: 128
action1:
command: "kick %player% you have suspicion on dupping! please stop or you will be banned!"
threshold: 64
Editor is loading...