Skip to content

Commit fd68ae3

Browse files
committed
0.8.0-alpha.11
1 parent 5edcc71 commit fd68ae3

File tree

8 files changed

+11
-15
lines changed

8 files changed

+11
-15
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
allprojects {
22
group = 'com.radiofreederp'
3-
version = '0.8.0-alpha.10'
3+
version = '0.8.0-alpha.11'
44
}
55

66
subprojects {

bukkit-legacy/src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: NodeBBIntegration
22
main: com.radiofreederp.nodebbintegration.NodeBBIntegrationBukkit
3-
version: 0.8.0-alpha.10
3+
version: 0.8.0-alpha.11
44
depend: [Vault]
55
softdepend: [OnTime, Votifier, VanishNoPacket]
66
commands:

bukkit/src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: NodeBBIntegration
22
main: com.radiofreederp.nodebbintegration.NodeBBIntegrationBukkit
3-
version: 0.8.0-alpha.10
3+
version: 0.8.0-alpha.11
44
depend: [Vault]
55
softdepend: [OnTime, Votifier, VanishNoPacket]
66
commands:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: NodeBBIntegration
22
main: com.radiofreederp.nodebbintegration.NodeBBIntegrationBungeeCord
3-
version: 0.8.0-alpha.10
3+
version: 0.8.0-alpha.11
44
author: yariplus

common/src/main/resources/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ messages:
6161
- "Data error. Please inform an administrator."
6262
ParsingError:
6363
- "Parsing error. Please inform an administrator."
64-
version: "0.8.0-alpha.10"
64+
version: "0.8.0-alpha.11"

plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: NodeBBIntegration
22
main: NodeBBIntegration\NodeBBIntegration
3-
version: 0.8.0-alpha.10
3+
version: 0.8.0-alpha.11
44
api: [1.0.0]
55

66
load: POSTWORLD

sponge/src/main/java/com/radiofreederp/nodebbintegration/sponge/commands/CommandNodeBBSponge.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ public CommandResult execute(CommandSource src, CommandContext args) throws Comm
3535
action = "get";
3636
}
3737

38-
plugin.log("option=" + option, Level.SEVERE);
39-
plugin.log("value=" + value, Level.SEVERE);
40-
plugin.log("action=" + action, Level.SEVERE);
41-
4238
return doCommand(src, action, option, value) ? CommandResult.success() : CommandResult.empty();
4339
}
4440
}

universal/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ repositories {
1515
}
1616

1717
dependencies {
18-
compile name: 'nodebb-integration-common-0.8.0-alpha.10-all'
19-
compile name: 'nodebb-integration-bukkit-0.8.0-alpha.10'
20-
//compile name: 'nodebb-integration-bungeecord-0.8.0-alpha.10'
21-
compile name: 'nodebb-integration-forge-0.8.0-alpha.10'
22-
compile name: 'nodebb-integration-sponge-0.8.0-alpha.10'
18+
compile name: 'nodebb-integration-common-0.8.0-alpha.11-all'
19+
compile name: 'nodebb-integration-bukkit-0.8.0-alpha.11'
20+
//compile name: 'nodebb-integration-bungeecord-0.8.0-alpha.11'
21+
compile name: 'nodebb-integration-forge-0.8.0-alpha.11'
22+
compile name: 'nodebb-integration-sponge-0.8.0-alpha.11'
2323
}
2424

2525
shadowJar {

0 commit comments

Comments
 (0)