forked from MLG-Fortress/AutomaticInventory
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMessages.java
More file actions
27 lines (26 loc) · 579 Bytes
/
Copy pathMessages.java
File metadata and controls
27 lines (26 loc) · 579 Bytes
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
package dev.chaws.automaticinventory.messaging;
public enum Messages {
AutoSortHelp,
NoPermissionForFeature,
ChestSortEnabled,
ChestSortDisabled,
InventorySortEnabled,
InventorySortDisabled,
AutoRefillEducation,
InventorySortEducation,
ChestSortEducation3,
SuccessfulDeposit2,
FailedDepositNoMatch,
FailedDepositChestFull2,
SuccessfulDepositAll2,
ChestLidBlocked,
DepositAllAdvertisement,
QuickDepositAdvertisement3,
QuickDepositHelp,
QuickDepositEnabled,
QuickDepositDisabled,
AutoRefillHelp,
AutoRefillEnabled,
AutoRefillDisabled,
StartingDepositAll,
}