Skip to content

Commit 2f1d02b

Browse files
committed
- version bump to Spigot 1.17 api
1 parent 8f8c630 commit 2f1d02b

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
11
# EndCrystals
22
1MB Helper plugin
3+
4+
This is a helper for my server to prevent grief by players. Separate from other protection plugins, I want to make sure that end crystals we place for decoration purposes don't cause certain damage, nor that they can get griefed by other players.
5+
6+
## Versions
7+
8+
The 1.x old version got updated now to 1.16.5, which seems fine.
9+
10+
The 1.16.5 update got updated to Spigot 1.17, and has been tested.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.mrfloris</groupId>
88
<artifactId>endcrystals</artifactId>
9-
<version>2.0.0</version>
9+
<version>2.0.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>1MB EndCrystals</name>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>org.spigotmc</groupId>
7373
<artifactId>spigot-api</artifactId>
74-
<version>1.16.5-R0.1-SNAPSHOT</version>
74+
<version>1.17-R0.1-SNAPSHOT</version>
7575
<scope>provided</scope>
7676
</dependency>
7777
</dependencies>

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ${project.artifactId}
22
version: ${project.version}
33
main: com.mrfloris.endcrystals.pluginEvents
4-
api-version: 1.16
4+
api-version: 1.17
55
prefix: ${project.name}
66
author: adrianwowk
77
authors: [mrfloris, the456gamer]

0 commit comments

Comments
 (0)