Skip to content

Commit 52618c1

Browse files
committed
Add backwards compatibility - Now supports Spigot 1.13 - 1.21+
1 parent 9df2489 commit 52618c1

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.spigotmc</groupId>
3131
<artifactId>spigot-api</artifactId>
32-
<version>1.21-R0.1-SNAPSHOT</version>
32+
<version>1.13.2-R0.1-SNAPSHOT</version>
3333
<scope>provided</scope>
3434
</dependency>
3535
</dependencies>

src/main/resources/plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: ServerRestart
22
version: 1.0.0
33
main: com.example.serverrestart.ServerRestart
4-
api-version: '1.21'
4+
api-version: '1.13'
55
description: A plugin for restarting the server with a countdown
6-
author: YourName
6+
author: TimLuist
77

88
commands:
99
resta:

target/ServerRestart-1.0.0.jar

3 Bytes
Binary file not shown.

target/classes/plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: ServerRestart
22
version: 1.0.0
33
main: com.example.serverrestart.ServerRestart
4-
api-version: '1.21'
4+
api-version: '1.13'
55
description: A plugin for restarting the server with a countdown
6-
author: YourName
6+
author: TimLuist
77

88
commands:
99
resta:
3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)