The automatic island creation does not work #1221
Labels
Status: Done
This issue has been completed or answered. This pull request has been merged.
Type: Bug
Milestone
Description
Describe the bug
The automatic island creation does not work upon the player's first login on my server.
When a player joins the server, he is spawned in the world in survival mode and no father automatic island creation occurs in the next 6 and more seconds, as it's set in addon config.yml.
When I type /island go, I'm getting "You do not have an island!" message.
Steps to reproduce the behavior
Set next property in /plugins/BentoBox/addons/BSkyBlock/config.yml file:
Also, I have a Blueprint Bundle called "default" in blueprints folder:
root@minecraft:~/SkyBlock/plugins/BentoBox/addons/BSkyBlock/blueprints# ls -la
total 40
drwxr-xr-x 2 root root 4096 Mar 9 17:51 .
drwxr-xr-x 3 root root 4096 Mar 10 09:06 ..
-rw-r--r-- 1 root root 397 Mar 9 17:43 default.json
-rw-r--r-- 1 root root 3657 Mar 9 17:43 double.blu
-rw-r--r-- 1 root root 327 Mar 9 17:43 double_island.json
-rw-r--r-- 1 root root 1077 Mar 9 17:43 end-island.blu
-rw-r--r-- 1 root root 1221 Mar 9 17:43 harder.blu
-rw-r--r-- 1 root root 327 Mar 9 17:43 harder_island.json
-rw-r--r-- 1 root root 1422 Mar 9 17:43 island.blu
-rw-r--r-- 1 root root 2771 Mar 9 17:43 nether-island.blu
Expected behavior
When a player joins the server first time, a new island is created and appropriate message is displayed.
Screenshots and videos (Optional)
Environment
Ubuntu 18.04.3 LTS
openjdk version "11.0.6" 2020-01-14
OpenJDK Runtime Environment (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1)
OpenJDK 64-Bit Server VM (build 11.0.6+10-post-Ubuntu-1ubuntu118.04.1, mixed mode, sharing)
Spigot server:
spigot-1.15.2.jar
BentoBox Version (Mandatory)
Plugins (Optional)
Additional context (Optional)
I tried both with and without bungeecord server
I tried adding worlds generator into bukkit.yml as next:
worlds:
bskyblock_world:
generator: BentoBox
bskyblock_world_nether:
generator: BentoBox
bskyblock_world_the_end:
generator: BentoBox
The text was updated successfully, but these errors were encountered: