Config.yml

v1.1 allows for further configuration. Most can be done inside the game, or console, but you may wish to also edit the config.yml

# Here we list any events we want to keep track of (Note the date format, very important)
events:
  ChristmasDay: 25-12-2013 00:00:00
  ChristmasEve: 14-12-2013 00:00:00
  NewYearsEve: 31-12-2013 00:00:00
  NewYearsDay: 01-01-2014 00:00:00
messages:
# We have added a new message group called wooo
  wooo:
    # It is in the default world
    world: world
    # At this position
    location: 145,67,115
    # It will rotate through its messages with 500 ticks inbetween
    ticks: 500
    # It has no rotation
    rotation: 0
    # This is the ID of the block it will use, -1 means leave the same as the schematic
    blockid: -1
    # This is the dataID of the block
    dataid: 0
    # These are the messages it will cycle through
    messages:
    - hello
    - world

Comments

Posts Quoted:
Reply
Clear All Quotes