Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
Fixed 3 messages
  • Loading branch information
JamieS1211 committed Jul 7, 2016
1 parent 1a451aa commit 0ce7e99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/main/java/com/github/jamies1211/minereset/Messages.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ public class Messages {
public static final String AddSpawnExtendedDescription = "Adds a new spawn point with the values listed";
public static final String RemoveSpawn = "Usage /mine removespawn [spawn point]";
public static final String RemoveSpawnDescription = "Removes the listed spawn point (To alter default spawn use \"Default\" other wise use the number of spawn";
public static final String RemoveSpawnExtendedDescription = "Removes the listed spawn point (To alter default spawn use \"Default\" other wise use the number of spawn";
public static final String RemoveSpawnExtendedDescription = "Removes the listed spawn point (To alter default spawn use \"Default\" other wise use the number of spawn)";
public static final String UpdateSpawn = "Usage /mine updatespawn [spawn point] [x] [y] [z] [facing]";
public static final String UpdateSpawnDescription = "Updates the spawn information to the listed values (To alter default spawn use \"Default\" other wise use the number of spawn";
public static final String UpdateSpawnExtendedDescription = "Updates the spawn information to the listed values (To alter default spawn use \"Default\" other wise use the number of spawn";
public static final String UpdateSpawnExtendedDescription = "Updates the spawn information to the listed values (To alter default spawn use \"Default\" other wise use the number of spawn)";
public static final String ChangeSpawn = "Usage /mine changespawn [mine] [spawn point]";
public static final String ChangeSpawnDescription = "Set the listed mine to use the listed spawn point (To alter default spawn use \"Default\" other wise use the number of spawn";
public static final String ChangeSpawnExtendedDescription = "Set the listed mine to use the listed spawn point (To alter default spawn use \"Default\" other wise use the number of spawn";
public static final String ChangeSpawnExtendedDescription = "Set the listed mine to use the listed spawn point (To alter default spawn use \"Default\" other wise use the number of spawn)";
public static final String Time = "/mine time [mine]";
public static final String TimeDescription = "Check time remaining before mine resets";
public static final String TimeExtendedDescription = "Check time remaining before mine resets";
Expand Down Expand Up @@ -202,5 +202,5 @@ public class Messages {
// setupsmartfill: "minereset.mine.setup.smartfill"
// addairblock: "minereset.mine.addairblock"
// removeairblock: "minereset.mine.removeairblock"
// updatechatsettings: "minereset.update.chatSettings"
// updatechatsettings: "minereset.update.chatsettings"
}
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ public void onServerStart(GameInitializationEvent event) {
.build());

subcommands.put(Arrays.asList("updateChatSettings"), CommandSpec.builder()
.permission("minereset.update.chatSettings")
.permission("minereset.update.chatsettings")
.description(Text.of(Messages.UpdateChatSettingsDescription))
.extendedDescription(Text.of(Messages.UpdateChatSettingsExtendedDescription))
.arguments(
Expand Down

0 comments on commit 0ce7e99

Please sign in to comment.