This commit is contained in:
Govindas 2021-04-09 13:19:58 +03:00
parent 0ce89e192c
commit d3f886bb74
10 changed files with 5 additions and 4 deletions

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
.idea
out
Skooldown.iml
Skooldown.iml
target
compile

View File

@ -75,8 +75,7 @@
<id>sk89q</id>
<url>http://maven.sk89q.com/repo</url>
</repository>
</repositories>''
</repositories>
<dependencies>
<dependency>
<groupId>com.github.SkriptLang</groupId>

View File

@ -1,5 +1,5 @@
name: Skooldown
main: lt.govindas.skooldown.Skooldown
main: net.govindas.skooldown.Skooldown
version: 1.2.0
author: Govindas
depend: [Skript]