Config help

Config help

On this page you will see what things does in the config.yml (Added in 0.3) I would recommend that you use Notepad to edit in

Config.yml

<<paste>>
# This remove the per world Event, so if a player switch to another world they will lose all cg effects
per-world-remove: true

# This is all the commands you can disable and enable in any kind of world.
commands:
  info:
  - world

  gravity:
  - world

  remove:
  - world

  gravity-levels:
    '0':
    - world_nether

    '1':
    - world

    '2':
    - world

    '3':
    - world

    '4':
    - world
    '5':
    - world

    '-5':
    - world

    '-4':
    - world

    '-3':
    - world

    '-2':
    - world

    '-1':
    - world

#Here you can chance what gravity a world default should have.

gravity:
   0:
   - world0
   1:
   - world1
   2:
   - world2
   3:
   - world3
   4:
   - world4
   5:
   - world5
   -1:
   - world-1
   -2:
   - world-2
   -3:
   - world-3
   -4:
   - world-4
   -5:
   - world-5
<</paste>>

Comments

Posts Quoted:
Reply
Clear All Quotes