Recent content by Gameeer

  • 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. G

    Ajleaderboards

    Thank you! I was wondering if you can show me how to do this
  2. G

    Ajleaderboards

    Hello, I use the plugin Ajleaderboards and im trying to add the PAPI expression as a skript variable my variable is {money::%player%} Can anyone help i have tried all of the expanisons. or could someone reccomend a different way to do leaderboards (hologram)
  3. G

    Hostile allay

    ty
  4. G

    Hostile allay

    Thank you!
  5. G

    Hostile allay

    Hey everyone im trying to create an allay that attacks players. Does anyone know what i could do for that
  6. G

    Lava fishing

    Hey everyone, I was trying to add a form of lava fishing on my server and wondering if anyone has any ideas on how i could do this.
  7. G

    Custom weapons help

    thx
  8. G

    Custom weapons help

    Hello, this is my skript: on right click: if player's tool is iron sword named "&6Hyperion": set {explosion} to true create a fake explosion 1 meter above the player damage all entities in radius 7 of player by 50 wait 1 tick set {explosion} to false...
  9. G

    Boss HP updates

    tysm your a lifesaver!
  10. G

    Boss HP updates

    i tried just setting the name to “zombie name %health of last spawned entity%” but it just put the max health
  11. G

    Boss HP updates

    Hello, i have skripted a custom boss and i just wanted to know how i can display his health in his nametag. I tried some but it wouldent update. Thanks! command /rstbs: permission: op trigger: set {alive} to false every 1 second: if {alive} is false: spawn 1 adult...
  12. G

    [HELP] [SKRIPT] Mobs spawning within a radius randomly

    Hey so what i want is: every 10 secounds between 0 60 0 and 10 60 10 5 zombies spawn in random spots in that area If you can do anything to help please do so and reply anyway so it can get boosted <3
  13. G

    on right click on player

    just use a a shop plugin and citizens
  14. G

    on right click on player

    what are you trying to do
  15. G

    [Skript] [Request] Help with magic item

    hello i am working on a skript to make this item where a instant tnt spawns at the player and this is what i have the problems with: i need it to not do knockback OR damage to the player on right click: if colored name of player's tool is "&4Hyperion": if lore of player's tool is "&4Summon...