Search results

  1. The_BoNeZ

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

    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...
  2. The_BoNeZ

    Need help with "player public chat" commands

    I'm trying to add a chat hook for like !food and want it to spawn a chicken at players feet. In event list i have tried to add the below listed but it doesn't seam to work in game. type: player public chat Conditionals: STARTSWITH:!food Script: spawnentity {{player_name}} 61 I was able...