Pack: Chunk Loaders - teakivy/teaks-tweaks GitHub Wiki
chunk-loaders
)
Pack: Chunk Loaders (Chunk Loaders allows the player to permenantly load a chunk by using a Loadstone.
The loadstone is created by dropping a Nether Star above a Lodestone.
Showcase
Config
The config for this pack can be found in the config.yml
file for the plugin.
# Chunk Loaders
# Drop a Nether Star above a Lodestone to create a chunk loader (AKA a Loadstone) which keeps the chunk it's in loaded until it is broken.
#
# Permissions:
# teakstweaks.chunk-loaders
chunk-loaders:
enabled: false
# Whether or not the chunk loader will show particles
show-particles: true
# The item it takes to load a chunk
cost: NETHER_STAR
Options
enabled
- Type -
boolean
- Default -
false
- Description - Controls whether the pack is enabled.
show-particles
- Type -
boolean
- Default -
false
- Description - Controls whether the chunk loader will have particles
cost
- Type -
string
- Default -
NETHER_STAR
- Description - Sets the item used to activate a chunk loader
Permissions
teakstweaks.chunk-loaders
- Default -
true
- Description - Controls whether the player can create a Chunk Loader
Messages
"chunk_loaders.name": "Chunk Loaders",
"chunk_loaders.description": "Drop a Nether Star above a Lodestone to create a chunk loader (AKA a Loadstone) which keeps the chunk it's in loaded until it is broken.",
chunk_loaders.name
- Default -
Chunk Loaders
chunk_loaders.description
- Default -
Drop a Nether Star above a Lodestone to create a chunk loader (AKA a Loadstone) which keeps the chunk it's in loaded until it is broken.