Im trying to make my first skript addon. but it doesnt want to import properly. it just gives me the error "package ch.njol.skript does not exist"
EDIT:
I decided to try adding a dependency onto it but that still didnt work
EDIT:
I decided to try adding a dependency onto it but that still didnt work
Code:
<dependency>
<groupId>com.github.SkriptLang.Skript</groupId>
<artifactId>dev36</artifactId>
<version>2.6.1</version>
</dependency>
Last edited: