Jump to content

pixachuu

Member
  • Posts

    48
  • Joined

  • Last visited

Status Updates posted by pixachuu

  1. Hey again, I need a woolwars skript? Can you help?

    1. _Tarna_

      _Tarna_

      What help do you need with it? Just add me on Discord cause its easier there. Tarna256#8675

  2. I need a /eventstart [secondsuntilstart] /eventstop a wins system and /announce system. Please respond!

    1. Show previous comments  9 more
    2. _Tarna_

      _Tarna_

      command /wins [<offline player>]:
      	trigger:
      		if arg-1 is set:
      			send "Wins of %arg-1%: %{wins::%arg-1's uuid%}"
      		else:
      			send "Your wins: %{wins::%player's uuid%}%"
       
      command /addwins <offline player> <integer>:
      	permission: add.wins
      	trigger:
      		add arg-2 to {wins::%arg-1's uuid%}
      		send "%arg-2% wins added to %arg-1%"
        
      command /removewins <offline player> <integer>:
      	permission: remove.wins
      	trigger:
      		remove arg-2 from {wins::%arg-1's uuid%}
      		send "%arg-2% wins removed from %arg-1%"

      Just change the format or colors

    3. pixachuu

      pixachuu

      Thank you so much! This has been great help I wish i could pay you back 🙂

    4. _Tarna_

      _Tarna_

      Just give me one rep by reacting to one of my posts. You don't have to lol.

×
×
  • Create New...