Advertisement
Guest User

Plot world config

a guest
Sep 10th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.01 KB | None | 0 0
  1. worlds:
  2.   Coruscant:
  3.     plot:
  4.       size: 99
  5.       height: 7
  6.       biome: FOREST
  7.       filling:
  8.      - '1:0'
  9.       auto_merge: false
  10.       bedrock: true
  11.       create_signs: true
  12.       floor:
  13.      - '98:0'
  14.     wall:
  15.       filling: '1:0'
  16.       block_claimed: '44:1'
  17.       height: 64
  18.       block: '44:0'
  19.     road:
  20.       block: '159:14'
  21.       height: 64
  22.       width: 0
  23.     home:
  24.       default: side
  25.       allow-nonmembers: false
  26.     schematic:
  27.       specify_on_claim: true
  28.       on_claim: true
  29.       file: coruscant_plot
  30.     economy:
  31.       prices:
  32.         merge: 100
  33.         sell: 100
  34.         claim: 100
  35.       use: false
  36.     chat:
  37.       enabled: false
  38.     limits:
  39.       max-members: 128
  40.     world:
  41.       max_height: 256
  42.       gamemode: creative
  43.       min_height: 1
  44.       border: false
  45.     event:
  46.       spawn:
  47.         egg: false
  48.         breeding: false
  49.         custom: true
  50.     natural_mob_spawning: false
  51.     mob_spawner_spawning: false
  52.     flags: {}
  53.     misc_spawn_unowned: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement