Release 2.0.0 - New Features & Changes
-
Added new commands to check the total number of chunkloaders used per player and more
-
Added configuration file with customizable settings, including:
Global and Player Limits:
- Maximum total number of active chunkloaders across all dimensions (
globalChunkLoadLimit
) - Maximum number of active chunkloaders per player across all dimensions (
playerChunkLoadLimit
)
Chunkloader Activation Controls:
- Enable or disable the Chunkloader Block (
enableChunkloaderBlock
) - Enable or disable the Chunkloader Minecart (
enableChunkloaderMinecart
) - Enable or disable the Chunkloader Turtle (
enableChunkloaderTurtle
)
Crafting Options:
- Enable or disable crafting for the Chunkloader Block (
enableChunkloaderBlockCraft
) - Enable or disable crafting for the Chunkloader Minecart (
enableChunkloaderMinecartCraft
) - Enable or disable crafting for the Chunkloader Turtle (
enableChunkloaderTurtleCraft
)
Chunkloader Range Settings:
- Customize the range of the Chunkloader Block in chunks (
chunkloaderBlockRange
) - Customize the range of the Chunkloader Minecart in chunks (
chunkloaderMinecartRange
) - Customize the range of the Chunkloader Turtle in chunks (
chunkloaderTurtleRange
)
- Maximum total number of active chunkloaders across all dimensions (
-
Introduced Minecart Chunkloader
-
Added a status method for the Turtle Chunkloader
-
Added chat messages displaying the state of chunkloaders
-
Added SOB Chunkloaders when overloaded
-
Added a global limit on the total number of chunks that chunkloaders can load
-
Added owner information on Chunkloader blocks
-
Updated to version 7.3_04
-
Reintroduced Single Player support @MartinSVK12