Jump to content

hotpocket

Member
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

hotpocket's Achievements

Lurker

Lurker (1/6)

0

Reputation

  1. This would work, however, if the server restarts or the skript file reloads the cooldown will be reset.
  2. Could you please make me a script that shows a particle mesh and when something tries to go through it the mesh stretches a bit but doesn't let the thing go through. The stretch would be determined by what speed whatever is colliding with the mesh is going. Thank you!
  3. Make it so you can't fly in combat too.
  4. Skript isn't "broken" just 2.6.1 changes a lot about how Skript works and breaks many addons. Make sure your addons are updated and that you're not using TuSKe.
  5. Since you are looping the queue list you could either do: teleport loop-value to location(x, y, z, world "worldName") or you could do: teleport {QueueVillage::%loop-index%} to location(x, y, z, world "worldName") Also, please post this in the correct place next time.
  6. hotpocket

    Pehkui Mod

    You can always download the mod outside of Minehut then upload it to your server.
  7. I don't really know why you want it since literally all you have to do is indent 2 lines, but here: on drop: if player's held item is tnt named "{@itemname}": wait 10 seconds create explosion with force 4 at targeted block
  8. You forgot to indent after checking if their held item is TNT.
×
×
  • Create New...