Config Info

config.yml

wandId: 0
dirtToGrass: false
worlds:
  exampleworld:
  - 1
  - 2
  - cobblestone
  - wool:2
  exampleworld2:
  - '35:3'
  - dirt:1
  world:
  - '3:1'
  - 159
blocks: '3:1'
debug: 0



  • wandId: 0 (default) disabled
    • recommended 280 (stick)
  • grassToDirt: false (default) wand wont turn grass into dirt path dirt
  • world:
    • list of worlds to check for snow forming
      • list of blocks to test for snow forming on, can be numeric, numeric and datavalue, proper name, or proper name and datavalue. Proper names can be obtained from the craftbukkit Java Doc's Site
      • NOTE: Number ID's separated by colon's for data values require single quotes, Proper block names do not.
  • blocks:
    • a comma separated list of blocks to prevent snow forming on for all worlds on a server.
      • Can be numeric, numeric and datavalue, proper name, or proper name and datavalue. Proper names can be obtained from the craftbukkit Java Doc's Site
      • NOTE: If only one value is used it must be surrounded by single quotes. If more then one value is used single quotes can be dropped and values are separated by comma's
  • debug: 0 (default) disabled
    • 1 shows permissions info
    • 2 shows info about grass and snow prevention
    • 3 shows info about config file loading