configuration

NightBlindness Logo

Home Commands Permissions Configuration Support About me


Configuration

Default Configuration

## -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
## NightBlindness Bukkit Plugin
## Version 1.0.0
## Author: Maximvdw (Maxim Van de Wynckel)
## Site: http://www.mvdw-software.be/bukkit-plugins/
## -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

## Permissions:
## nightblindness.deny.*  // Players with this permission will not get blinded
## nightblindness.deny.WORLD  // Players with this permission will not get blinded in WORLD (change that)
## nightblindness.reload  // Allows you to reload the configuration

## Commands:
## /nightblindness reload  - Reloads the configuration

# Included worlds
worlds:
  - world
  - world_nether
  - world_the_end

# Show "Blinded" messages Example: "You have joined the server blinded"
messages: true

# Disable when there is enough light
lightLevel: 12
disableOnLight: true

# DO NOT EDIT THIS
config: 1

Include worlds

NightBlindness allows you to apply the blindness in specific worlds. If you have another world name then "world" (nether, the end) add it to the list:

worlds:
  - world
  - world_nether
  - world_the_end
  - MyWorldName