From d390224cce0daabeb54953e52269186d6893e42c Mon Sep 17 00:00:00 2001 From: Acrobot Date: Sun, 27 Oct 2013 16:49:21 +0100 Subject: [PATCH] Add /csgive's Messages --- src/main/java/com/Acrobot/ChestShop/Configuration/Messages.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/com/Acrobot/ChestShop/Configuration/Messages.java b/src/main/java/com/Acrobot/ChestShop/Configuration/Messages.java index 0401b38..876567e 100644 --- a/src/main/java/com/Acrobot/ChestShop/Configuration/Messages.java +++ b/src/main/java/com/Acrobot/ChestShop/Configuration/Messages.java @@ -53,11 +53,13 @@ public class Messages { public static String SHOP_CREATED = "Shop successfully created!"; public static String SHOP_FEE_PAID = "You have been charged %amount"; public static String SHOP_REFUNDED = "You have been refunded %amount."; + public static String ITEM_GIVEN = "Given %item to %player."; @PrecededBySpace public static String RESTRICTED_SIGN_CREATED = "Sign successfully created!"; @PrecededBySpace + public static String PLAYER_NOT_FOUND = "Player not found!"; public static String NO_PERMISSION = "You don't have permissions to do that!"; public static String INCORRECT_ITEM_ID = "You have specified invalid item id!"; public static String NOT_ENOUGH_PROTECTIONS = "Could not create a protection!";