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 community!

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

  1. eult

    Script Team System [SKRIPT]

    eult updated Team System [SKRIPT] 1.0 with a new update entry: ChangeLog 2.0 Read the rest of this update entry...
  2. eult

    Script Team System [SKRIPT]

    eult submitted a new resource: Team System [SKRIPT] 1.0 - A complete team system for your server Read more about this resource...
  3. eult

    Script Team System [SKRIPT] 7.0

    Requirements: Skript 2.10.0+ and SkBee 3.10.0+ Team System [SKRIPT] Looking for a lightweight, easy-to-configure team system for your Minecraft server? This script allows players to create teams, invite others, manage members through commands or GUI, and even toggle safe PvP with just one...
  4. eult

    Script [SKRIPT BSE] Better Shulkers Extension (BSB extensions) - Fixes

    - Bundle-like functionality for inserting items into shulker boxes via right-click is now working correctly
  5. eult

    Script [SKRIPT BSE] Better Shulkers Extension (BSB extensions)

    eult updated [SKRIPT BSE] Better Shulkers Extension (BSB extensions) with a new update entry: Fixes Read the rest of this update entry...
  6. eult

    Script [SKRIPT BSE] Better Shulkers Extension (BSB extensions) - Skript aliases

    - Re-implemented Shulker Box alias
  7. eult

    Script [SKRIPT BSE] Better Shulkers Extension (BSB extensions)

    eult updated [SKRIPT BSE] Better Shulkers Extension (BSB extensions) with a new update entry: Skript aliases Read the rest of this update entry...
  8. eult

    Script [SKRIPT BSB] Better Shulker Boxes (NBT) - Syntax fix

    - replaced aliases with is Tagged
  9. eult

    Script [SKRIPT BSB] Better Shulker Boxes (NBT) - Alias Fix & Warnings

    This version introduces key improvements to maintain stability and security: Re-implemented Shulker Box alias support by manually hardcoding all 17 color variants. This restores functionality that was originally available but later dropped by Skript. Added a warning system that notifies players...
  10. eult

    Script [SKRIPT] Item Life - 1.20.5 NBT support

    - drop old nbt version support
  11. eult

    [SKRIPT] Item Life

    eult updated [SKRIPT] Item Life with a new update entry: 1.20.5 NBT support Read the rest of this update entry...
  12. eult

    Script [SKRIPT BSB] Better Shulker Boxes (NBT) - Duplicate Bug Fixes

    This version addresses two duplication issues: A duplication bug that occurred when changing the slot of the Shulker Box while it was open has been resolved. Another duplication issue, which appeared when using certain inventory management mods, has also been fixed.
  13. eult

    Script [SKRIPT BSE] Better Shulkers Extension (BSB extensions) - Bundle functionality

    - Added bundle insert functionality to shulker boxes.
  14. eult

    Script [SKRIPT BSE] Better Shulkers Extension (BSB extensions)

    eult updated [SKRIPT BSE] Better Shulkers Extension (BSB extensions) with a new update entry: Bundle functionality Read the rest of this update entry...
  15. eult

    Script [SKRIPT BSE] Better Shulkers Extension (BSB extensions) - New NBT System update

    Ever since the NBT update was released, I've received numerous requests for an update. I'm happy to announce that it's finally here! While there are no new features, the system now fully supports the new NBT system for version 1.20.5. Important: If you're still using version 1.20.4 or earlier...
  16. eult

    Script [SKRIPT BSE] Better Shulkers Extension (BSB extensions)

    eult updated [SKRIPT BSE] Better Shulkers Extension (BSB extensions) with a new update entry: New NBT System update Read the rest of this update entry...
  17. eult

    Script [SKRIPT BSB] Better Shulker Boxes (NBT) - New NBT System update

    Ever since the NBT update was released, I've received numerous requests for an update. I'm happy to announce that it's finally here! While there are no new features, the system now fully supports the new NBT system for version 1.20.5. Important: If you're still using version 1.20.4 or earlier...
  18. 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...
  19. 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
  20. 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...