Add /csgive's Messages

This commit is contained in:
Acrobot 2013-10-27 16:49:21 +01:00
parent 32f22cef88
commit d390224cce
1 changed files with 2 additions and 0 deletions

View File

@ -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!";