Skip to content

Commit

Permalink
Version 1.3.5.1 (minor fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Draww committed Feb 10, 2018
1 parent c115c29 commit 57565e3
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 27 deletions.
53 changes: 32 additions & 21 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.drawwdev</groupId>
<artifactId>Raffle</artifactId>
<version>1.3.5a</version>
<version>1.3.5.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/drawwdev/raffle/RaffleCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public boolean onCommand(CommandSender sender, Command cmd, String label, String
player.sendMessage(cc("&6o0=======&c[&eRaffle Help&c]&6========0o"));
player.sendMessage(cc("&b/" + label + " start <type> <data> &f- &e" + "Starting a raffle"));
player.sendMessage(cc("&b/" + label + " stop &f- &e" + "Stop the raffle"));
player.sendMessage(cc("&b/" + label + " types &f- &e" + "RaffleStorage types"));
player.sendMessage(cc("&b/" + label + " types &f- &e" + "types of Raffles"));
player.sendMessage(cc("&b/" + label + " reload &f- &e" + "Reloads the all systems"));
}
return true;
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
configversion: 1
prefix: '[PREFIX]'
disabledGroup:
- Owner
3 changes: 2 additions & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Raffle
main: com.drawwdev.raffle.Main
version: 1.3.5a
version: 1.3.5.1
author: drawwdev
website: https://github.com/Draww/Raffle
commands:
raffle:
description: Raffle main command
Expand Down
1 change: 1 addition & 0 deletions target/classes/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
configversion: 1
prefix: '[PREFIX]'
disabledGroup:
- Owner
3 changes: 2 additions & 1 deletion target/classes/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Raffle
main: com.drawwdev.raffle.Main
version: 1.3.5a
version: 1.3.5.1
author: drawwdev
website: https://github.com/Draww/Raffle
commands:
raffle:
description: Raffle main command
Expand Down
4 changes: 2 additions & 2 deletions target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Generated by Maven
#Sat Feb 10 10:48:01 EET 2018
version=1.3.5a
#Sat Feb 10 11:20:50 EET 2018
version=1.3.5.1
groupId=com.drawwdev
artifactId=Raffle

0 comments on commit 57565e3

Please sign in to comment.