Gamemode4Dev / GM4_Datapacks

Gamemode 4 is a collection of modular Minecraft Datapacks that change or expand on the vanilla experience whilst keeping the vanilla feel. Our modules are developed with a focus on usability and efficiency.
https://gm4.co
GNU General Public License v3.0
108 stars 56 forks source link

Guidebook markers are not cleaned up correctly #985

Open misode opened 6 months ago

misode commented 6 months ago

Guidebook is leaving around markers tagged gm4_guide_<module>. This may be an issue on Paper only.

BluePsychoRanger commented 1 month ago

Fixed in #1015 with the removal of runtime alphabetical sort. All markers that were left over will not be automatically deleted though. This command can safely delete all extraneous markers: /execute as @e[type=marker] if data entity @s data.toc_line run kill @s /kill @e[type=marker,tag=gm4_guide_sorter]