Tiny message tweaks.

This commit is contained in:
ryanhamshire 2014-11-20 10:52:26 -08:00
parent 4687e4a69c
commit 485805c63a
2 changed files with 3 additions and 3 deletions

View File

@ -1164,8 +1164,8 @@ public abstract class DataStore
this.addDefault(defaults, Messages.ClaimExplosivesAdvertisement, "To allow explosives to destroy blocks in this land claim, use /ClaimExplosions.", null); this.addDefault(defaults, Messages.ClaimExplosivesAdvertisement, "To allow explosives to destroy blocks in this land claim, use /ClaimExplosions.", null);
this.addDefault(defaults, Messages.PlayerInPvPSafeZone, "That player is in a PvP safe zone.", null); this.addDefault(defaults, Messages.PlayerInPvPSafeZone, "That player is in a PvP safe zone.", null);
this.addDefault(defaults, Messages.NoPistonsOutsideClaims, "Warning: Pistons won't move blocks outside land claims.", null); this.addDefault(defaults, Messages.NoPistonsOutsideClaims, "Warning: Pistons won't move blocks outside land claims.", null);
this.addDefault(defaults, Messages.SoftMuted, "Soft-muted {0}.", "The changed player's name."); this.addDefault(defaults, Messages.SoftMuted, "Soft-muted {0}.", "0: The changed player's name.");
this.addDefault(defaults, Messages.UnSoftMuted, "Un-soft-muted {0}.", "The changed player's name."); this.addDefault(defaults, Messages.UnSoftMuted, "Un-soft-muted {0}.", "0: The changed player's name.");
//load the config file //load the config file
FileConfiguration config = YamlConfiguration.loadConfiguration(new File(messagesFilePath)); FileConfiguration config = YamlConfiguration.loadConfiguration(new File(messagesFilePath));

View File

@ -1101,7 +1101,7 @@ public class GriefPrevention extends JavaPlugin
player.sendMessage(permissions.toString()); player.sendMessage(permissions.toString());
permissions = new StringBuilder(); permissions = new StringBuilder();
permissions.append(ChatColor.BLUE + "A :"); permissions.append(ChatColor.BLUE + "A:");
if(accessors.size() > 0) if(accessors.size() > 0)
{ {