Skip to content

Commit

Permalink
Update default to use 'crouch-right-click'
Browse files Browse the repository at this point in the history
  • Loading branch information
RhythmicSys authored Mar 22, 2023
1 parent 17a1d94 commit 0c408d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/adhdmc/villagerinfo/Config/Defaults.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static void localeDefaults() {
locale.addDefault("no-permission", "<red>You don't have permission to use this command!");
locale.addDefault("no-command", "<red>No subcommand by that name!");
locale.addDefault("config-reloaded", "<gold>VillagerInfo Config Reloaded!");
locale.addDefault("help-main", "<#4dd5ff> • How to use Villager Info\n<grey>Shift-right-click a villager while toggle is on to have a villager's information displayed");
locale.addDefault("help-main", "<#4dd5ff> • How to use Villager Info\n<grey>Crouch-right-click a villager while toggle is on to have a villager's information displayed");
locale.addDefault("help-toggle", "<#4dd5ff> • /vill toggle\n<grey>Toggles the ability to receive villager information on or off.");
locale.addDefault("help-reload", "<#4dd5ff> • /vill reload\n<grey>Reloads the plugin, applies config values");
locale.addDefault("not-a-player", "<red>Sorry, you must be a player to use this command");
Expand Down

0 comments on commit 0c408d7

Please sign in to comment.