1
0
mirror of https://github.com/Zrips/Jobs.git synced 2024-11-26 04:25:15 +01:00

Json message handle update

This commit is contained in:
Zrips 2020-07-06 15:58:29 +03:00
parent 3c74349f69
commit 2873a7fae6
3 changed files with 1743 additions and 23 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1145,7 +1145,7 @@ public enum CMIMaterial {
// LEGACY_PURPUR_DOUBLE_SLAB(204, null, null, "LEGACY_PURPUR_DOUBLE_SLAB", ""),
// LEGACY_COMMAND_REPEATING(210, null, null, "LEGACY_COMMAND_REPEATING", ""),
// LEGACY_COMMAND_CHAIN(211, null, null, "LEGACY_COMMAND_CHAIN", ""),
LEGACY_WHEAT(59, 0, null, "Wheat");
LEGACY_WHEAT(59, 0, null, "Wheat block");
private Integer legacyId;
private Integer legacyData;

View File

@ -14,7 +14,9 @@ import org.bukkit.entity.Player;
import org.bukkit.inventory.ItemStack;
public class RawMessage {
final static String colorReplacerPlaceholder = "\uFF06";
List<String> parts = new ArrayList<>();
List<String> cleanParts = new ArrayList<>();