Jump to content

Skray

Member
  • Posts

    71
  • Joined

  • Last visited

Recent Profile Visitors

373 profile views

Skray's Achievements

Rookie

Rookie (3/6)

2

Reputation

  1. Hi can I have help? This doesn't update when i kill / die on join: while player is online: set title of player's board to "Server" set line 2 of player's scoreboard to "Kills: %{kills::player's uuid}%" set line 1 of player's scoreboard to "Deaths: %{deaths::player's uuid}%" wait 2 seconds on death: if attacker is a player: add 1 to {kills::%attacker's uuid%} broadcast "Kill" if victim is a player: broadcast "death" add 1 to {deaths::%victim's uuid%}
  2. Skray

    i need autopickup

    does it work with fortune
  3. can I do this without the AUtopickup plugin?
  4. Instead of using "every tick:" can I use something like "every 10 seconds:"?
  5. When you are in creative mode you have one inventory, but when you are in survival you have another inventory.
  6. Skray

    Item Edit

    Can I make it work with colors?
  7. Idk, haven't tested it. Just want to know if someone can see something that wouldn't work.
  8. Command /rankup trigger: if player's {group} is stone if player's inventory contains 5 stone named "Compressed Stone" execute command /pex user %player% group set iron delete 5 stone named "Compressed Stone" from player's inventory else: send "You can't afford that" else: if player's {group} is iron if player's inventory contains 5 iron block named "Compressed Iron" delete 5 iron block named "Compressed Iron" from player's inventory execute command /pet user %player% group set diamond else: send "You can't afford that" else: send "You are on the max level" (For the ranks I am using Permission Ex) (Other plugins I use: Skript, Skbee, Tuske, Vault)
  9. Thanks! What's the difference between: On mine: and: On break:
  10. on mine: add 1 to {%player's%.blocksmined} add 1 to {serverblocks} If it works, what is the variable in usage?
  11. Unique joins, would that only count player's that are offline?
  12. Like this, but I don't think this would work: command /iunbreakable: add unbreakable to player's hold item command /tunbreakable: add unbreakable to player's hold tool
×
×
  • Create New...