Jump to content

Skray

Member
  • Posts

    71
  • Joined

  • Last visited

Everything posted by Skray

  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
  13. I don't have discord. But I would need a like a lether armor, that if you wear it you get more hearts.
  14. Skray

    Item Edit

    Do you think this would work? Also does the other commands only work for items, or do they work for tools too? Command /unbreakable: add unbreakable to player's held item
  15. Skray

    Item Edit

    I need help with 3 scripts Command /name <text> permission: op name player's hold item <text> Command /lore <text> permission: op lore player's hold item <text> Command /unbreakable permission: op make player's hold item unbreakable
  16. Skray

    Block regen

    Thank you! The second one was what I needed! Thanks so much!
  17. Skray

    Block regen

    Okay thanks! But would this part work: Blacklist: Stone, Iron ore On break: If not {blacklist} contains event-block cancel event
  18. How do I avoid this big space? This
  19. Skray

    Block regen

    Oh, okay! Thanks! Do you think this would work? Blacklist: Stone, Iron ore On break: If not {blacklist} contains event-block cancel event on break coal ore: player's world = "world": if gamemode of player is survival: wait 3 ticks set event-block to bedrock wait 30 seconds set event-block to coal ore on break stone: player's world = "world": if gamemode of player is survival: wait 3 ticks set event-block to bedrock wait 30 seconds set event-block to stone
  20. Skray

    Block regen

    So if you break a stone block it will just reaper?
  21. Skray

    Block regen

    Or wait, what does "cancel event" means? Does that mean that the block wont get destroyed?
  22. Skray

    Block regen

    Here is what gonna happen: on break stone: if gamemode of player is survival: wait 3 ticks set event-block to bedrock wait 30 seconds set event-block to stone
×
×
  • Create New...