We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b28007 commit 29c3d1fCopy full SHA for 29c3d1f
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = 'org.infotoast'
8
-version = '1.4'
+version = '2.0'
9
10
repositories {
11
mavenCentral()
@@ -52,7 +52,7 @@ processResources {
52
53
54
runServer {
55
- minecraftVersion("1.21.3")
+ minecraftVersion("1.21.4")
56
57
58
tasks.assemble {
src/main/resources/plugin.yml
@@ -26,7 +26,7 @@ commands:
26
healpet:
27
description: Heals the tamable animal you're looking at
28
permission: petcontrol.heal
29
- usage: "/<command>""
+ usage: "/<command>"
30
31
permissions:
32
petcontrol.petinfo:
0 commit comments