BentoBoxWorld / DimensionalTrees

BentoBox addon that turns the trees that grow in the Nether or in the End into specific materials
1 stars 2 forks source link

Plugin not work #15

Open SirvydasS opened 1 year ago

SirvydasS commented 1 year ago

Expected behavior

That will work and grow dimensional trees

Observed/Actual behavior

Grows default trees, using default config and lastest versions.

Steps/models to reproduce

Try grow tree with bonemeal in nether or end.

BentoBox version

[08:58:28] [Server thread/INFO]: Running PURPUR 1.20.1. [08:58:28] [Server thread/INFO]: BentoBox versija: 1.24.1 [08:58:28] [Server thread/INFO]: Database: MARIADB [08:58:28] [Server thread/INFO]: Loaded Game Worlds: [08:58:28] [Server thread/INFO]: oneblock_world (OneBlock): Paviršiaus pasaulis, Neteris, Pabaiga [08:58:28] [Server thread/INFO]: Loaded Addons: [08:58:28] [Server thread/INFO]: AOneBlock 1.14.1 (ENABLED) [08:58:28] [Server thread/INFO]: Bank 1.7.0-SNAPSHOT-b84 (ENABLED) [08:58:28] [Server thread/INFO]: Biomes 2.2.0-SNAPSHOT-b251 (ENABLED) [08:58:28] [Server thread/INFO]: Border 4.1.1-SNAPSHOT-b183 (ENABLED) [08:58:28] [Server thread/INFO]: Challenges 1.3.0-SNAPSHOT-b531 (ENABLED) [08:58:28] [Server thread/INFO]: DimensionalTrees 1.6.0 (ENABLED) [08:58:28] [Server thread/INFO]: DragonFights 1.7.0 (ENABLED) [08:58:28] [Server thread/INFO]: ExtraMobs 1.12 (ENABLED) [08:58:28] [Server thread/INFO]: Greenhouses 1.7.4-SNAPSHOT-b359 (ENABLED) [08:58:28] [Server thread/INFO]: Level 2.11.0-SNAPSHOT-b541 (ENABLED) [08:58:28] [Server thread/INFO]: Likes 2.4.0-SNAPSHOT-b97 (ENABLED) [08:58:28] [Server thread/INFO]: Limits 1.19.1-SNAPSHOT-b318 (ENABLED) [08:58:28] [Server thread/INFO]: MagicCobblestoneGenerator 2.6.0-SNAPSHOT-b264 (ENABLED) [08:58:28] [Server thread/INFO]: TwerkingForTrees 1.4.4-SNAPSHOT-b64 (ENABLED) [08:58:28] [Server thread/INFO]: Warps 1.14.0-SNAPSHOT-b353 (ENABLED)

Plugin list

No response

Other

No response

tastybento commented 1 year ago

@BONNe Does this make sense to you? I'm not sure what the issue is...

BONNe commented 1 year ago

The only thing that comes in my mind is that nether world is not in island mode. As addon is working in bskyblock and on my test server.

Or maybe the used sapling is not enabled to be a dimensional tree.

SenorFlamingo commented 1 year ago

We currently have the same problem on our server

Running PAPER 1.20.1. BentoBox version: 1.24.2-SNAPSHOT-b2451 Database: JSON Loaded Game Worlds: skyblock_world (SkyBlock): Overworld, Nether, The End Loaded Addons: Bank 1.7.0 (ENABLED) Biomes 2.1.1 (ENABLED) Border 4.1.1 (ENABLED) BSkyBlock 1.16.1 (ENABLED) Challenges 1.3.0-SNAPSHOT-b531 (ENABLED) Chat 1.1.4 (ENABLED) ControlPanel 1.13.1-SNAPSHOT-b56 (ENABLED) DimensionalTrees 1.6.1-SNAPSHOT-b84 (ENABLED) ExtraMobs 1.12 (ENABLED) IslandFly 1.11.0 (ENABLED) Level 2.11.0 (ENABLED) Likes 2.3.1 (ENABLED) Limits 1.19.1 (ENABLED) MagicCobblestoneGenerator 2.5.1 (ENABLED)

The problem started occurring when we updated the server and all the server plugins to 1.20.1. This is the relevant config:

` options:

# Defines if send debug messages to the log.
# For example the sapling position if have a invalid block.
sendlog: true

# Enable/disable the addon.
enable_addon: true

# Enable/disable the End trees.
end_trees: true

# Enable/disable the Nether Trees.
nether_trees: false

# List of the saplings/trees that will be transformed.
# Add a # before to disable and remove the # to enable.
# Like the default settings.
tree_types:
  - oak
  - spruce
  - acacia
  - dark_oak
  - jungle
  - birch`
SenorFlamingo commented 1 year ago

Another thing that could perhaps be relevant to this issue is that we use Hyperverse plugin, a world management plugin. Although this didn't break the entire island mode as far as I've seen in The End world. When I started a new island on an alt account and went to the end, the Border still functioned as it should for example, but Dimensional Trees didn't work.

I hope that this is helpful!