Skip to content

Commit

Permalink
Remove extra space in /mitem configure confirm message
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWolf committed Jul 11, 2018
1 parent ad97b46 commit 8533c0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Magic/TODO.md
Expand Up @@ -54,7 +54,10 @@

## Future

- Maybe optimize chunk effects/spells with player range
- Take a look at this, maybe use accurate block hitboxes?
https://bitbucket.org/BillyGalbreath/pl3xsigns/src/c4ce6a50592aca67be0aef26117cc8b7e069c3eb/src/main/java/net/pl3x/bukkit/pl3xsigns/lineofsight/BoundingBox.java?at=master&fileviewer=file-view-default

- Maybe optimize automata chunk effects/spells with player range

- It'd be really cool to support configs from remote repos....
Github has an API for fetching a list of files, maybe can use that?
Expand Down
Expand Up @@ -364,7 +364,7 @@ public boolean onItemConfigure(Player player, ItemStack item, String[] args) {
}
}
item.setItemMeta(newItem.getItemMeta());
player.sendMessage(ChatColor.GREEN + "Set: " + ChatColor.DARK_GREEN + tag + " to " + ChatColor.AQUA + " " + value);
player.sendMessage(ChatColor.GREEN + "Set: " + ChatColor.DARK_GREEN + tag + " to " + ChatColor.AQUA + value);
return true;
}

Expand Down

0 comments on commit 8533c0e

Please sign in to comment.