1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Skript Tools SublimeJS++ / A Skript Notepad++ UDL 7.1

A Notepad++ UDL inspired in Sublime Text's JS highlighting.

  1. Bug fixes

    PatoFrango
    That's it
  2. A minor, major update

    PatoFrango
    Hi everybody. I'm quite excited to share with you SublimeJS++'s most recent update. It mainly includes bug fixes, and although they're just bug fixes, these bugs used to change a lot how the UDL used to react to your code. Here is the changelog:
    • Function parentheses no longer turn everything inside them orange, which means that strings, booleans, operators and all the other recognized values will appear inside them just as they appear outside;
    • The division...
  3. More stuff

    PatoFrango
    Hi everyone, hope you're doing well. I'm too lazy to write a changelog this time. Just know it includes new stuff :emoji_slight_smile:
  4. Whoops...

    PatoFrango
    The previous version didn't work. Sorry about that!
  5. Getting rid of more white spots, part 6

    PatoFrango
    Hello there. I hope you're doing well in these difficult times.

    Meanwhile, I've got another gift for you. That's right! Let's get rid of some more of those white spots.

    Changelog:

    - Added a lot more expressions;
    - Added a few more events;
    - Added the "is loaded/is not loaded" condition;
    - Added the "log" effect;
    - Added the "timespan" type;
    - Added SOME Vixio compatibility.

    And I think that's all. Stay home writing scripts, wash your hands and stay safe :emoji_slight_smile:
  6. New stuff and a few bug fixes

    PatoFrango
    Added a few new events, conditions, effects, (including some skDragon ones), expressions, types and section exiting. Worth downloading to fix some blank word issues.
  7. SublimeJS++ Update - 4.1- "on swap hand items" Event

    PatoFrango
    Sorry everyone, forgot to add the "swap items" event. Eww, how unprofessional of me!

    So,

    Changelog:

    - Added the "on swap hand items: / on swap items:" event.
    AlvianMinecraft likes this.
  8. SublimeJS++ Update - 4.0 - A Christmas Gift (with no bugs)

    PatoFrango
    And, as a Christmas gift, here is a new SublimeJS++ update. We don't want a buggy Christmas, do we?

    Changelog:

    - Added new events:
    on area cloud effect: / on AoE cloud effect:
    on block damaging:
    on plant growth: / on crop growth: / on block growth:
    on book edit:
    on book sign:
    on silverfish enter:
    on silverfish exit:
    on dismount:
    on mount:
    on flight toggle:
    on gliding state change:
    on item spawn:
    on item despawn:
    on item merge:
    on jump: (requires...
  9. SublimeJS++ Update - 3.0

    PatoFrango
    Changelog:

    - Added a few missing types;

    - Added the teleport event and the offhand switch event (Skellett);

    - Added the hotbar and "element out of" expressions;

    - Added direction and chunk types;

    - Fixed minor bugs.
    AlvianMinecraft likes this.
  10. SublimeJS++ Update - 2.0

    PatoFrango
    Changelog:

    - Added a few more vanilla expressions and effects, such as "join", "split", "shoot", "offlineplayer", "now", "effects", "difference", "click type", "mouse button" "x, y and z-coordinate", "skull", "size" and «'s», for those who prefer using it instead of "of <object>" (e.g. "player's tool" and "tool of player");

    - Added lambda support (SkQuery): the "do's" and the "check's" are now highlighted as well as their following brackets;

    Added the "hide/reveal"...