Skip to content

Adding your addon syntax

John Heikens edited this page Sep 5, 2025 · 2 revisions

to make intelliskript support your addon: requirements:

  • a github account

steps:

  • create a paper server if you don't have one:

  • download the latest paper executable from https://papermc.io/downloads/paper

  • execute the jar file. if you can't execute it normally, execute it from terminal using java -jar (jar filename here).jar, for example java -jar paper.jar

  • a EULA.txt file is created in the same directory. agree to the EULA by setting eula=true in the EULA.txt file.

  • execute it again. now your minecraft server is up and running!

  • put skript, your addon and the docs tool in the plugins folder.

  • start the server

  • run /gendocs

  • upload your json file to this folder by clicking on the add file button:

  • fork the repository and then upload your file to the main/addon-parser/json folder of your fork.

  • send a pull request.

Clone this wiki locally