Solved Skript API

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

Here's an archived version of the API documentation.

You'll learn more by reading over Skript's source code or the source code of other addons. If you choose to look through existing addons, please keep in mind, many addons are not well-written and do not integrate with Skript as recommended. This guide offers some information for some of the lesser-known features of Skript's API. Ideally, you should imitate Skript as much as possible and follow its conventions in order to ensure a consistent experience for scripters.

If you're coming from Skript and this is your first time writing anything in Java, I highly recommend getting more Java experience first (e.g. writing Bukkit plugins) before attempting to write an addon.
 
Here's an archived version of the API documentation.

You'll learn more by reading over Skript's source code or the source code of other addons. If you choose to look through existing addons, please keep in mind, many addons are not well-written and do not integrate with Skript as recommended. This guide offers some information for some of the lesser-known features of Skript's API. Ideally, you should imitate Skript as much as possible and follow its conventions in order to ensure a consistent experience for scripters.

If you're coming from Skript and this is your first time writing anything in Java, I highly recommend getting more Java experience first (e.g. writing Bukkit plugins) before attempting to write an addon.
Thanks.

I've been working with java for a month or so making random stuff for the hell of it. I have a lot of experience with python so java hasn't been too difficult to pick up. I'm not planning on making anything super spectacular (most likely nothing worth releasing), i just wanna mess around with it.