- check_circle Functions
- 14,969 views, 4 today
- 1,113 downloads, 0 today
1
This Data Pack adds Chunk Loaders to Minecraft Version 1.14 - 1.14.4.
How to use:
Create a Chunk Loader:
Create a Chunk Loader:
- type "/trigger cl_manage set 1" into your Minecraft chat
- now a Chunk Loader should have turned up
Note: The Chunk Loader only loads the Chunk wich it is in constantly.
Note: By default, you can use a maximum of 2 chunk loaders.
Delete a Chunk Loader:
- type "/trigger cl_manage set 0" into your Minecraft chat
- now the Chunk Loader should get destroyed and the Chunk it was in should'nt get loadet anymore
Use this command to destroy the Chunk Loader of someone else: (the owner of the Chunk
Loader has to be near it!)
/execute as <Player Name> run trigger cl_manage set 0
Use this command to change the maximum number of Chunk Loaders:
/scoreboard players set #loadchunk max_chunkloaders <max_chunk_loader_count>
Use this command to uninstall the Data Pack [Version 1.1.1+]:
/function main:uninstallcl
Use this command to uninstall the Data Pack [Version 1.1.0-]:
/function main:uninstalltd
Note: All Chunk Loaders get destroyed when you use the "/reload" command!
You can use this Data Pack on Servers.
You can use this Data Pack in every Dimension.
Pease tell me if something is not working or if you have suggestions.
Compatibility | Minecraft 1.14 |
Tags |
2 Update Logs
Update v1.1.1 : by ItzTobii 10/01/2019 1:54:37 pmOct 1st, 2019
New Features:
- Some Bugfixes
- Performance Improvements
LOAD MORE LOGS
tools/tracking
4407731
119
chunk-loders-v1-0-0
Create an account or sign in to comment.
Did your friend type /reload into the chat?
You can use NBTExplorer to find / delete Chunk Loaders tags in your world data:
github.com/jaquadro/NBTExplorer/releases
Search for values:
{"text":"ChunkLoaderstand"}
{"text":"Chunk Loader"}
Delete the associated Entities.
/kill @e[type=minecraft:armor_stand,distance=..20,name="ChunkLoaderstand"]
/kill @e[type=minecraft:armor_stand,distance=..20,name="Chunk Loader"]
Can you give me more info how to find this file?????? please
/kill @e[type=minecraft:armor_stand,distance=..20,name="ChunkLoaderstand"]
and:
/kill @e[type=minecraft:armor_stand,distance=..20,name="Chunk Loader"]
These Commands will destory every Chunk Loader in a radius of 20 Blocks near the Player! Only use these Commands AFTER you tried the /trigger command!
Love the concept!