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. eult

    not work skript random money

    There is a problem with your variable use case, try something else instead of this: set {%player%.randommoney} to random integer between 1 and 100 add {player.randommoney} to the player's balance try this: set {_randommoney} to random integer between 1 and 100 add {_randommoney} to the player's...
  2. eult

    Solved tab sorting?

    Using the team system should allow you to accomplish this. This requires Skbee, however here is a snippet that might be helpful https://github.com/ShaneBeee/SkriptSnippets/blob/master/snippets/Tablist-Sorted-SkBee-Team.sk
  3. eult

    Script [SKRIPT BMS] Better Mob Spawners - Suggestions Update

    There are a lot of suggestions I receive for this resource, but it is difficult to include them all I focus on the most important ones and try to balance them equally. I try to prioritize features that are essential for users, but also consider features that would benefit in the long run...
  4. eult

    Script [SKRIPT BMS] Better Mob Spawners

    eult updated [SKRIPT BMS] Better Mob Spawners with a new update entry: Suggestions Update Read the rest of this update entry...
  5. eult

    L

    L
  6. eult

    Script [SKRIPT BMS] Better Mob Spawners - Quick update

    Updated: Upgrade counter. Bug fixed: Fixed the silktouch bug. Fixed the xp dupe.
  7. eult

    Script [SKRIPT BMS] Better Mob Spawners

    eult updated [SKRIPT BMS] Better Mob Spawners with a new update entry: Quick update Read the rest of this update entry...
  8. eult

    Be like eult, but don't become one!

    Be like eult, but don't become one!
  9. eult

    Poppy is almost 1000 Messages!

    Poppy is almost 1000 Messages!
  10. eult

    Script [SKRIPT BMS] Better Mob Spawners

    I did small update I couldn't do the vault thing because it's going to break alot of things
  11. eult

    Script [SKRIPT BMS] Better Mob Spawners - Fuel Control & GUI Redesign

    Updated: Add an option to disable and enable fuel Redesigned the GUI The XP has been nerfed Bug fixed: The lore bug has been fixed Fixed bug where fuel did not fill up if spawner-hoppers were enabled Code is much cleaner and easier to understand
  12. eult

    Script [SKRIPT BMS] Better Mob Spawners

    eult updated [SKRIPT BMS] Better Mob Spawners (DonutSMP spawner system) with a new update entry: Fuel Control & GUI Redesign Read the rest of this update entry...
  13. eult

    Script [SKRIPT BMS] Better Mob Spawners

    I will update the skript soon and do all your suggestions
  14. eult

    I'm better

    I'm better
  15. eult

    LIAR LIAR LIAR LIAR LIAR LIAR

    LIAR LIAR LIAR LIAR LIAR LIAR
  16. eult

    Can anyone skript me a donut smp spawner skript

    You can't do this in my script because it will break a lot of things and I'm too busy to create a custom script for you. Since this is not a game changer, I don't think this is a big issue for you to worry about
  17. eult

    Can anyone skript me a donut smp spawner skript

    max-fuel: 0
  18. eult

    Can anyone skript me a donut smp spawner skript

    Line 29 set it to 0 delete line 307, the line should look something like this set slot 15 of metadata value "BS;GUI" of {_player} to blast furnace named "&aFuel &6%{_fuel}%" with lore {_lore::*} with all flags hidden
  19. eult

    Can anyone skript me a donut smp spawner skript

    I will be honest with you. I never played on that server. Instead, I saw so many requests from people wanting the spawners system that they developed on that server. I made a clone of it that is a bit similar but not exactly the same. I think mine is a bit better in the sense that it saves...
  20. eult

    Cooldown

    Here is how you can do a proper cooldown using variables on right click: name of player's tool is "&f&lWool Sword &f&l✪" if player's held item is not arrow: stop # Check if the cooldown variable is set to a time after the current time if {cooldown::%player's uuid%::bed}...