Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This is a template config file
- # define your parameter and its value like:
- Messages:
- ErrorMsg : "&8[&7FlatBedrock&8] &cSome error occured."
- HelpMessages:
- banner:
- msg: "=== &e[&aFlatBedrock Commands List (%version%)&e] &r==="
- help:
- msg: "&a/flatbedrock help : displays this help menu."
- reload:
- msg: "&a/flatbedrock reload : reloads config file."
- permission: "flatbedrock.reload"
- debug:
- msg: "&a/flatbedrock debug <true|false> : turn on / off the debug mode."
- permission: "flatbedrock.debug"
- # adjust these event priority if those event processes from this plugin
- # interfere with other plugins' event processes.
- EventPriorityMap:
- WorldInitEvent: "NORMAL"
- ChunkLoadEvent: "NORMAL"
- # NOTE: DefaultLayers must be equal or greater than Layers option.
- DefaultLayers: 6 # this is the default layers, where replacement process will search.
- Layers: 1 # in blocks, how many layers you want fill. it should be < DefaultLayers
- # if this option is set to true, the bedrock will be forced to be flattened at every chunk load
- # please be cautious about using this option.
- FlatOnChunkLoad : false
- Worlds:
- - world
- # - world_nether
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement