question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

use-own-generator doesn't work

See original GitHub issue

Description Use-own generator does not prevent the addon from using its own generator

Steps to reproduce the behavior:

  1. Set ‘Use-own-generator’ to true
  2. Start server up; addon still uses its own generator

Expected behavior The addon will not use its own generator and let the server generate the world

Server Information:

[Please complete the following information:]

  • YAML
  • Paperspigot
  • Linux
  • Java 8
  • BentoBox v1.3 Snapshot (Latest
22.02 02:19:40 [Server] INFO AcidIsland 1.3.0-SNAPSHOT
22.02 02:19:40 [Server] INFO Challenges 0.5.0-SNAPSHOT
22.02 02:19:40 [Server] INFO Biomes 0.5.0-SNAPSHOT
22.02 02:19:40 [Server] INFO Level 1.2.1-SNAPSHOT
22.02 02:19:40 [Server] INFO Limits 0.1.0-SNAPSHOT

Additional Context Only tested with AcidIsland. Tested with latest snapshot of AcidIsland and Bentobox. Even if you tell another generator to generate the world (through bukkit.yml) while use-own-generator is enabled; BentoBox/the addon will still overwrite the generator.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
tastybentocommented, Mar 9, 2019

To make it work, you’ll need to set use-own-generator to true and also add the worlds to the bukkit.yml file, e.g.:

worlds:
  cleanroom:
    generator: CleanroomGenerator:1|minecraft:grass_block[snowy=true]
  cleanroom_nether:
    generator: CleanroomGenerator:1|minecraft:grass_block[snowy=true]
  cleanroom_the_end:
    generator: CleanroomGenerator:1|minecraft:grass_block[snowy=true]
0reactions
tastybentocommented, Mar 9, 2019

WIP haha Screen Shot 2019-03-09 at 10 18 24 AM

Read more comments on GitHub >

github_iconTop Results From Across the Web

10 Reasons Why Your Generator Won't Start - Blog
Just like your car, if your generator won't start, it could be due to a dead battery or faulty connections. Try charging the...
Read more >
Top Reasons Generator Won't Start - YouTube
Generator won't start? This video provides information on how to troubleshoot a generator and the most likely defective parts associated ...
Read more >
10 Common Reasons Your Generator Won't Start
1) It's low on oil · 2) It's out of gas · 3) The choke lever is in the wrong position · 4)...
Read more >
Fixing Portable Generators - No Power
Easily fix portable generators that stopped producing power. Follow these simple steps to fix the majority of generators without voltage.
Read more >
Openapi generator cannot generate query param with enum
It depends how you are using the generator how to use own templates. I am using it from npm @openapitools/openapi-generator-cli There you ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found