Fix:
- Error with variables in the locations menu.
- API Version set 1.17 (NOT SERVER VERSION)
- Fix Minor Bugs
Add:
- NEW Animations System: (Add this to each type of Soul)
YAML:found-soul-animation: enabled: true texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjk2OTIzYWQyNDczMTAwMDdmNmFlNWQzMjZkODQ3YWQ1Mzg2NGNmMTZjMzU2NWExODFkYzhlNmIyMGJlMjM4NyJ9fX0=" duration: 40 spin-speed: 10 rise-speed: 0.05
- Locations Menu Configuration: (Add this to config.yml)
Code:location-menu: # Available Placeholders: # {soul_type_display_name} - The name of the soul type (ej: &bFairy Soul) # {current_page} - The current page. # {max_pages} - The total number of pages. title: "&8Locations: {soul_type_display_name} &8(Pág. {current_page}/{max_pages})" rows: 6 # Must be a multiple of 9, 6 rows = 54 slots # The item that represents each soul location in the menu. # Available Placeholders: # {index} - The number of the soul (ej: 1, 2, 3...). # {world} - The name of the world. # {x}, {y}, {z} - The coordinates of the block. location-item: material: COMPASS display-name: "&aSoul #{index}" lore: - "&7World: &f{world}" - "&7Coordinates: &e{x}, {y}, {z}" - "" - "&e¡Click to Teleport!" control-items: previous-page: material: ARROW display-name: "&a<-- Previous Page" slot: 48 next-page: material: ARROW display-name: "&aNext Page -->" slot: 50 close-menu: material: BARRIER display-name: "&c✖ Close Menu ✖" slot: 49 filler-item: material: BLACK_STAINED_GLASS_PANE display-name: " " slots: [45, 46, 47, 51, 52, 53]
