Share your created Rat events "take a land claim block"

The_BoNeZ

New member
JFF Supporter
Aug 20, 2017
5
1
0
56
This command will take the land claim block and drop one at your feet usable once every 15 minutes. You can modify how you want for your server

Conditionals:
STARTSWITH:/takelcb||COOLDOWN:15M

Script:
removelandprotection {players_steamid}
give {player_id} keystoneBlock 1
sayplayer {{player_name}} "Block is at your feet"

Attention!! I'm still trying to figure out how not to drop claim block if one wasn't removed. Anyone have ideals?


Post yours below!
 
Last edited:
Name: [Bored]
Type: [Player Public Chat]
Conditional: [STARTSWITH:!bored || COOLDOWN:1M]
Script: [
.RANDOMNUMBER:1,57 || spawnentity {player_id} {random number}
say "Run!"
]
 
  • Like
Reactions: The_BoNeZ
Name: [Really Bored]
Type: [Player Public Chat]
Conditional: [STARTSWITH:!reallybored || COOLDOWN:1M]
Script: [
spawnwanderinghorde {player_id}
say "Here they come!"
]
 
Name: [Radio for help]
Type: [Player Public Chat]
Conditional: [STARTSWITH:!radiohelp]
Script: [
spawnairdrop {player_id} || COOLDOWN:24H
say "Help! is there anyone out there! Heelllppp!!!!!"
]
 
  • Like
Reactions: The_BoNeZ