Add ability to load schems on the fly instead of having to restart the server
See original GitHub issueDescription
Describe the bug
Schems created and loaded using BskyBlock report as “not yet loaded” when trying to use them
Steps to reproduce the behavior
Select area using /bsb schem pos1/2 save schem /bsb schem island2 load into bskyblock /bsb schem load island2 create new island using schem /is create island2 plugin reports “schem loaded sucessfully” Console reports: ERROR [BentoBox] Could not load schems file - does not exist : island2.schem, ERROR [BentoBox] Could not load schems file: island2 Could not load schems file - does not exist : island2.schem
Screenshots and videos
Expected behavior
island schem to be created, loaded and pasted in place of default island schem when creating new island
Environment
Server
- OS: **Linux **
- Java version: Java HotSpot™ 64-Bit Server (not self hosted, managed through multicraft)
Plugins
Plugins (27): AnimationLib, WorldEdit, PlaceholderAPI, DisableCommands, AdvancedBan, HolographicDisplays, SilkSpawners, WorldGuard, UberEnchant, EditableSign, WeatherMan, PermissionsEx, mcMMO, Vault, CratesPlus, AnimatedMenu, SpawnerShop, Essentials, Citizens, ChestCommands, BossShopPro, BentoBox, EssentialsChat, IslandBorder, AddLight, EssentialsSpawn, CustomOreGen
BentoBox setup
BentoBox and Addons
15.03 08:32:32 [Server] INFO Running SPIGOT 1.13.2.
15.03 08:32:32 [Server] INFO BentoBox version: 1.3.1
15.03 08:32:32 [Server] INFO Loaded Game Worlds:
15.03 08:32:32 [Server] INFO BSkyBlock_world (bskyblock)
15.03 08:32:32 [Server] INFO Loaded Addons:
15.03 08:32:32 [Server] INFO BSkyBlock 1.3.0
15.03 08:32:32 [Server] INFO Challenges 0.5.1
15.03 08:32:32 [Server] INFO Greenhouses 0.0.2-SNAPSHOT
15.03 08:32:32 [Server] INFO Level 1.3.0
15.03 08:32:32 [Server] INFO WelcomeWarps 0.1.0-SNAPSHOT
Configuration
- Database: YAML
Additional context
Console reports related to the schem:
15.03 06:56:24 [Server] INFO [BentoBox] Loading Island2.schem for BSkyBlock_world 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load schems file - does not exist : Island2 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load Island2 schem, skipping! 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load Island2.schem for bskyblock 15.03 06:56:24 [Server] INFO [BentoBox] Loading nether-Island2.schem for BSkyBlock_world_nether 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load schems file - does not exist : nether-Island2.schem 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load nether-Island2 schem, skipping! 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load nether-Island2.schem for bskyblock 15.03 06:56:24 [Server] INFO [BentoBox] Loading end-Island2.schem for BSkyBlock_world_the_end 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load schems file - does not exist : end-Island2.schem 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load end-Island2 schem, skipping! 15.03 06:56:24 [Server] ERROR [BentoBox] Could not load end-Island2.schem for bskyblock
island2.schem, end-island2 and nether-island2 each exist in plugins/BentoBox/addons/BSkyBlock/schems folder, along with default island
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top GitHub Comments
Yes, I’ve done this on a branch, but not committed it yet. I need to check it again and then I’ll add it.
Declining because this is moot due to Blueprints.