Jump to content

Wyndexx

Member
  • Posts

    178
  • Joined

  • Last visited

Status Updates posted by Wyndexx

  1. Gui!

    command /lol <player>:
    	permission: op
    	trigger:
    		set {_p} to player
    		set {_gui} to a new chest inventory with 6 row named "HAHAHAHA"
    		set {_s} to 0
    		loop 54 times:
    			set slot {_s} of {_gui} to grey stained glass pane named " "
    		set slot 13 of {_gui} to red stained glass pane named "&cCLICK ME"
    
    on inventory click:
    	cancel event
    	if index of event-slot is 13:
    		kill player

     

  2. Skript: spawncommand.sk

    command /spawn:
    	trigger:
    		teleport sender to world "[INSERT YOUR WORLD NAME HERE]"'s spawn

    Delete the brackets and the message, and then put your world name inside

    I'm also not sure if you need SkQuery for this

×
×
  • Create New...