Jump to content

seamzers

Member
  • Posts

    8
  • Joined

  • Last visited

Posts posted by seamzers

  1. so basically im trying to make a skript where if the player hasnt moved from when the block they were at when they joined then they cant chat.

    heres my current code:

    #this is just a anti-spam that it uses			
    on chat:
    	if {%player%::message} isn't set:
    		set {%player%::message} to false
    	if {%player%::message} is false:
    		wait 2 ticks
    		set {%player%::message} to true
    		wait 2 seconds
    		set {%player%::message} to false
    		
    on chat:
    	if {%player%::message} is true:
    		cancel event
    		send "&cPlease Wait 2 Seconds Until You Chat Again" to player
    #this is the skript not working ↓↓↓↓↓↓↓
    		
    on join:
    	if player's location is x10722, y137, z9628:
    	set {%player%::message} to false

    the error message i get is:

     

    2023-02-05_15.52.02.png

  2. these are some random troll commands i made from a past server:

    on right click:
    	if player is holding diamond axe of fortune 1 named "&ctroll axe":
    		summon 3 tnt
    
    command trollaxe:
    # change the permission if u want
    	permission troll.axe
    	trigger:
    		give player diamond axe of fortune 1 named "&ctroll axe"
    
    		

    heres a lag machine that instantly crashes anyones minecraft:

    command amogus:
    	trigger:
    		summon 9999 tnt

     

  3. so im getting a little suspicious of one of my staff cause he got max enchanted gear in about 5 minutes so is there any way to see if hes done any commands like /enchant or /give?

            im kinda new to skript so i dont really know how to do this

     

     

  4. command /rules:
    	trigger:
    		send "&c&lRules &6&l>>" to player
    		send "&c&ktype_whatever_you_want_here" to player
    		send "1. &cput a rule here" to player
    		send "2. &cfr bro put a rule here" to player
    		send "3. &cskript rule" to player
    		send "4. &cyou can do however many you want" to player
    
    command /spawn:
    	trigger:
    		send "teleporting to spawn in 5 seconds"
    		wait 1 second
    		send "teleporting to spawn in 4 seconds"
    		wait 1 second
    		send "teleporting to spawn in 3 seconds"
    		wait 1 second
    		send "teleporting to spawn in 2 seconds"
    		wait 1 second
    		send "teleporting to spawn in 1 second"
    		wait 1 second
    		teleport %player% to {spawn}
    
    command /shrug:
    	trigger:
    		make player say "¯\_(ツ)_/¯"
    
    command /setspawn:
    	trigger:
    	permission: op
    		set {spawn} to players location
    
    command /dab
    	trigger:
    		make player say "\`-`\

     

×
×
  • Create New...