Jump to content

De_Shroob

Member
  • Posts

    7
  • Joined

  • Last visited

Posts posted by De_Shroob

  1. on rightclick:
      if player's tool is nether star named "&4Reroll Item":
        set {_MHP} to random integer between 8 and 20
        set player's max health to {_MHP}
        remove 1 nether star named "&4Reroll Item" from player's inventory
        message "Set Health to %{_MHP}%"

    command /rerollget:
      permission: op
      trigger:
        give player 1 of nether star named "&4Reroll Item"

     

    /rerollget to get reroll
    note:

    can't have more than 1 nether star 

    • Like 1
  2. on place:
      if tool of player is hay bale named "&8HAY GEN" with lore "&7The first step.":

        add location of event-block to {GLOCATION %player's uuid%::%event-block%}
          message "&7Succesfully placed &8HAY GEN"

     

    on leftclick:
      if event-block is hay bale
        if {GLOCATION %player's uuid%::%event-block%} contains location of event-block:
          set block to air
          message "Broke Hay Gen"
        else:
          cancel event
          message "NOT YOUR GEN"

     

     

     for some reason it keeps saying not your gen even though i placed it 

     

     

    edit:

    I made a command that tells me what is added to my gens, and the location isn't even added, fix please 

×
×
  • Create New...