Difference between revisions of "How to chunk load on Age of Engineering"
Jump to navigation
Jump to search
(Created page with "'''W.I.P.'''") |
|||
Line 1: | Line 1: | ||
− | ''' | + | ==Overview== |
+ | Instead of using modded chunk-loaders, Modded Minecraft Club has its own plugin for keeping chunks loaded: '''MMCCChunkLoader'''. This way, there is more control over what is necessary to be always loaded and what is not. | ||
+ | |||
+ | This plugin allows each player to force-load up to '''18''' chunks. | ||
+ | |||
+ | It should also be noted that a player's force-loaded chunks will only be loaded when that player is '''online''', and that only one player may force-load each chunk. | ||
+ | |||
+ | ==Commands== | ||
+ | {| class="wikitable" | ||
+ | !colspan="2"|MMCCChunkLoader Commands list | ||
+ | |- | ||
+ | |/loadchunk | ||
+ | |Enables chunkloading for the specific chunk you are standing in. | ||
+ | |- | ||
+ | |/unloadchunk | ||
+ | |Unloads a previously loaded chunk. | ||
+ | |- | ||
+ | |/loadedlist | ||
+ | |Gives you a list of all the loaded chunks you own. | ||
+ | |- | ||
+ | |/chunktp | ||
+ | |Teleports you to a specified chunk. | ||
+ | |} |
Revision as of 22:44, 19 March 2017
Overview
Instead of using modded chunk-loaders, Modded Minecraft Club has its own plugin for keeping chunks loaded: MMCCChunkLoader. This way, there is more control over what is necessary to be always loaded and what is not.
This plugin allows each player to force-load up to 18 chunks.
It should also be noted that a player's force-loaded chunks will only be loaded when that player is online, and that only one player may force-load each chunk.
Commands
MMCCChunkLoader Commands list | |
---|---|
/loadchunk | Enables chunkloading for the specific chunk you are standing in. |
/unloadchunk | Unloads a previously loaded chunk. |
/loadedlist | Gives you a list of all the loaded chunks you own. |
/chunktp | Teleports you to a specified chunk. |