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

    Now, what are you waiting for? Join the community now!

  1. pesekjan

    Hippo

    pesekjan updated Hippo with a new update entry: 1.1.1 Read the rest of this update entry...
  2. 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...
  3. pesekjan

    Hippo

    pesekjan updated Hippo with a new update entry: 1.1 - Skript 2.7 Update Read the rest of this update entry...
  4. 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...
  5. pesekjan

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

    Sorry I don't plan on updating it in near future
  6. 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...
  7. 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...
  8. 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...
  9. pesekjan

    Addon Hippo 1.1.1

    Hippo is a Skript addon, allowing you to compile Java classes running Skript code during runtime. Requirements: Skript - version: 2.8 or above skript-reflect - version: 2.4 or above Hippo is a Skript addon, allowing you to compile Java classes running Skript code during runtime and interact...
  10. pesekjan

    Hippo

    Skript addon for custom classes. Requirements: Skript (2.6+) skript-reflect (2.2.3+) Hippo is a Skript addon, allowing you to compile Java classes running Skript code during runtime and interact with them by using skript-reflect. Check the Wiki for detailed documentation and a guide with...
  11. pesekjan

    Script Fancy Workbench - 1.3 - 1.18 Support

    Most of the code has been rewritten and optimized. Now the script supports 1.18.2. The recipe book was re-added. Added quick crafting (suggesting recipes), experimental. Improved design. Blocks can now be placed on the crafting table when crouching. Shift-clicking on recipe results now acts the...
  12. pesekjan

    The script has a pretty nice, easy to understand, set of functions. If you want to open the...

    The script has a pretty nice, easy to understand, set of functions. If you want to open the workbench, use the function: openWorkbench(player)
  13. pesekjan

    Script Fancy Workbench - 1.2 - 1.17 Support

    The entire code has been rewritten, smaller and more organized. Now the script supports 1.17.1. The recipe book was removed, will be re-added in future updates. Fancy recipes were removed, will be re-added in future updates. SkBee is no longer required to run this script. Not stackable items can...
  14. pesekjan

    Script Fancy Workbench - 1.1 - Recipe book

    Added recipe book for all types of recipes, vanilla included. The player was able to get the barrier by clicking into his own inventory, fixed. And some other small changes
  15. pesekjan

    API SkPapi - 1.0-BETA.7 - Objectives, metadata and code optimizing

    Removed command Version check is now more optimized All syntaxes are now more optimized Variables now have "-" prefixes PacketListenerNMSK is now part of SkPapi because of some protocolLib glitches, thanks to TPGamesNL Entity type ID now works a bit better, I still recommend checking IDs...
  16. pesekjan

    I've answered that before already, I don't feel really good about releasing publicly other...

    I've answered that before already, I don't feel really good about releasing publicly other scripts with Hypixel like features (Also because I don't have permission from the Hypixel staff team). Maybe in the future.
  17. pesekjan

    Script Fancy Workbench - 1.0.1 - Bug fixes

    Occasionally disappearing cursor of the player when not shift-clicking, fixed. Recipes from other plugins with custom ingredients didn't work properly. New effect for registering custom recipes with custom item amounts, works as 3x3 recipes for now.
  18. pesekjan

    Script Fancy Workbench 1.3

    Crafting Table in a GUI. Credits (っ◔◡◔)っ ♥ Hypixel, for coming up with the original idea. Requirements: Skript (2.6.2) skript-reflect (2.3) This script will add Crafting Tables in GUI for your 1.18.2 server (the same type as you can find on Hypixel SkyBlock). All recipes will work the same...
  19. pesekjan

    Fancy Workbench

    Crafting Table in a GUI. Credits (っ◔◡◔)っ ♥ Hypixel, for coming up with the original idea. Requirements: Skript skript-reflect SkBee This script will add Crafting Tables in GUI for your server (the same type as you can find on Hypixel SkyBlock). All recipes will work the same as in the...
  20. pesekjan

    Skript-AdvancementsAPI

    Skript API for advancements. Note: This API only serves as a bridge between Skript and Crazy Advancements and translates the original API into skript syntaxes Credits (っ◔◡◔)っ ♥ Obviously big thanks to ZockerAxel for making Crazy Advancements Requirements: Skript skript-reflect ThatPacketAddon...