Jump to content

Pix3lPanos

Member
  • Posts

    10
  • Joined

  • Last visited

Posts posted by Pix3lPanos

  1. command /vipshop:
        permission: vip.sk
        trigger:
             send title "&6GOING TO &lVIP &r&6SHOP" to player
             teleport player to location(-597, 142, 639, world)

    is not working for some reason someone help me pls

     

  2. i want to make a command that gives you an iron sword with sharpness 2, a diamond pickaxe with effiecency 2 

    OR

    a gui that you can click on a diamond pickaxe and gives it to you with effiecency 2 and the same with the sword

     

    BOTH CAN USE THEM 1 TIME IF YOU CAN
  3. Features:


    -Weather set to rain

    -Weather set to thunder

     

    command /gui:
        trigger:
            set {_gui} to a new chest inventory with 6 row with name "Weather Menu"
            set slot 0 of {_gui} to snowball named "Rain"
            set slot 1 of {_gui} to feather named "Thunder"
            open {_gui} to player
     
    on inventory click:
        if name of event-inventory is "Weather Menu":
            if index of event-slot = 0:
                cancel event
                send "&bRainnn!!!!!"
                set weather to rain
    on inventory click:
        if name of event-inventory is "Weather Menu":
            if index of event-slot = 1:
                cancel event
                send "&1Thunder!!!!"
                set weather to thunder


  4. i want to make an npc witch if you sneak and press right click it opens an gui witch i can buy a potion of speed and remove 10 diamonds from my inventory else it says "you dont have enough diamonds" in the chat

     

     

    Thanks-

  5. command /clearchat:
        permission: clearchat.use
        trigger:
            loop 100 times:
                send " " to all players
            send "Chat has been cleared by %player%." to all players

    -----------------------------------------------------------------------------------------------------------------------

    Try This!

  6. I want to make a script that when a player dies,a player head spawns in the place where he died and only if someone take the head and place it the dead user can respawn.Can somebody help me

     

×
×
  • Create New...