Summon Mobs In Certain Location

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

RelevantCost

Member
Jul 9, 2020
1
0
0
21
I'm fairly new to Skript and I was wondering how to continuously summon mobs in certain areas, with a mob cap and time between spawns as well. I am trying to do something like the mobs that spawn in Hypixel Skyblock, like the zombies in the forest. Please let me know how I can do this.

Thanks
 
Code:
command /summonmob <text> "<text>"
  permission: mob.spawn
  permission message: &cLet's not.
  usage: &c/summonmob <mob> <x, y, z>
  aliases: /sm
  trigger:
    execute console command "/summon %arg-1% %arg-2%"
    send "&aSuccesfully summoned mob &2%arg-1% &aat: &2%arg-2%&a!"

didn't test it but im sure it works if you note argument 2 like this: example "21 4 66" with the quotes ("")
 
Status
Not open for further replies.