Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Hye-Dev authored Sep 8, 2019
1 parent bf74263 commit 24d235e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# VaspMine
An updated version of the mine reset plugin
A reset mine plugin
15 changes: 2 additions & 13 deletions VaspMine.iml
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,14 @@
<SOURCES />
</library>
</orderEntry>
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/../../spigot-1.13.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/../../spigot-1.13.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="module-library" exported="">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/../../spigot-1.13.2.jar!/" />
<root url="jar://$MODULE_DIR$/../../Spigot JARs/spigot-1.13.2.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/../../spigot-1.13.2.jar!/" />
<root url="jar://$MODULE_DIR$/../../Spigot JARs/spigot-1.13.2.jar!/" />
</SOURCES>
</library>
</orderEntry>
Expand Down
Binary file modified bin/me/krash0/vm/commands/VMCommands.class
Binary file not shown.
4 changes: 2 additions & 2 deletions bin/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: VaspMine
main: me.krash0.vm.VM
version: 1.2
author: [Krash0, josemald1599]
author: josemald1599_and_Krash0
commands:
vm:
description: 'Commands for vaspmine'
description: 'VaspMine Commands'
aliases: [mine, mina]
6 changes: 4 additions & 2 deletions src/me/krash0/vm/commands/VMCommands.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ public boolean onCommand(CommandSender sender, Command command, String cmd, Stri
p.sendMessage(" §3/VM create [mine] Creates a mine");
p.sendMessage(" §3/VM delete [mine] Deletes a mine");
p.sendMessage(" §3/VM setpos Enters position setting mode");
p.sendMessage(" §3/VM addblock [mine] [percentage] Adds blocks to the mine");
p.sendMessage(" §3/VM removeblock [mine] Removes block from the mine");
/* p.sendMessage(" §3/VM addblock [mine] [percentage] Adds blocks to the mine");
p.sendMessage(" §3/VM removeblock [mine] Removes block from the mine");*/
p.sendMessage(" §3/VM setresetinterval [mine] [interval] Sets an interval for the mine to reset");
p.sendMessage(" §3/VM enable [mine] Enables the mine");
p.sendMessage(" §3/VM disable [mine Disables the mine");
Expand Down Expand Up @@ -95,6 +95,7 @@ public boolean onCommand(CommandSender sender, Command command, String cmd, Stri
return true;
}

/*
if(args[0].equalsIgnoreCase("addblock")){
if(args.length == 3){
String name = args[1].toLowerCase();
Expand Down Expand Up @@ -153,6 +154,7 @@ public boolean onCommand(CommandSender sender, Command command, String cmd, Stri
sender.sendMessage("§7Use: /vm removeblock [mine]");
return false;
}
*/

if(args[0].equalsIgnoreCase("setresetinterval")){
if(args.length == 3){
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: VaspMine
main: me.krash0.vm.VM
version: 1.2
author: [Krash0, josemald1599]
author: josemald1599_and_Krash0
commands:
vm:
description: 'Commands for vaspmine'
description: 'VaspMine Commands'
aliases: [mine, mina]

0 comments on commit 24d235e

Please sign in to comment.