Changed default config
This commit is contained in:
@ -29,8 +29,8 @@ public class Config {
|
||||
public boolean sharedEnderChestEnabled = true;
|
||||
public String sharedEnderChestName = "Ender Chest";
|
||||
public int sharedEnderChestRows = 6;
|
||||
public boolean sharedEnderChestLimitedAccess = true;
|
||||
public List<String> sharedEnderChestNames = Lists.newArrayList("AlwaysHAK", "LunaticFox");
|
||||
public boolean sharedEnderChestLimitedAccess = false;
|
||||
public List<String> sharedEnderChestNames = Lists.newArrayList("AlwaysHAK");
|
||||
|
||||
public String inSlimeChunkMessage = "§aYou're currently in a slime chunk";
|
||||
public String notInSlimeChunkMessage = "§cYou're currently not in a slime chunk";
|
||||
|
Reference in New Issue
Block a user