PaperMC / Paper

The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
https://papermc.io/
Other
9.73k stars 2.27k forks source link

'enable-treasure-maps: false' not working in 1.14.4 #2347

Closed robertoccu closed 3 years ago

robertoccu commented 5 years ago

What behaviour is expected:

When 'enable-treasure-maps' is false, treasure maps not generate in shipwreck and underwater ruins.

What behaviour is observed:

When 'enable-treasure-maps' is false, treasure maps generate anyway in shipwreck and underwater ruins.

Steps/models to reproduce:

Put 'enable-treasure-maps' in paper.yml to false. Search some shipwrecks or underwater ruins and open the treasure chests.

Plugin list:

None

Paper build number:

git-Paper-136 (MC: 1.14.4) (Implementing API version 1.14.1-R0.1-SNAPSHOT)

Anything else:

No datapacks that modifies loot tables.

Maybe it doesn't help to fix this, but Treasure Map generation is very laggy (and can cause crash) on 1.14. Maybe due to poor performance in chunk loading: https://github.com/PaperMC/Paper/issues/2312

Spottedleaf commented 5 years ago

The configuration option is actually for whether cartographers can give out the maps.

ghost commented 5 years ago

^

Chew commented 3 years ago

As leaf said. See the config docs. Bit weird naming scheme I agree, but that's just what it does I guess. Thanks for the report!