Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use? #246

Closed
SlimeDog opened this issue Aug 30, 2018 · 9 comments
Closed

How to use? #246

SlimeDog opened this issue Aug 30, 2018 · 9 comments
Labels
Type: Question Question or issue related to configuration, API or features.

Comments

@SlimeDog
Copy link

SlimeDog commented Aug 30, 2018

First look. I downloaded/installed

bentobox-0.9.0-alpha1
BSkyBlock-0.0.1-SNAPSHOT

(I assume, perhaps incorrectly, that I need both.)
bentobox loads on Spigot 1.13 latest, but BSkyBlock fails.

[07:19:37] [Server thread/ERROR]: Could not load 'plugins/BSkyBlock-0.0.1-SNAPSHOT.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
        at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:154) ~[spigot-1.13.jar-2018-08-25-2137:git-Spigot-fe3ab0d-162bda9]
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-1.13.jar-2018-08-25-2137:git-Spigot-fe3ab0d-162bda9]
        at org.bukkit.craftbukkit.v1_13_R1.CraftServer.loadPlugins(CraftServer.java:315) [spigot-1.13.jar-2018-08-25-2137:git-Spigot-fe3ab0d-162bda9]
        at net.minecraft.server.v1_13_R1.DedicatedServer.init(DedicatedServer.java:213) [spigot-1.13.jar-2018-08-25-2137:git-Spigot-fe3ab0d-162bda9]
        at net.minecraft.server.v1_13_R1.MinecraftServer.run(MinecraftServer.java:686) [spigot-1.13.jar-2018-08-25-2137:git-Spigot-fe3ab0d-162bda9]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
        ... 6 more

Not sure how to proceed.

When it all works, will it read the 1.12.2 ASkyBlock configurations and existing world?

@Poslovitch
Copy link
Member

BSkyBlock must be put in BentoBox addons' folder. We'll write a proper documentation about that when BentoBox will be a proper release.

@Poslovitch Poslovitch added the Type: Question Question or issue related to configuration, API or features. label Aug 30, 2018
@SlimeDog
Copy link
Author

Thanks. Where does BSkyBlock/config.yml etc go?

@Poslovitch
Copy link
Member

BSkyBlock will create its own subfolder with all the needed configuration files in it.

@SlimeDog
Copy link
Author

OK. What about the existing ASkyBlock world (and data)?

@Poslovitch
Copy link
Member

A converter is planned, but we don't know when we'll do it.

@SlimeDog
Copy link
Author

So if I point the BentoBox/BSkyBlock configuration at an existing world_skyblock, the result will not be good?

@Poslovitch
Copy link
Member

It won't work. Data is handled differently and is not using the same format. That's the point of creating BentoBox.

@SlimeDog
Copy link
Author

Got it. So just to be clear, islanders start afresh in 1.13.x. At least, until there is a converter.

@Poslovitch
Copy link
Member

Exactly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Question Question or issue related to configuration, API or features.
Projects
None yet
Development

No branches or pull requests

2 participants