Jump to content

oShifflee

Member
  • Posts

    7
  • Joined

  • Last visited

Posts posted by oShifflee

  1. Trying to make it so you cannot place player heads i currently have a skript that makes it so i can't place them but if you place it on the side of a block it will place and we cannot figure anyway out to fix this help? Current skript (on place player_head:
            cancel event)

  2. 1 hour ago, _Tarna_ said:

    Oh I see. To do that, It's just a simple edit.

    
    command /spawn:
    	trigger: &7Usage: &a/spawn
    	trigger:
    		set {_} to player's location
    		loop 5 times:
    			send "&aTeleporting you to spawn &7(%loop-value%)"
    			wait 1 second
    			if player's location is not {_}:
    				send "Teleport canceled Reason: You moved."
    				stop
    		teleport player to {spawn}
    		send "&aYou have been successfully teleported to spawn."

     

    Thank you very much! everything is working well now.

  3. I'm trying out your skript and the original is working fine but it isn't what I was looking for, I tried editing it and now its not working. I was trying to make it so whenever you move the teleport gets canceled and you get a message in chat like: "Teleport canceled Reason: You moved". Thanks for trying to help me out with this, I'm very new!

×
×
  • Create New...