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

    Addon skLambda

    eult submitted a new resource: skLambda - skLambda is a Skript addon that adds lambda functions and listeners to Skript. Read more about this resource...
  2. eult

    Addon skLambda 2026-08-02

    A Skript addon that lets you treat behavior as a value, and cut a lot of boilerplate while you're at it. It adds: Lambdas: Small functions you save in a variable, pass around, and run later. They support closures, default parameters, and piping. Predicates: Reusable yes/no tests you can...
  3. eult

    Script Team System [SKRIPT] - Changelog 7.0

    - Added /team open and /team close to toggle team access - New /team join <name> command for open teams - Team list GUI now shows open/closed status and prioritizes online leaders - /team help now paginated with tooltips - Added option: enable-team-access-toggle - GUI improvements and better...
  4. eult

    Script Team System [SKRIPT]

    eult updated Team System [SKRIPT] with a new update entry: Changelog 7.0 Read the rest of this update entry...
  5. eult

    Script Team System [SKRIPT] - Changelog 6.0

    Team KDR Display added to GUI (configurable kill/death variables) /team search <name> to filter team list GUI Option to show or hide offline player skulls in GUI Cleaner layout with updated item slots, tooltips & visuals More config options and polish for team list performance Minor fixes &...
  6. eult

    Script Team System [SKRIPT]

    eult updated Team System [SKRIPT] with a new update entry: Changelog 6.0 Read the rest of this update entry...
  7. eult

    Script Team System [SKRIPT] - Changelog 5.0

    Added /team disband confirm with a 30s timeout and cancel message Added forbidden word filtering for team names (forbidden-words option) Refactored /team help into showTeamHelp() function Improved Safe PvP toggle messages and layout Small code cleanups and optimizations
  8. eult

    Script Team System [SKRIPT]

    eult updated Team System [SKRIPT] with a new update entry: Changelog 5.0 Read the rest of this update entry...
  9. eult

    Script Team System [SKRIPT]

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

    Script Team System [SKRIPT] - ChangeLog 4.2

    - Fixed the team-tag option - Fixed parse if (not working for some options)
  11. eult

    Script Team System [SKRIPT] - ChangeLog 4.1

    Reported Bug fixes: - Improved invite logic: duplicates now blocked more reliably - Improved /team leader — now fully transfers teamHome and teamMod data - Switched from `requests::*` to `teamRequests::*` for cleaner invite tracking Thanks to everyone who reported these bugs!
  12. eult

    Script Team System [SKRIPT]

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

    Script Team System [SKRIPT] - ChangeLog 4.0

    - UUID storage has been removed — all team data now uses player names ⚠️ IMPORTANT: If you're updating from a previous version, run: /adminteam resetall (Confirm with /adminteam resetall confirm) - Added new config toggles: enable-team-sethome, enable-team-home...
  14. eult

    Script Team System [SKRIPT]

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

    Script Team System [SKRIPT] - ChangeLog 3.0

    - Added feature toggles for all team commands (`enable-team-*`) - Improved Safe PvP logic - Cleaner structure and better modularity
  16. eult

    Script Team System [SKRIPT]

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

    Minecraft Team System

    I highly recommend checking out this great team system: https://forums.skunity.com/resources/team-system-skript-1-0.1822/
  18. eult

    Script Team System [SKRIPT] - ChangeLog 2.1

    Added new option: team-chat-format Customize how /teammsg messages appear using <team>, <player>, and <message> placeholders. Minor improvements to the team GUI, including accurate teammate count display using team-size-limit. This was on my to-do list... but I only noticed it after launching...
  19. eult

    Script Team System [SKRIPT]

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

    Script Team System [SKRIPT] - ChangeLog 2.0

    Added config options: safe-pvp-default, notify-pending-invites, max-team-name-length, version Team list GUI now shows online leaders first Team GUI and list display [Online] / [Offline] status Safe PvP now toggled per player and enforced on damage Pending invite reminders shown on join...