config.yml

# log_loading controls how much feedback is received in the console. 
# If set "true"      : various settings and information will be displayed in the console as the settings are being loaded.
# If set to "false"  : only warnings and error messages will be displayed in the console
log_loading: true
# commands is a list of all the commands that can be used to toggle biomedisplay chat
# by default 'biomedisplay', 'b', 'bd', 'bdc' and 'biome' are all useable commands usage: /<command>
# biomedisplay will ALWAYS be usable. it is included in the config along with the other commands
# for the sake of compeleteness
commands:
    biomedisplay: true
    b: true
    bd: true
    biome: true
    bdc: true
# Each node should be identical to the biome's enum string name.
# Anything after the '<BIOME_NAME>:' will be the display message upon entering that biome
# You can add the text color and formatting codes as found here: http://www.minecraftwiki.net/wiki/Formatting_codes
# A simply follow the rules found on that wiki to the messages below to format your text
# If you are unsure as to which biome below refers to which biome, please refer to http://www.minecraftwiki.net/wiki/Biome for more information
biomes:
  SWAMPLAND: You've entered a §1§lSWAMPLAND§r!
  FOREST: You've entered a §1§lFOREST§r!
  TAIGA: You've entered a §1§lTAIGA§r!
  DESERT: You've entered a §1§lDESERT§r!
  PLAINS: You've entered a §1§lPLAINS§r!
  HELL: You've entered a §1§lHELL§r!
  SKY: You've entered a §1§lSKY§r!
  OCEAN: You've entered an §1§lOCEAN§r!
  RIVER: You've entered a §1§lRIVER§r!
  EXTREME_HILLS: You've entered an §1§lEXTREME_HILLS§r!
  FROZEN_OCEAN: You've entered a §1§lFROZEN_OCEAN§r!
  FROZEN_RIVER: You've entered a §1§lFROZEN_RIVER§r!
  ICE_PLAINS: You've entered an §1§lICE_PLAINS§r!
  ICE_MOUNTAINS: You've entered an §1§lICE_MOUNTAINS§r!
  MUSHROOM_ISLAND: You've entered a §1§lMUSHROOM_ISLAND§r!
  MUSHROOM_SHORE: You've entered a §1§lMUSHROOM_SHORE§r!
  BEACH: You've entered a §1§lBEACH§r!
  DESERT_HILLS: You've entered a §1§lDESERT_HILLS§r!
  FOREST_HILLS: You've entered a §1§lFOREST_HILLS§r!
  TAIGA_HILLS: You've entered a §1§lTAIGA_HILLS§r!
  SMALL_MOUNTAINS: You've entered a §1§lSMALL_MOUNTAINS§r!
  JUNGLE: You've entered a §1§lJUNGLE§r!
  JUNGLE_HILLS: You've entered a §1§lJUNGLE_HILLS§r!

Comments

Posts Quoted:
Reply
Clear All Quotes