Khoryl

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

LimeGlass

VIP
Supporter ++
Regular Diner
Addon Developer
Jan 24, 2017
633
442
73
25
location of "LimeGlass" parsed as player
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, recipes, experience.
    • Vex syntax
    • Grab bossbars of bosses (Wither and Enderdragon)
  • AI syntax, control if entities should have AI or not (basically freezes them)
  • Air bubbles of entities.
  • Check if entities are leashed.
  • Check if a player is riptiding.
  • Merchant recipes, fully customizable (1.14+)
Requirements:
  • Runs on all Spigot versions, but most syntax are 1.12+
  • Java 8
  • Skript 2.2 (Recommended)
Installation:
  • Place in your plugins folder.
  • Make sure you have Skript 2.2+ installed.
  • Restart server.
If you have any questions or need help with anything, feel free to reply in the discussion, and I will get back to you as soon as I can.
 
  • Like
Reactions: ShaneBee
I'd like to have proper pathfinding as afaik no currently maintained add-on contains a pathfinding syntax
 
LimeGlass updated Khoryl with a new update entry:

1.1.0

- Updated to 2.7.0 but can still run on older Skript versions.
- Updated to 1.20.2
- Added can breath underwater condition
Code:
%livingentities% can breathe under[ [the ]]water

%livingentities% (can't|cannot|can not) breathe under[ [the ]]water
- Added camel dashing condition
Code:
%camels% (is|are) dashing

%camels% (isn't|is not|aren't|are not) dashing
- Added setting if a camel is dashing
Code:
set dashing of %camels% to %boolean%
- Added sniffer explored locations...

Read the rest of this update entry...
 
LimeGlass updated Khoryl with a new update entry:

1.1.1

- Added an expression to apply a block state to items.
Code:
%itemtype/itemstack% with [the] block state [meta] [(from|of) %block%]
%itemtype/itemstack% with %block%'[s] block state [meta]
Example
Code:
on right click on any standing banner:
    player's tool is a shield
    apply block state from clicked block to player's tool
- Added multiples support for merchant recipes.
- Updated libraries.

Read the rest of this update entry...