Skip to content

Commit

Permalink
Update vault
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jun 24, 2015
1 parent b963588 commit 95d6152
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>net.milkbowl.vault</groupId>
<artifactId>Vault</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.5.4</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Expand Up @@ -2436,7 +2436,7 @@ public void registerCoreMembers() {
// TODO: Document Command Details
// @Tags
// <e@entity.is_spawned>
// <util.entity_is_spawned[<entity>]>
// <server.entity_is_spawned[<entity>]>
// <entry[saveName].spawned_entities> returns a list of entities that were spawned.
// @Usage
// TODO: Document Command Details
Expand Down
Expand Up @@ -17,7 +17,7 @@

import java.util.HashMap;

public class BreakCommand extends AbstractCommand implements Holdable {
public class BreakCommand extends AbstractCommand implements Holdable { // TODO: Should this be a NPC command?

@Override
public void parseArgs(ScriptEntry scriptEntry) throws InvalidArgumentsException {
Expand Down

0 comments on commit 95d6152

Please sign in to comment.