Advertisement
DeleteMetaInf

Flat Bedrock config

Jan 22nd, 2020
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. # This is a template config file
  2. # define your parameter and its value like:
  3. Messages:
  4. ErrorMsg : "&8[&7FlatBedrock&8] &cSome error occured."
  5.  
  6. HelpMessages:
  7. banner:
  8. msg: "=== &e[&aFlatBedrock Commands List (%version%)&e] &r==="
  9. help:
  10. msg: "&a/flatbedrock help : displays this help menu."
  11. reload:
  12. msg: "&a/flatbedrock reload : reloads config file."
  13. permission: "flatbedrock.reload"
  14. debug:
  15. msg: "&a/flatbedrock debug <true|false> : turn on / off the debug mode."
  16. permission: "flatbedrock.debug"
  17.  
  18. # adjust these event priority if those event processes from this plugin
  19. # interfere with other plugins' event processes.
  20. EventPriorityMap:
  21. WorldInitEvent: "NORMAL"
  22. ChunkLoadEvent: "NORMAL"
  23.  
  24. # NOTE: DefaultLayers must be equal or greater than Layers option.
  25. DefaultLayers: 6 # this is the default layers, where replacement process will search.
  26. Layers: 1 # in blocks, how many layers you want fill. it should be < DefaultLayers
  27.  
  28. # if this option is set to true, the bedrock will be forced to be flattened at every chunk load
  29. # please be cautious about using this option.
  30. FlatOnChunkLoad : false
  31.  
  32. Worlds:
  33. - world
  34. # - world_nether
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement