Jump to content

Oxproc

Member
  • Posts

    20
  • Joined

  • Last visited

Posts posted by Oxproc

  1. on death:
        if attacker is player:
            if victim is player:
                send "&aYou killed %victim%" to attacker
                send "&cYou were killed by %attacker%" to victim

    That isnt working even though it reloads without any errors

    can someone help me

  2. I am trying to create some kind of rebirth system but when I tried this it didnt work, ples help me

    command /rebirth:
      trigger:
        if {bits.%player%} is 400000000 or higher:
          broadcast "{@Prefix} &f%player% just rebirthed!"
          add 1 to {rebirths.%player%}
          set {bits.%player%} to 0
        else:
          send "&cYou need &4400000000 &bBits&c or higher!"

  3. On 3/17/2021 at 5:37 AM, _Tarna_ said:

    Moved to Skript Discussion

    Please use the right category next time when looking for help with Skript. 

    I was told to post it in marketplace dont blame me

  4. Im trying to make a kill counter but it doesnt work

    here is my code:

    on death:
        if victim is a player:
            if attacker is a player:
            add 1 to {kills.%player%} to attacker

  5. Im trying to make a kill counter but it doesnt work

    here is my code:

    on death:
        if victim is a player:
            if attacker is a player:
            add 1 to {kills.%player%} to attacker

     

    (Edit: I use skript)

  6. I want to create a random item generator skript that gives everyone a random item every 10 seconds but I only want it to give you certain items. The items being: dirt, cobble, iron ingot, oak log, water bucket and oak sapling.

  7. 22 hours ago, _omga said:

    Hey there,

    It teleport to exactly where your spawn variable is set. That means if yo set your spawn variable to your location while you are facing south, it will teleport you facing south. Try to set the spawn variable facing the direction you want.

    I dont get what you are saying

  8. I want to create a random item generator skript that gives everyone a random item every 10 seconds but I only want it to give you certain items. The items being: dirt, cobble, iron ingot, oak log, water bucket and oak sapling.

     

     

×
×
  • Create New...