We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f8f543 commit 64f9e9fCopy full SHA for 64f9e9f
README.md
@@ -21,7 +21,7 @@ _none_
21
22
## Version
23
24
-1.0
+1.1
25
26
## License
27
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>at.yeahwh</groupId>
4
<artifactId>Ping</artifactId>
5
- <version>1.0</version>
+ <version>1.1</version>
6
<name>Ping</name>
7
<url>http://www.bukkit.org</url>
8
src/main/resources/plugin.yml
@@ -1,13 +1,13 @@
1
name: Ping
main: mn.frd.Ping.Ping
-version: 1.0
+version: 1.1
-commands:
+commands:
ping:
description: Ping check
usage: /<command>
9
permissions:
10
ping.self:
11
default: true
12
ping.others:
13
- default: op
+ default: op
0 commit comments