Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

VaultAdditions v1.5.0

Choose a tag to compare

@a1qs a1qs released this 01 Dec 10:48
· 267 commits to millennium since this release

VaultAdditions v1.5.0

  • Fixed issues regarding the LootStatueBlockRenderer, now follows the Players camera.

  • Added logging for Statues being granted via Command (Includes item id, player & statue name)

  • Changed from using a List for vault modifiers

  • Config now allows for defining ModifierStacks instead of needing to copy-paste multiple modifiers of the same to add multiple of one

  • Added new Event vaultadditions:event_vault_completion_item

    • This event can grant an item upon completing a vault
    • The given item alongside it's count can be defined in the config
    • Additionally includes a chance value, to modify how likely it is to receive this item upon completion
  • Added new JSON variables for configs

    • {item} -> the given item that is to be added to the completion screen
    • {itemCount} -> the item count of the given item
  • Attached is once again the config with these values, which also gets auto-generated if missing
    Full Changelog: v1.4.0...v1.5.0