Configuration

The McftGuard configuration file is extremely simple. It only contains a list of what worlds you wish to block lava and water on.

Configuration File

The configuration file is located at plugins/McftGuard/config.yml. It's default contents are:

blocked-worlds: []

Blocking worlds

To block a world simply add it to the blocked-worlds list, like so:

blocked-worlds:
- CreativeWorld

You can put multiple worlds in the block list like so:

blocked-worlds:
- CreativeWorld
- World_the_end