MACIEJNIERZWICKI.PL

MINECRAFT PLUGINS


TrashChest

Give wasted items a second life

Configuration – lang.yml

MiniMessage-formatted lang.yml (default on Paper)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
MESSAGE_PREFIX: "<gray>[<green>TrashChest</green>]</gray> <reset>"
NO_PERMISSION
: "You do not have permission."
CONFIG_RELOADED
: "Configuration reloaded."
HELP_COMMANDS_LIST
: "<white>Available commands: </white>"
HELP_RELOAD
: "<green>/trashchest</green> <gray>reload</gray> - reload configuration"
HELP_OPEN
: "<green>/trashchest</green> <gray>open</gray> - open trash chest"
HELP_COUNT
: "<green>/trashchest</green> <gray>count</gray> - display number of items in trash chest"
HELP_CLEAR
: "<green>/trashchest</green> <gray>clear</gray> - clear all items from trash chest"
HELP_LOCK
: "<green>/trashchest</green> <gray>lock</gray> - lock access to trash chest"
HELP_UNLOCK
: "<green>/trashchest</green> <gray>unlock</gray> - unlock access to trash chest"
HELP_FILL
: "<green>/trashchest</green> <gray>fill <number></gray> - fill trash chest with <number> random items"
HELP_PROTECTEDITEMS
: "<green>/trashchest</green> <gray>protecteditems</gray> - turn on/off the transfer of items destroyed on your protections to trash chest"
HELP_ADD_CONTAINER
: "<green>/trashchest</green> <gray>addcontainer</gray> - add the container you are looking at to the list of active containers"
HELP_REMOVE_CONTAINER
: "<green>/trashchest</green> <gray>removecontainer</gray> - remove the container you are looking at from the list of active containers"
HELP_LIST
: "<green>/trashchest</green> <gray>list <page></gray> - show configured container locations (page optional)"
NOT_PLAYER
: "You must be a player."
CANNOT_OPEN_IN_WORLD
: "You cannot open trash chest in this world."
CANNOT_OPEN_IN_REGION
: "You cannot open trash chest in this region."
TRASH_CHEST_INV_NAME
: "Trash Chest"
INV_NAV_PAGENUMBER
: "<dark_aqua>Page <pagenumber> / <allpages>"
INV_PAGE_LORE
:
- "Left click
: Skip by 1"
- "
Right click: Skip by 10"
- "
Left click + shift: Skip by 50"
- "
Right click + shift: Skip by 100"
EXIT_ITEM_NAME: "
<red>Exit</red>"
ADD_ITEM_NAME: "
<green>Add item</green>"
MAIN_HELP_ITEM_NAME: "
<dark_aqua>Help</dark_aqua>"
MAIN_HELP_ITEM_LORE:
- "
<white>Left click: Take item</white>"
COUNT_ITEM_NAME: "
<yellow>Number of items</yellow>"
COUNT_ITEM_LORE:
- "
<white>There are</white>"
- "
<green><count></green> <white>items in the container.</white>"
TRASH_CHEST_ITEM_LORE_FORMAT:
- "
<dark_aqua>+-----------------------+</dark_aqua>"
- "
<white>Placed: <gray><date></gray></white>"
- "
<white>Expires: <gray><expiry_date></gray></white>"
- "
<white>Click to take item.</white>"
- "
<dark_aqua>+-----------------------+</dark_aqua>"
ADD_ITEM_LORE_FORMAT:
- "
<dark_aqua>+-----------------------+</dark_aqua>"
- "
<white>Click to place the held item</white>"
- "
<white>in the container.</white>"
- "
<dark_aqua>+-----------------------+</dark_aqua>"
INFO_INV_CLOSED_PLUGIN_DISABLED: "
<red>Trash chest has been closed due to plugin being disabled.</red>"
INFO_ITEM_NOT_EXISTS: "
The selected item does not exist - it has most likely already been taken."
INFO_INV_FULL: "
Inventory is full."
INFO_TRASH_CHEST_FULL: "
Trash chest is full."
INFO_ITEMS_COUNT: "
<white>Number of items in the container: <green><count>"
# existing messages
INFO_OLD_ITEMS_DELETION_IN_PROGRESS: "
<white>Old items are currently being deleted, please try again in a moment."
INFO_TRANSFER_ITEMS_ON_PROTECTIONS_DISABLED: "
<white>From now on, items destroyed on your plots <red><underlined>will not</underlined></red><white> go to the trash container. To change this, enter the command again.</white>"
INFO_TRANSFER_ITEMS_ON_PROTECTIONS_ENABLED: "
<white>From now on, items destroyed on your plots <green><underlined>will</underlined></green><white> go to the trash container. To change this, enter the command again.</white>"
INFO_CONTAINER_ADDED: "
<white>Container added to list.</white>"
INFO_CONTAINER_LIST_HEADER: "
<white>Container locations - page <pagenumber> / <allpages></white>"
INFO_CONTAINER_LIST_ENTRY: "
<gray><loc></gray>"
INFO_CONTAINER_LIST_EMPTY: "
<white>No container locations configured.</white>"
INFO_CONTAINER_REMOVED: "
<white>Container removed from list.</white>"
INFO_CONTAINER_ALREADY_EXISTS: "
<white>This container is already on the list of active containers.</white>"
INFO_CONTAINER_NOT_FOUND: "
<white>This container is not present on the list of active containers.</white>"
INFO_MUST_LOOK_AT_BLOCK: "
<white>You must be looking at a block.</white>"
INV_ACTIONCONFIRM: "
<yellow>Are you sure?"
CHAT_ACTION_ABORTED: "
<white>Operation aborted."
INFO_CLEARED: "
<white>Cleared trash chest. Removed <green><count> <white>items."
INFO_CLEAR_CONFIRMATION_REQUIRED: "
<white>You are about to clear trash chest. To continue, type <green>/trashchest clear <white>again."
INFO_NOW_LOCKED: "
<white>Trash chest has been locked."
INFO_NOW_UNLOCKED: "
<white>Trash chest has been unlocked."
INFO_CANNOT_OPEN_LOCKED: "
<white>Trash chest is locked. You cannot open it."
INFO_FILL_FILLED: "
<white>Filled trash chest with random items: <green><count> <white>entries added."
INFO_FILL_INVALID_NUMBER: "
<white>Invalid number. Usage: /trashchest fill <number>"
# Do not change this line
CONFIG_VERSION: 1
Legacy-formatted lang.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
MESSAGE_PREFIX: "&7[&aTrashChest&7] &r"
NO_PERMISSION
: "You do not have permission."
CONFIG_RELOADED
: "Configuration reloaded."
HELP_COMMANDS_LIST
: "&fAvailable commands: "
HELP_RELOAD
: "&a/trashchest &7reload&r - reload configuration"
HELP_OPEN
: "&a/trashchest &7open&r - open trash chest"
HELP_COUNT
: "&a/trashchest &7count&r - display number of items in trash chest"
HELP_CLEAR
: "&a/trashchest &7clear&r - clear all items from trash chest"
HELP_LOCK
: "&a/trashchest &7lock&r - lock access to trash chest"
HELP_UNLOCK
: "&a/trashchest &7unlock&r - unlock access to trash chest"
HELP_FILL
: "&a/trashchest &7fill <number>&r - fill trash chest with <number> random items"
HELP_PROTECTEDITEMS
: "&a/trashchest &7protecteditems&r - turn on/off the transfer of items destroyed on your protections to trash chest"
HELP_ADD_CONTAINER
: "&a/trashchest &7addcontainer&r - add the container you are looking at to the list of active containers"
HELP_REMOVE_CONTAINER
: "&a/trashchest &7removecontainer&r - remove the container you are looking at from the list of active containers"
HELP_LIST
: "&a/trashchest &7list <page>&r - show configured container locations (page optional)"
NOT_PLAYER
: "You must be a player."
CANNOT_OPEN_IN_WORLD
: "You cannot open trash chest in this world."
CANNOT_OPEN_IN_REGION
: "You cannot open trash chest in this region."
TRASH_CHEST_INV_NAME
: "Trash Chest"
INV_NAV_PAGENUMBER
: "&3Page <pagenumber> / <allpages>"
INV_PAGE_LORE
:
- "Left click
: Skip by 1"
- "
Right click: Skip by 10"
- "
Left click + shift: Skip by 50"
- "
Right click + shift: Skip by 100"
EXIT_ITEM_NAME: "
&cExit"
ADD_ITEM_NAME: "
&aAdd item"
MAIN_HELP_ITEM_NAME: "
&3Help"
MAIN_HELP_ITEM_LORE:
- "
&fLeft click: Take item"
COUNT_ITEM_NAME: "
&eNumber of items"
COUNT_ITEM_LORE:
- "
&fThere are"
- "
&a<count> &fitems in the container."
TRASH_CHEST_ITEM_LORE_FORMAT:
- '&3+-----------------------+'
- '&fPlaced: &7<date>'
- '&fExpires: &7<expiry_date>'
- '&fClick to take item.'
- '&3+-----------------------+'
ADD_ITEM_LORE_FORMAT:
- '&3+-----------------------+'
- '&fClick to place the held item'
- '&fin the container.'
- '&3+-----------------------+'
INFO_INV_CLOSED_PLUGIN_DISABLED: "
&cTrash chest has been closed due to plugin being disabled."
INFO_ITEM_NOT_EXISTS: "
&fThe selected item does not exist - it has most likely already been taken."
INFO_INV_FULL: "
&fInventory is full."
INFO_TRASH_CHEST_FULL: "
Trash chest is full."
INFO_ITEMS_COUNT: "
&fNumber of items in the container: &a<count>&r"
INFO_OLD_ITEMS_DELETION_IN_PROGRESS
: "&fOld items are currently being deleted, please try again in a moment."
INFO_TRANSFER_ITEMS_ON_PROTECTIONS_DISABLED
: "&fFrom now on, items destroyed on your plots &c&nwill not&r go to the trash container. To change this, enter the command again."
INFO_TRANSFER_ITEMS_ON_PROTECTIONS_ENABLED
: "&fFrom now on, items destroyed on your plots &a&nwill&r go to the trash container. To change this, enter the command again."
INFO_CONTAINER_ADDED
: "&fContainer added to list."
INFO_CONTAINER_LIST_HEADER
: "&fContainer locations - page &a<pagenumber> &f/ &a<allpages>"
INFO_CONTAINER_LIST_ENTRY
: "&7<loc>"
INFO_CONTAINER_LIST_EMPTY
: "&fNo container locations configured."
INFO_CONTAINER_REMOVED
: "&fContainer removed from list."
INFO_CONTAINER_ALREADY_EXISTS
: "&fThis container is already on the list of active containers."
INFO_CONTAINER_NOT_FOUND
: "&fThis container is not present on the list of active containers."
INFO_MUST_LOOK_AT_BLOCK
: "&fYou must be looking at a block."
INV_ACTIONCONFIRM
: "&eAre you sure?"
CHAT_ACTION_ABORTED
: "&fOperation aborted."
INFO_CLEARED
: "&fCleared trash chest. Removed &a<count> &fitems."
INFO_CLEAR_CONFIRMATION_REQUIRED
: "&fYou are about to clear trash chest. To continue, type &a/trashchest clear &fagain."
INFO_NOW_LOCKED
: "&fTrash chest has been locked."
INFO_NOW_UNLOCKED
: "&fTrash chest has been unlocked."
INFO_CANNOT_OPEN_LOCKED
: "&fTrash chest is locked. You cannot open it."
INFO_FILL_FILLED
: "&fFilled trash chest with random items: &a<count> &fentries added."
INFO_FILL_INVALID_NUMBER
: "&fInvalid number. Usage: /trashchest fill <number>"
# Do not change this line
CONFIG_VERSION
: 1

MACIEJNIERZWICKI.PL

To top