Tiny message tweaks.
This commit is contained in:
parent
4687e4a69c
commit
485805c63a
|
|
@ -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.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.SoftMuted, "Soft-muted {0}.", "The changed player's name.");
|
||||
this.addDefault(defaults, Messages.UnSoftMuted, "Un-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}.", "0: The changed player's name.");
|
||||
|
||||
//load the config file
|
||||
FileConfiguration config = YamlConfiguration.loadConfiguration(new File(messagesFilePath));
|
||||
|
|
|
|||
|
|
@ -1101,7 +1101,7 @@ public class GriefPrevention extends JavaPlugin
|
|||
|
||||
player.sendMessage(permissions.toString());
|
||||
permissions = new StringBuilder();
|
||||
permissions.append(ChatColor.BLUE + "A :");
|
||||
permissions.append(ChatColor.BLUE + "A:");
|
||||
|
||||
if(accessors.size() > 0)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user