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

    Addon SkriptWebAPI - Version 0.1.2 | Bug fix and new expression

    What's Changed * Fix: java.io.IOException: too many bytes to write to stream error by faketuna in https://github.com/faketunaPrivateCamp/SkriptWebAPI/pull/15 * Add get remote IP expression in HTTP server by faketuna in https://github.com/faketunaPrivateCamp/SkriptWebAPI/pull/16 New expression...
  2. F

    SkriptWebAPI

    faketuna updated SkriptWebAPI with a new update entry: Version 0.1.1 | Bug fix and new expression Read the rest of this update entry...
  3. F

    SkriptWebAPI

    faketuna updated SkriptWebAPI with a new update entry: Version 0.1.1 | Context path fix in HTTP Server Read the rest of this update entry...
  4. F

    Addon SkriptWebAPI - Version 0.1.1 | Context path fix in HTTP Server

    Fix HTTP Server context path didn't set correctly #11
  5. F

    Addon SkriptWebAPI - New syntax, PATCH method and Full plugin rewrite

    Caution This version only supports Skript 2.7.3 or higher and Minecraft version 1.13 or higher. I will only provide official support if Skript is 2.7.3 or higher and Minecraft version 1.20.2 or higher. Whats new New syntax Now able to send PATCH and any custom request method
  6. F

    SkriptWebAPI

    faketuna updated SkriptWebAPI with a new update entry: New syntax, PATCH method and Full plugin rewrite Read the rest of this update entry...
  7. F

    Addon SkriptWebAPI - 0.0.3b | Fixed plugin loading

    Fixed plugin wont load due to package rename.
  8. F

    Addon SkriptWebAPI - 0.0.3a | Hotfix for request body

    This update contains hotfix for fissue (#5 in GitHub) Fixed: `event-connection's body` don't returns value in after 2nd excecution (#5 in GitHub)
  9. F

    Addon SkriptWebAPI - Version 0.0.3 | Add Async web request feature.

    What added Add async web request feature. Syntax Added: event-value event-connection event [on] [skeb] get [web] [request] response [on] [skeb] put [web] [request] response [on] [skeb] post [web] [request] response [on] [skeb] delete [web] [request] response effect [skeb] send get [web]...
  10. F

    Addon SkriptWebAPI - Version 0.0.2

    This update have breaking changes in syntax. What changed Changed internal code. Changed Syntax more than half. What removed Some Syntax has removed. Syntax Removed: any parsed as text is no longer available. event-body event-header event-[user]agent event-[sender]address event-[context]path...
  11. F

    Addon SkriptWebAPI Version 0.1.2

    About support: If you have any requests, bug reports, or just want help from me. Please create Issue on GitHub. I will not provide support in any platform except GitHub. Addon in alpha: This Addon is in alpha, so cause probrems please use at your own risk. Also this addon is includes missing...
  12. F

    SkriptWebAPI

    Addon in alpha: This Addon is in alpha, so cause probrems please use at your own risk. Features: Web API Server feature: Handle DELETE, GET, POST, PUT request. Web request feature: Send DELETE, GET, POST, PUT request. Install: Note: Current version (0.0.1) is can only work with paper...