Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JasperLorelai/bd23a0467671faf39b2c144c109e5747 to your computer and use it in GitHub Desktop.
Save JasperLorelai/bd23a0467671faf39b2c144c109e5747 to your computer and use it in GitHub Desktop.
  • fataldamage now supports damage causes in TriggerVar, separated by |
  • lightlevel condition now supports optional light type - type;=15. type can be all(default),skyorblock`.
  • In variable-mods-target the player whose variable is modified is the target's by default. You can now change this by using: caster:varName =<varMod>
  • Added ignore-radius: false to AreaEffect spells. When true, it makes the AOE target all entities.
  • Added blockbreak location spell effect (block break cracking), with range: 32 (display range), and stage: 1 (0-10)
  • All custom recipe ingredient options are no longer limited to material names. They may be singular or a list of material tags or magic items in a string, or configuration section format.
  • %a and %t can now be used in areas that use config data string replacement.
  • The %t placeholder will now use an entity's name instead of unknown when its type isn't defined in entity-names in general.yml.
  • Cooldown is now returned when charges are defined.
  • Fixed an issue where messages with variable and PAPI placeholders used the caster instead of the recipient for %var and %papi.
  • Fixed an issue where the spell-on-hit-self and spell-on-hit-entity of ParticleProjectileSpell incorrectly used the target's location instead of the projectile's location when casting as a targeted location spell.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment