#can't loop all armor stand
1 messages · Page 1 of 1 (latest)
- some of the armor stands where not counted to the list, but when I went to their location - they were counted.
are you sure they are even loaded?
When chunks unload, so do entities
Probably chunks are not loaded, so I have to render my hub with kind of plugin?
you can force chunks to stay loaded
BUT... BUT... be careful with it
SkBee has an effect to load a chunk and optionally add a ticket
Tickets are a way for Minecraft to make sure chunks stay loaded forever (until the server stops obviously)
https://skripthub.net/docs/?id=7666
Load or unload a chunk. When loading you have an option to add a ticket.
This will prevent the chunk from unloading until you explicitly unload it, or the server stops.
The two numbers represent a chunk's X/Y coords, NOT a location. A chunk's X/Y coords are basically
a location divided by 16. Ex: Chunk 1/1 would be at X=16, Z=16.
NOTE: If no tic...
Okay, thank you 😎