NoBlackSky
It allows the player to change the world type of any world with environment normal (not nether or end).
So if you want that some world doesn't have a black sky under y < 61
you can choose this for your server!
Default world (under the y < 61 the sky become black):
With NoBlackSky (under the y < 61 the sky is blue)
Note
The island world is made by my ParadiseLand generator plugin, Take a look!
IMPORTANT
It depends on ProtocolLib
Download the plugin and place it in the /plugins folder of your spigot server.
Then restart your server and the plugin will run correctly.
Get a list of available commands using: /noblacksky (or /nbs)
Available commands and permissions are:
Command:
/nbs
Permission:
nbs
Description: To get a list of commands
Command:
/nbs add <world-name>
Permission:
nbs.add
Description: Add a world to the world list
Command:
/nbs remove <world-name>
Permission:
nbs.remove
Description: Remove a world from the world list
Command:
/nbs list
Permission:
nbs.list
Description: List of config worlds
Command:
/nbs reload
Permission:
nbs.reload
Description: Reload the config file
Code (YAML):
# By enabling this property, a debug.log file will be created into the plugins/NoBlackSky folder.
# Debug logs will be printed on the server console and appended on this debug file.
# This file is required when a bug or an issue is reported. By default, this value is false.
debug-mode
: false
# By enabling this property, the black sky glitch in all your NORMAL worlds
# (not nether or end worlds) will be fixed.
always-enabled
: false
# From Spigot 1.17, you can create custom worlds so, if you want to
# include it, enable this property. Obviously, by enabling this property
# from a version before 1.17, this will be automatically reset to false.
include-custom-worlds
: false
# If always-enabled property is disabled and you want to fix
# the black sky glitch in your world, add it into the list below.
# There's no need to add your ParadiseLand worlds, it will be automatically solved.
worlds
:
- wilderness
- factions
- your_world
Credits