BentoBoxWorld / Boxed

A game mode where you are boxed into a tiny space that only expands by completing advancements
Eclipse Public License 2.0
15 stars 4 forks source link

Boxed: Disable structure and stronghold generation #39

Closed DeltaX86 closed 1 year ago

DeltaX86 commented 2 years ago

Expected behavior

The world should be created without structures and strongholds.

Observed/Actual behavior

The world that is generated has structures and stronghold.

Steps/models to reproduce

Addon boxed/config.yml world: friendly-name: Boxed world-name: boxed_world seed: 978573758696 difficulty: NORMAL allow-structures: false allow-strongholds: false

BentoBox version

Java 16 Paper 1.17.1 Version de BentoBox : 1.18.1 Base de données : JSON Mondes de jeu chargés : boxed_world (Boxed) : Overworld, Nether Addons chargés : Bank 1.4.0-SNAPSHOT-b58 (ENABLED) Border 3.3.0-SNAPSHOT-b136 (ENABLED) Boxed 1.2.2-SNAPSHOT-b114 (ENABLED) Chat 1.1.4 (ENABLED) Greenhouses 1.7.0-SNAPSHOT-b317 (ENABLED) Level 2.9.0-SNAPSHOT-b494 (ENABLED) Limits 1.19.0 (ENABLED) Warps 1.11.2-SNAPSHOT-b319 (ENABLED)

Plugin list

WorldGeneratorApi-1.2.2-bukkit.jar worldborderapiplugin-1.171.0-all.jar

Other

bukkit.yml: worlds: boxed_world: generator: WorldBorderApi

server.properties: enerate-structures=false

tastybento commented 2 years ago

Boxed isn't really compatible with 1.18.1 yet. I'm the process of rewriting it. You could try the latest version of WorldGeneratorApi and see if that helps: https://github.com/rutgerkok/WorldGeneratorApi/releases/tag/v1.3

DeltaX86 commented 2 years ago

Hello, server is in 1.17.1 not in 1.18.1. Version of bentobox is 1.18.1 Thx

DeltaX86 commented 2 years ago

Hello, IN JAVA 16 and PAPER 1.17.1 I have test WorldGeneratorApi v1.3 : BentoBox v1.18.1 , which was built for WorldGeneratorApi v0.5, will not be compatible with WorldGeneratorApi v2.0. Please look for an update of BentoBox I need world with no structures, natural spawners, stronghold, etc .... Please help

tastybento commented 1 year ago

Not applicable anymore. Game has been rewritten.