mirror of
https://github.com/JamesPeters98/ChestsPlusPlus.git
synced 2025-02-15 12:03:00 +01:00
Added Missing Messages
This commit is contained in:
parent
2fceb39f8c
commit
fc0977b87e
@ -61,7 +61,13 @@ public enum Message {
|
||||
COMMAND_CHESTLINK_OPEN("Open the inventory of a ChestLink group"),
|
||||
COMMAND_CHESTLINK_REMOVE("Delete a ChestLink and drop its inventory at your feet!"),
|
||||
COMMAND_CHESTLINK_RENAME("Rename a ChestLink."),
|
||||
COMMAND_CHESTLINK_SETPUBLIC("Set a ChestLink to be accessible by anyone.");
|
||||
COMMAND_CHESTLINK_SETPUBLIC("Set a ChestLink to be accessible by anyone."),
|
||||
|
||||
//ItemFrame Filters
|
||||
ITEM_FRAME_FILTER_DEFAULT("ItemFrame is in default filtering mode. Rotate Item Frame to change mode!"),
|
||||
ITEM_FRAME_FILTER_ALL_TYPES("ItemFrame now filters all types of this item! e.g Enchanted Books."),
|
||||
ITEM_FRAME_FILTER_DENY("ItemFrame now prevents this item from being accepted in the hopper!"),
|
||||
ITEM_FRAME_FILTER_DENY_ALL_TYPES("ItemFrame now prevents all types of this item from being accepted in the hopper! e.g Enchanted Books.");
|
||||
|
||||
String message;
|
||||
|
||||
|
@ -10,12 +10,14 @@ COMMAND_AUTOCRAFT_LIST=Lists all AutoCraft groups that you own\!
|
||||
COMMAND_CHESTLINK_OPEN=Open the inventory of a ChestLink group
|
||||
MUST_LOOK_AT_CHEST=You must be looking at the chest you want to ChestLink\!
|
||||
COMMAND_AUTOCRAFT_OPEN=Open the workbench of an AutoCraft group
|
||||
ITEM_FRAME_FILTER_DEFAULT=ItemFrame is in default filtering mode. Rotate Item Frame to change mode\!
|
||||
ADDED_MEMBER_TO_ALL=Successfully added {player_name} to all {storage_type} groups
|
||||
INVALID_CHESTLINK=Invalid ChestLink - You must place a sign on the front of a chest / you should ensure there is space for a sign on front of the chest\!
|
||||
ADDED_MEMBER=Successfully added {player_name} to {storage_type} group {storage_identifier}
|
||||
LIST_OF_CHESTLINK=List of your ChestLinks\:
|
||||
OWNER_HAS_TOO_MANY_CHESTS=Owner\: {player_name} has reached the limit of groups allowed\!
|
||||
SORT=Sort method for {storage_identifier} has been set to {sort_method}
|
||||
ITEM_FRAME_FILTER_DENY_ALL_TYPES=ItemFrame now prevents all types of this item from being accepted in the hopper\! e.g Enchanted Books.
|
||||
NO_PERMISSION=You don't have permission to do that\!
|
||||
COMMAND_CHESTLINK_SETPUBLIC=Set a ChestLink to be accessible by anyone.
|
||||
CURRENT_MEMBERS=Current Members\: {player_list}
|
||||
@ -25,6 +27,7 @@ REMOVED_MEMBER=Successfully removed {player_name} from {storage_type} group {sto
|
||||
REMOVED_GROUP=Successfully removed group {storage_group} from your {storage_type}'s\!
|
||||
LIST_OF_AUTOCRAFTERS=List of your AutoCraft Stations\:
|
||||
INVALID_AUTOCRAFTER=Invalid AutoCrafter - You must place a sign on any side of a Crafting Table, and it must not already by apart of a group\!
|
||||
ITEM_FRAME_FILTER_DENY=ItemFrame now prevents this item from being accepted in the hopper\!
|
||||
LIST_MEMBERS_OF_GROUP=Members of {storage_type} group {storage_identifier}\: {player_list}
|
||||
REMOVE_MEMBER_FROM_ALL=Successfully removed {player_name} from all {storage_type} groups
|
||||
COMMAND_CHESTLINK_RENAME=Rename a ChestLink.
|
||||
@ -42,6 +45,7 @@ MUST_HOLD_SIGN=You must be holding a sign to do that\!
|
||||
COMMAND_CHESTLINK_ADD=Create/add a chest to a ChestLink group
|
||||
COMMAND_HELP=List of commands and their uses\!
|
||||
UNABLE_TO_ADD_MEMBER_TO_ALL=Unable to add player {player_name} to {storage_type}\!
|
||||
ITEM_FRAME_FILTER_ALL_TYPES=ItemFrame now filters all types of this item\! e.g Enchanted Books.
|
||||
COMMAND_AUTOCRAFT_RENAME=Rename an AutoCraft group.
|
||||
MUST_LOOK_AT_CRAFTING_TABLE=You must be looking at the Crafting Table you want to AutoCraft with\!
|
||||
COMMAND_AUTOCRAFT_REMOVE=Delete an AutoCraft group and drop all the Crafting Tables\!
|
||||
|
Loading…
Reference in New Issue
Block a user