Thanks to visit codestin.com
Credit goes to github.com

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

Conversation

@Sentropic
Copy link
Owner

Additions:

  • Added F key to combos. MAX_COMBO_SIZE is now 8
  • Added apostrophe (') placeholder (&sq) to Message and Command Mechanics
    Changes:
  • Fixed Particle Projectile sometimes picking up more than one target even when "Pierce" was disabled
  • Fixed WorldGuard compatibility including a NoSuchMethodError: org.bukkit.entity.Entity#getBoundingBox under 1.13
  • Single and Linear target selectors now check for collisions with the actual entity hitbox, and not just their middle point. "Tolerance" now expands the hitboxes by the defined amount in all directions for easier targeting, so it can be changed to 0 for strict hitbox targeting.
  • Single and Linear target selectors now take into account the disguise hitbox, if the entity is disguised and the disguise is set to modify the bounding box.
  • When Area Target has "Random" disabled, the nearest entities will have priority.
  • Fixed Area Target picking up the caster even if "Caster" was set to false
  • Fixed NoClassDefFoundError: com/sucy/party/Parties
    API changes:
  • Optimized PluginChecker methods, so the availability of plugins is stored instead of queried every time they are called

Particle Projectile mechanic used to get more than one target per move step, even if pierce was disabled
- Linear and Single targets now they check for a collision with the actual hitbox of the entity, not just their center point
- Linear and Single targets now uses the disguise hitbox, if the entity is disguised, and the disguise is set to modify their hitbox
- Area target now gives priority to the nearest entities if "Random" is false
- Fixed caster sometimes being included in the targets even if "Include Caster" was false
- Fixed NoSuchMethodError under 1.13
- Now plugin status is stored on enables, and not queried every time methods are used
- Fixed NoSuchMethodError due to not checking whether Parties is enabled
Made more consistent with other listeners
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

2 participants