Recent content by pesekjan

  • 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. pesekjan

    Addon Hippo - 1.3.1

    Changelog: Updated to Skript 2.14.0
  2. pesekjan

    Hippo

    pesekjan updated Hippo with a new update entry: 1.3.1 Read the rest of this update entry...
  3. pesekjan

    Addon Hippo - 1.3

    Changelog: Updated to Skript 2.11 and skript-reflect 2.6 Hippo now uses the newly introduced syntax registration API; pattern for the pre-import expression has been heavily optimized Replaced usage of deprecated API with newly introduced alternatives Method implementations can now start with...
  4. pesekjan

    Hippo

    pesekjan updated Hippo with a new update entry: 1.3 Read the rest of this update entry...
  5. pesekjan

    Hippo

    pesekjan updated Hippo with a new update entry: 1.2 Read the rest of this update entry...
  6. pesekjan

    Addon Hippo - 1.2

    Changelog: Updated to Skript 2.9.0 Fixed long and double initializers for fields Class annotations now use the simple structures API. To annotate a class, the annotation must be placed above the class definition structure and can no longer be placed on the same line. Hippo now uses the built-in...
  7. pesekjan

    Hippo

    pesekjan updated Hippo with a new update entry: 1.1.1 Read the rest of this update entry...
  8. pesekjan

    Addon Hippo - 1.1.1

    Changelog: Code sections of classes are now loaded after the registration of functions (and possibly other elements) Pre-imports were using names of registered class-infos as aliases outside the class syntax, this is now fixed Registration of classinfos is now finished even if one of them fails...
  9. pesekjan

    Hippo

    pesekjan updated Hippo with a new update entry: 1.1 - Skript 2.7 Update Read the rest of this update entry...
  10. pesekjan

    Addon Hippo - 1.1 - Skript 2.7 Update

    Hippo now supports Skript 2.7 and takes advantage of the newly introduced features and changes to the Skript API. The whole addon has undergone a complete overhaul, rebuilt from the ground up. It's now significantly faster, more error-proof, and designed to be comprehensible for anyone...
  11. pesekjan

    Sorry I don't plan on updating it in near future

    Sorry I don't plan on updating it in near future
  12. pesekjan

    Addon Bitshift 1.0.0

    BitShift Skript addon for more operators. Requirements: Skript (2.6+) Syntax: Conditions <condition> && <condition> - Conditional-AND operator <condition> || <condition> - Conditional-OR operator !<condition> - Inverts the result of a condition %booleans%? - Checks if all booleans are true...
  13. pesekjan

    Bitshift

    BitShift Skript addon for custom classes. Requirements: Skript (2.6+) Syntax: Conditions <condition> && <condition> - Conditional-AND operator <condition> || <condition> - Conditional-OR operator !<condition> - Inverts the result of a condition %booleans%? - Checks if all booleans are true...
  14. pesekjan

    Addon Hippo - 1.0.0 - Super Hippo!

    The first full release of Hippo! The old code has been reworked almost fully from scratch and has many changes, including syntax. Changelog: Optimized and reworked most of the code Classes are now reloaded on script reloads Added priority system to load the classes in the correct order...
  15. pesekjan

    Addon Hippo 1.3.1

    Hippo is a Skript addon, allowing you to compile Java classes running Skript code during runtime. Requirements: Skript - version: 2.11.1 or above skript-reflect - version: 2.6 or above Hippo is a Skript addon, allowing you to compile Java classes running Skript code during runtime and...