Added /slimechunk command

This commit is contained in:
2025-03-26 10:04:28 +01:00
parent 8856bec073
commit 645529a9f6
5 changed files with 49 additions and 4 deletions

View File

@ -32,6 +32,9 @@ public class Config {
public boolean sharedEnderChestLimitedAccess = true;
public List<String> sharedEnderChestNames = Lists.newArrayList("AlwaysHAK", "LunaticFox");
public String inSlimeChunkMessage = "§aYou're currently in a slime chunk";
public String notInSlimeChunkMessage = "§cYou're currently not in a slime chunk";
public ScreenHandlerType<GenericContainerScreenHandler> screenHandlerType() {
return switch (sharedEnderChestRows) {
case 1 -> ScreenHandlerType.GENERIC_9X1;