We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8284e6f commit 7630fe3Copy full SHA for 7630fe3
build.gradle
@@ -36,12 +36,10 @@ repositories {
36
spongestart {
37
eula true
38
39
- minecraft '1.11.2'
+ minecraft '1.10.2'
40
type 'bleeding'
41
- spongeForgeVersion '1.11.2-2282-6.0.0-BETA-2297'
42
-
43
}
44
45
dependencies {
46
- compile 'org.spongepowered:spongeapi:6.0.0'
+ compile 'org.spongepowered:spongeapi:5.0.0'
47
src/main/java/io/github/zerthick/protectionperms/ProtectionPerms.java
@@ -31,7 +31,7 @@
31
32
@Plugin(id = "protectionperms",
33
name = "ProtectionPerms",
34
- version = "1.0.0",
+ version = "1.0.1",
35
description = "A simple player protection and control plugin.",
authors = {
"Zerthick"
0 commit comments