Search results

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. J

    Sk holo Bounty

    on death: if {hasbounty::%victim's uuid%} is true: set {hasbounty::%victim's uuid%} to false set {bounty::%victim%} to 0 add {bounty::%victim%} to attacker's balance delete holograms {bholo::%victim's uuid%} else: if {killstreak::%attacker's uuid%} is divisible by 2...
  2. J

    Solved Bounty Hologram with sk-holo

    on death: if {hasbounty::%victim's uuid%} is true: set {hasbounty::%victim's uuid%} to false set {bounty::%victim%} to 0 add {bounty::%victim%} to attacker's balance delete holograms {bholo::%victim's uuid%} else: if {killstreak::%attacker's uuid%} is divisible by 2...
  3. J

    Solved Help Needed / Error in my skript?

    command /is: trigger: set block below player to air
  4. J

    Pickup

    on connect: if {uuid::%player%} is not set: set {uuid::%player%} to player's uuid on place: set {blockplace:%{uuid::%player%}%} to true on right click on bedrock: if {blockplace:%{uuid::%player%}%} = true: set {_pickup::%player%} to 500000 open chest with 1 row named...
  5. J

    Leaderboard hologram

    I'm currently using skript version 2.4. And my spigot version is 1.14.4
  6. J

    Leaderboard hologram

    Category: idk Suggested name: Most Mined Spigot/Skript Version: What I want: I need help with making a command like /ssh that will spawn a hologram at the player. However, I need the hologram to display a leaderboard that says who has mined the most blocks on my server (the top 10) And then...
  7. J

    Leaderboard hologram

    I need help with making a command like /ssh that will spawn a hologram at the player. However, I need the hologram to display a leaderboard that says who has mined the most blocks on my server (the top 10) And then, if you can, could you make a command that removes the hologram or maybe changes...
  8. J

    Solved Help with a skript

    Thank you very much
  9. J

    Solved Help with a skript

    Category: command Suggested name: Invsee Spigot/Skript Version: What I want: I want an invsee command that will be able to see the inventory of an offline player Ideas for commands: /iv Ideas for permissions: invsee.use When I'd like it by: Any time would be amazing