-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
Generate island with command /bsadmin island create (islandname/schematic) #207
Labels
Status: Duplicate
Related to an existing issue.
Type: Enhancement
Improvement or modification which is usually a new feature.
Comments
tastybento
added
the
Type: Enhancement
Improvement or modification which is usually a new feature.
label
Jul 17, 2018
Should be possible. I'll look into adding. |
This will be done post-Feature-Complete release. We need to get that out first. |
Closed
I'm also waiting for it! My players are still asking us, when they could chose their islands. |
This will come along one of theth last big changes/rewrite. That'll need a lot of work, but that'll be done. |
Closing for #378. |
tastybento
added a commit
that referenced
this issue
Dec 24, 2018
This will load all schems in an add-on's schem folder if it exists and associate them with this world set (overworld, nether and end). Schems can be named anything, but the partner nether or end worlds must be pre-fixed with "nether-" or "end-" in the filename. Additional schems can be added by the admin into the schem folder, or they can be stored in the jar file of the add-on. Both are supported. No changes are required to current add-ons. I.e., there is no API breakage here, but I would like to rename the SchemsManager method loadIslands(World world) to be loadSchems(World world) in the future. Related issues/PR: #104 #207 #378 #408
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Status: Duplicate
Related to an existing issue.
Type: Enhancement
Improvement or modification which is usually a new feature.
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
When a user runs the command, an island gets generated, but if the user has an island it'll ask them to confirm island deletion.
Describe alternatives you've considered
I have tried making a custom GUI within island selection, and came to no luck
Additional context
None
The text was updated successfully, but these errors were encountered: