Recent content by varboosted

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

    Solved Random item GUI

    Works thanks so much! Is it possible to do for example /rewards %player% and it will open it to him?
  2. varboosted

    Solved Random item GUI

    Hey everyone, I want to make this that there is a command like /rewards List of rewards: Diamond sword sharpness 2 Diamond helmet, Leggings, Boots. When he execute the command a GUI opens (with tuske or skquery 1.8.8 dev36 skript version) and then he see an animation of all possible drops and...
  3. varboosted

    Random Spawning skript

    Yes, not work? skutilities, skript dev36, skellet, skdragon, and for world multiverse-core Ok I changed the core to Essentials and not my private plugin and it is now spawning the zombie, but there isn't any drop?
  4. varboosted

    Random Spawning skript

    options: opZombSpawn: false every 2 minutes in "pvp": if {@opZombSpawn} is true: set {_h} to 100 spawn 1 zombie at location (x = -6.425 , y = 148, z = -4.510) in world "pvp" set last spawned zombie's max health to {_h} set last spawned zombie's health...
  5. varboosted

    Code not works

    Not works
  6. varboosted

    Random Spawning skript

    Thanks, but the spawning is not working i tried setting it also to true, and also the death drop is not working I think
  7. varboosted

    Random Spawning skript

    options: opZombSpawn: true zombHPListener: false on load: while {@opZombSpawn} is true: set {@zombHPListener} to true spawn a zombie at [x coord], [y coord], [z coord] in world "pvp" set last spawned zombie's name to "&6%{_h}%&c/&6100 &cHP" set last...
  8. varboosted

    Random Spawning skript

    Hey, you found an answer? I'm also looking for a Skript like this
  9. varboosted

    how can i summon a zombie with 100hp and in specific location?

    The zombie does spawn, it shows <none>/100 as the name and doesn't drop anything bump bump
  10. varboosted

    Solved aliases of a plugin with 2 args

    Works, thanks!
  11. varboosted

    Code not works

    With name doesn't change anything, tried this to test and also doesn't work: on world change: wait 3 ticks loop all items in inventory of player: loop-item is an emerald name of loop-item is colored "&6Shop &7(Right-click)" message "&cYou need to select a kit...
  12. varboosted

    Solved aliases of a plugin with 2 args

    But that it shows in white Correct usage:
  13. varboosted

    Solved aliases of a plugin with 2 args

    but then it like that and i want 2 lines bump
  14. varboosted

    Code not works

    on world change: wait 3 ticks loop all items in inventory of player: if loop-item is emerald named "&6Shop &7(Right-click)": wait 20 seconds loop all items in inventory of player: if loop-item-2 is emerald named "&6Shop &7(Right-click)"...
  15. varboosted

    Solved aliases of a plugin with 2 args

    Yes but how can I make it with correct usage? command /bounty <player> <integer>: trigger: if arg-1 is not set: make player execute command "/kitbattle bounty %arg-1% %arg-2%" else: send "&6&lKitPvP &8» &7Usage: /bounty <Player> <Amount>" send "&7&oNote...