1.1.7

Patches in this changelog

  • Developer API: Implemented an API which is internal, allowing external developers to create custom animations and link them to lootboxes.

  • SQL Saving Fix: Fixed an issue when shutting down, causing warns to be spammed in the console, this issue is now fixed.

  • Trial Animation Addition: You can now change the material of the trial animation.

Developer API

Developer API

Trial Animation Addition (Config Line)

  Trial:
    Material: "TRIAL_SPAWNER" # <---- NEW!!
    Animation-Settings:
      Item-Dispense-Interval: 40 # Interval in ticks between each item being dispensed, lower values mean faster dispensing.
      Initial-Delay: 40 # Initial delay before the animation starts, in ticks.
      Squish-Duration: 5 # Duration of when the trial spawned item "squishes" using scale.
    Particle-Settings:
      Inner-Spawner-Particle: "SMOKE_LARGE"
      Dispensed-Item-Particle: "SOUL"
      Item-Particle-Trial: "TRIAL_SPAWNER_DETECTION"
    Sound-Settings:
      Squish-Sound: "BLOCK_TRIAL_SPAWNER_BREAK;1.0;0.5"
      Dispense-Sound: "BLOCK_TRIAL_SPAWNER_EJECT_ITEM;0.5;0.5"
    Hologram-Settings:
      Enabled: true
      Hologram-Height: 3.5 # Height of the hologram above floating item in the middle.
      Hologram-Text:
        - "&6&l*&e&l*&f&l* &e&l%player%'s %lootbox-display% &6&l*&e&l*&f&l*"

Last updated