Skip to content

Commit b776120

Browse files
author
lightplugins
committed
removed spigot-api and replaced it with paper-api
1 parent 0f2883a commit b776120

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.lightstudios.core</groupId>
77
<artifactId>lightCore</artifactId>
8-
<version>0.3.6</version>
8+
<version>0.3.7</version>
99

1010
<organization>
1111
<name>lightPlugins</name>
@@ -58,12 +58,22 @@
5858
</repositories>
5959

6060
<dependencies>
61+
62+
<dependency>
63+
<groupId>io.papermc.paper</groupId>
64+
<artifactId>paper-api</artifactId>
65+
<version>1.21.4-R0.1-SNAPSHOT</version>
66+
<scope>provided</scope>
67+
</dependency>
68+
69+
<!--
6170
<dependency>
6271
<groupId>org.spigotmc</groupId>
6372
<artifactId>spigot-api</artifactId>
6473
<version>1.21.4-R0.1-SNAPSHOT</version>
6574
<scope>provided</scope>
6675
</dependency>
76+
-->
6777

6878
<dependency>
6979
<groupId>com.velocitypowered</groupId>

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: lightCore
22
author: LightStudios
3-
version: '0.3.6'
3+
version: '0.3.7'
44
main: io.lightstudios.core.LightCore
55
api-version: 1.21
66
depend: ["Vault"]

0 commit comments

Comments
 (0)