Skip to content

Commit

Permalink
nomenclature again, also shinies now automatically update in your list
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenoyia committed Feb 14, 2018
1 parent fce8296 commit 9b197fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/com/xpgaming/xPPokeDex/PokedexBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ public CommandResult execute(CommandSource src, CommandContext args) throws Comm
Player player = (Player) src;
player.sendMessage(Text.of("\u00A7f[\u00A7bPokeDex\u00A7f] \u00A7b\u00A7l-- COMMANDS --"));
if (player.hasPermission("xpgaming.pokedex.base")) {
player.sendMessage(Text.of(" \u00A77> \u00A7b/pokedex count\u00A7f|\u00A7bc \u00A77- Count remaining Pokemon to catch!"));
player.sendMessage(Text.of(" \u00A77> \u00A7b/pokedex remaining\u00A7f|\u00A7br \u00A77- List remaining Pokemon to catch!"));
player.sendMessage(Text.of(" \u00A77> \u00A7b/pokedex count\u00A7f|\u00A7bc \u00A77- Count remaining Pokémon to catch!"));
player.sendMessage(Text.of(" \u00A77> \u00A7b/pokedex remaining\u00A7f|\u00A7br \u00A77- List remaining Pokémon to catch!"));
player.sendMessage(Text.of(" \u00A77> \u00A7b/pokedex claim\u00A7f|\u00A7bcl \u00A77- Claim rewards every 10%!"));
player.sendMessage(Text.of(" \u00A77> \u00A7b/pokedex convert <slot> \u00A77- Use a shiny token!"));
}
} else {
src.sendMessage(Text.of("\u00A7f[\u00A7bPokeDex\u00A7f] \u00A7b\u00A7l-- COMMANDS --"));
src.sendMessage(Text.of(" \u00A77> \u00A7b/pokedex count\u00A7f|\u00A7bc \u00A77- Count remaining Pokemon to catch!"));
src.sendMessage(Text.of(" \u00A77> \u00A7b/pokedex remaining\u00A7f|\u00A7br \u00A77- List remaining Pokemon to catch!"));
src.sendMessage(Text.of(" \u00A77> \u00A7b/pokedex count\u00A7f|\u00A7bc \u00A77- Count remaining Pokémon to catch!"));
src.sendMessage(Text.of(" \u00A77> \u00A7b/pokedex remaining\u00A7f|\u00A7br \u00A77- List remaining Pokémon to catch!"));
src.sendMessage(Text.of(" \u00A77> \u00A7b/pokedex claim\u00A7f|\u00A7bcl \u00A77- Claim rewards every 10%!"));
src.sendMessage(Text.of(" \u00A77> \u00A7b/pokedex convert <slot> \u00A77- Use a shiny token!"));
}
Expand Down

0 comments on commit 9b197fe

Please sign in to comment.