main/Configure WeatherMan

Configuration

To configure WeatherMan you need to edit config files and restart server.

Plugin configuration (config.yml)

general:
  language: english       # Language 
  language-save: false    # Save language to file (true - to enable)
  color-in-console: true  # Use colors in console message
  check-updates: true     # Check plugin updates
local-weather:
  enable: true
limits:
  maximum-command-radius: 250 # Maximum radius for all /wm set|replace|populate radius:<radius>... command
  maximum-wand-radius: 15     # Maximum radius for brush radius
  maximum-sign-radius: 100    # Maximum radius for biome changing sign 
biomes: 
  melt-snow: true                      # Melt snow when changing from cold biome to warm
  melt-ice: true                       # Melt snow when changing from cold biome to warm
  spawn-nether-mobs-in-normal: true    # Allows to spawn mob at Hell (Nether) biome located at normal world
  disable-snow-forming: ''             # Disable snow-forming at biomes
  disable-ice-forming: ''              # Disable water-freezing at biomes
brush:
  default-radius: 5                    # Default radius for BIOME and DEPOPULATOR brushes
  biome:
    default-biome: ice_plains          # Default biome BIOME brush
    item: '&6WeatherMan wand&1&0&2$370'# BIOME brush item
  woodcutter:
    item: '&6Woodcutter&1&0&2$370'     # WOODCUTTER brush item
  depopulator:
    item: '&4Depopulator&1&0&2$370'    # DEPOPULATOR brush item
  forester:
    item: '&2Forester&1&0&2$370'       # FORESTER brush item 
effect:
  smoke-effect: true                   # Enable smoke efect while proccesing biome changing or repopulation
  smoke-chance: 50                     # Chanse to play smoke

Configur Forester brush (forester-brush.yml)

This file contains definition of trees bounded to biomes. Settings affects to trees generated by BIOME brush.

COLD_TAIGA_HILLS: REDWOOD,TALL_REDWOOD
ROOFED_FOREST: DARK_OAK
DESERT_HILLS: TREE
SKY: TREE
DESERT: TREE
EXTREME_HILLS_PLUS: TREE
EXTREME_HILLS_PLUS_MOUNTAINS: TREE
BIRCH_FOREST: BIRCH,TALL_BIRCH
TAIGA_HILLS: REDWOOD,TALL_REDWOOD
COLD_TAIGA_MOUNTAINS: REDWOOD
TAIGA_MOUNTAINS: REDWOOD,TALL_REDWOOD
BEACH: ''
SAVANNA_PLATEAU: ACACIA
ICE_PLAINS_SPIKES: TREE
ICE_PLAINS: TREE,REDWOOD
BIRCH_FOREST_HILLS: BIRCH,TALL_BIRCH
DEEP_OCEAN: TREE
MEGA_SPRUCE_TAIGA_HILLS: REDWOOD,TALL_REDWOOD
MESA_PLATEAU_FOREST_MOUNTAINS: ''
MEGA_TAIGA_HILLS: REDWOOD,TALL_REDWOOD
MESA_PLATEAU_FOREST: TREE
TAIGA: REDWOOD,TALL_REDWOOD
FROZEN_OCEAN: TREE
MESA: TREE
MESA_BRYCE: TREE
FLOWER_FOREST: TREE,BIG_TREE
BIRCH_FOREST_MOUNTAINS: BIRCH,TALL_BIRCH
JUNGLE_EDGE: SMALL_JUNGLE,JUNGLE,JUNGLE_BUSH
JUNGLE_EDGE_MOUNTAINS: SMALL_JUNGLE,JUNGLE,JUNGLE_BUSH
SWAMPLAND_MOUNTAINS: SWAMP
MESA_PLATEAU: TREE
JUNGLE: SMALL_JUNGLE,JUNGLE,JUNGLE_BUSH
SMALL_MOUNTAINS: TREE
SAVANNA_PLATEAU_MOUNTAINS: ACACIA
MEGA_TAIGA: REDWOOD,TALL_REDWOOD
COLD_TAIGA: REDWOOD,TALL_REDWOOD,MEGA_REDWOOD
MESA_PLATEAU_MOUNTAINS: TREE
MUSHROOM_SHORE: BROWN_MUSHROOM,RED_MUSHROOM
EXTREME_HILLS: REDWOOD,TREE
FOREST: TREE,BIRCH,BIG_TREE,TALL_BIRCH
FROZEN_RIVER: TREE
COLD_BEACH: TREE
MEGA_SPRUCE_TAIGA: REDWOOD,TALL_REDWOOD
DESERT_MOUNTAINS: TREE
SAVANNA_MOUNTAINS: ACACIA
OCEAN: TREE
ROOFED_FOREST_MOUNTAINS: DARK_OAK
FOREST_HILLS: TREE,BIRCH,BIG_TREE,TALL_BIRCH
RIVER: TREE
BIRCH_FOREST_HILLS_MOUNTAINS: BIRCH
EXTREME_HILLS_MOUNTAINS: ''
SWAMPLAND: SWAMP
SUNFLOWER_PLAINS: TREE
MUSHROOM_ISLAND: BROWN_MUSHROOM,RED_MUSHROOM
ICE_MOUNTAINS: TREE
HELL: TREE
JUNGLE_MOUNTAINS: JUNGLE,JUNGLE_BUSH
STONE_BEACH: TREE
JUNGLE_HILLS: SMALL_JUNGLE,JUNGLE,JUNGLE_BUSH
PLAINS: TREE

Repopulator configuration (repopulator.yml)

This file contains configuration of the repopulator module. It afftects to /wm populate command and to brushes: DEPOPULATOR, WOODCUTTER

depopulator:
  clear-max-height: 128   # If you have trees that could grow higher you must increase this value
  all-natural-blocks:          # List of naturally generated blocks. This blocks removed during the repopulation process.
  - LONG_GRASS
  - WATER_LILY
  - HUGE_MUSHROOM_2
  - SNOW
  - HUGE_MUSHROOM_1
  - DOUBLE_PLANT
  - LOG
  - YELLOW_FLOWER
  - BROWN_MUSHROOM
  - PUMPKIN
  - CACTUS
  - PACKED_ICE
  - RED_ROSE
  - RED_MUSHROOM
  - COCOA
  - MELON_BLOCK
  - LEAVES_2
  - SUGAR_CANE_BLOCK
  - VINE
  - DEAD_BUSH
  - LOG_2
  - LEAVES
  tree-blocks:     # List of tree-blocks. Used by WOODCUTTER wand
  - LEAVES_2
  - VINE
  - LOG
  - LOG_2
  - LEAVES

Comments

Posts Quoted:
Reply
Clear All Quotes