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

    Addon Khoryl - Tropical fish support

    Added: Tropical fish body colour, changers SET [tropical] fish [body] colo[u]r of %tropicalfishies% %tropicalfishies%'[s] [tropical] fish [body] colo[u]r Tropical fish pattern colour, changers SET [tropical] fish pattern colo[u]r of %tropicalfishies% %tropicalfishies%'[s] [tropical] fish...
  2. LimeGlass

    Addon Khoryl 1.2.0

    Documentation | Github | Bug reports A Skript addon dedicated to doing things Skript can't. Due to the way Skript's API is designed, you can't determine types during script parsing, so Khoryl does that for you during runtime. Features: Entity support Wolf Zombie drowned Zombie Villager...
  3. LimeGlass

    Khoryl

    Documentation (Once this gets approved) | Github | Bug reports A Skript addon dedicated to doing things Skript can't. Features: Entity support (Every entity soon) Wolf collar color and angry syntax. Zombie drowned syntax. Zombie Villager syntax. Full villager support, sleeping, trading...
  4. LimeGlass

    Addon Skellett - The beast addon! - GitHub issues cleaning

    Fixed: Fixed a NullPointerException in player teleport to world spawn syntax when attempting to get a world that doesn't exist. Fixed SpawnerSpawnEvent registering on 1.8 servers when it doesn't exist on 1.8 servers. Fixed a NullPointerException when adding null text components to books. Fixed...
  5. LimeGlass

    Addon Skellett - The beast addon! - Holy Triple Sal Cow, a Skellett Update!

    Removed: Removed RPGPlayerLeveling syntax (Was a bad plugin API from the start) Removed SkellettProxy (Use Skungee now) Removed regenerators Removed the DataTypeWatcher packet (Can't be asked to do research and update it's reflection) Removed ProtocolSupport (Their API has drastically...
  6. LimeGlass

    There are templates, they can have whatever plugins in it, when you start a server you tell it...

    There are templates, they can have whatever plugins in it, when you start a server you tell it the template to use, and it copies the template, you can have as many templates as your system's storage can handle.
  7. LimeGlass

    Addon Skungee - The proxy addon for Skript - Fixes

    Added the /skungee paste uploader for Skungee developers to debug your problems easier. Fixed message players. Added an option to change the Bungeecord socket buffer size in bytes. Bug fixes
  8. LimeGlass

    Addon Skungee - The proxy addon for Skript - Folder not generating

    Fixed a bug where the Skungee folder would not generate.
  9. LimeGlass

    Addon ServerInstances - Bug Fixes

    Updated ServerInstances to latest Skungee 1.0.10a Fixed a bug that happens when Skungee did not load properly, or was not installed.
  10. LimeGlass

    Addon Skungee - The proxy addon for Skript - Fixes

    Fixed a bunch of missing syntax on the Bungeecord processing side.
  11. LimeGlass

    Addon Skungee - The proxy addon for Skript - Lots of fixes

    Fixed: - SkungeeAPI events not being defined as Async events. - Thanks Tinkot (#63) - Fixed gradle not building - Updated dependencies to 1.14 Spigot and Bungeecord - Updated Skript to 2.4-beta6 - Fixed evaluate not syncing to the server thread. - Thanks...
  12. LimeGlass

    Addon SkQuery [1.13-1.21+]

    There was never regex in SkQuery, there is markup, and can only get a random element from a string query.
  13. LimeGlass

    Bungee Connect Messages

    on [player] switching of server [to %string%] on bungee[[ ]cord] disconnect on bungee[[ ]cord] [server list] ping on bungee[[ ]cord] chat Switch server is also called when they join the proxy. The events in Skungee is very limited, because it's extremely complex to allow for cancelled events...
  14. LimeGlass

    Addon SkQuery [1.13-1.21+]

    That was never in SkQuery, it's in Vanilla Skript https://skriptlang.github.io/Skript/events.html#tool_change
  15. LimeGlass

    Addon Skellett - The beast addon!

    Disable packets
  16. LimeGlass

    Addon SkQuery [1.13-1.21+]

    LimeGlass updated SkQuery [1.9-1.14+] with a new update entry: Fixed size of conflict Read the rest of this update entry...
  17. LimeGlass

    Addon SkQuery [1.13-1.21+] - Fixed size of conflict

    Fixed a conflict between size of %objects% of Skript and the new WorldBorder size expression. This is because Skript's accepts all objects, and that's not something that is friendly to other syntaxes. The new syntax is (size|diameter) of world[ ]border[s] %worldborders% [over [a [(time|period)...
  18. LimeGlass

    Solved Help have some error

    Your problem is that a location input into the Skellett syntax world of %location% was null aka not set. Make sure it's set before putting it through the syntax set {_location} to player's location set {_world} to world of {_location}
  19. LimeGlass

    Addon SkQuery [1.13-1.21+]

    LimeGlass updated SkQuery [1.9-1.13+] with a new update entry: SkQuery 4-pre1 and 4-pre2 additions. Read the rest of this update entry... Please report any crashes on SkQuery's issue tracker at https://github.com/SkQuery/SkQuery/issues
  20. LimeGlass

    Addon SkQuery [1.13-1.21+] - SkQuery 4-pre1 and 4-pre2 additions.

    Welcome to SkQuery 4.1, this is the complete SkQuery story, adding all elements from the SkQuery 4 (pre1 and pre2) (Except Advancements and Npcs (Ok it's hard to maintain NMS)). Added: Added the ability for Tab Completions to work regardless of their capitalization. (Thanks PanGargamel #12)...