Jump to content

CodexHaxerTheReal

Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by CodexHaxerTheReal

  1. Hi I need help plz I wanted to see other players location in minecraft but I don't know how to make my thing work can someone help me ? And sorry if I speak bad English or explain it in a bad way

     

    Script:

    command /location [<player>]:
        trigger:
            send location of player

  2. Alright so let me get straight to the point. I was watching minehut tutorial about how to make a gui. I made it and now it wont show up, even tho it does not show any error messages on /sk reload gui but when I type the command /gui in chat it says
    "Unknown command. Type "/help" for help."

    What have I done wrong ?

    SCRIPT:

    command /gui:
        trigger:
            open virtual chest inventory with size 3 named "&c&lGui" to player
            format gui slot 0 of player with water bucket named "&9Make it rain" to run:
                set weather to rainy
                broadcast "Making it rain!!"

     

    BTW:

    It only works when I do the start of script:

    command /gui:
        trigger:
            open virtual chest inventory with size 3 named "&c&lGui" to player

     

    Not else

×
×
  • Create New...