You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Setting skygrid-height to 256 causes all spawners to stay the default (pig) and all chests to be empty, without any errors in console.
Steps to reproduce the behavior:
In plugins/BentoBox/addons/SkyGrid/config.yml change skygrid-height: 128 to skygrid-height: 256.
Start up server to generate worlds.
Create an island and check chests/spawners.
Expected behavior
Either:
A. An error is thrown in console and the server shuts down.
B. An error is thrown in console and the plugin rounds the skygrid-height to a working value.
C. No error is thrown in console, and the plugin rounds the skygrid-height to a working value.
Screenshots
If applicable, add screenshots to help explain your problem.
Server Information:
[Please complete the following information:]
Database being used (YAML, JSON, MySQL, MongoDB): JSON
OS: Ubuntu 19.10 with Linux Kernel 5.5.4
Java Version: OpenJDK 11.0.6 2020-01-14 (This comes bundled with the Linux Minecraft.deb installer)
BentoBox version: 1.11.1
Addons installed? [Do '/bentobox version' and copy/paste from the console]
Other plugins? [Do '/plugins' and copy/paste from the console] SimpleTpa, WorldEdit, EasySetSpawn, VoidGenerator, BentoBox, VoidSpawn, WorldGuard Additional context
Not much. Setting skygrid-height to 253 causes everything to work fine.
The text was updated successfully, but these errors were encountered:
Description
Setting
skygrid-height
to256
causes all spawners to stay the default (pig) and all chests to be empty, without any errors in console.Steps to reproduce the behavior:
plugins/BentoBox/addons/SkyGrid/config.yml
changeskygrid-height: 128
toskygrid-height: 256
.Expected behavior
Either:
A. An error is thrown in console and the server shuts down.
B. An error is thrown in console and the plugin rounds the
skygrid-height
to a working value.C. No error is thrown in console, and the plugin rounds the
skygrid-height
to a working value.Screenshots
If applicable, add screenshots to help explain your problem.
Server Information:
[Please complete the following information:]
SimpleTpa, WorldEdit, EasySetSpawn, VoidGenerator, BentoBox, VoidSpawn, WorldGuard
Additional context
Not much. Setting
skygrid-height
to253
causes everything to work fine.The text was updated successfully, but these errors were encountered: