AlchemicalArrows vBETA0.6b

Details

  • Filename
    AlchemicalArrows.jar
  • Uploaded by
  • Uploaded
    Jul 13, 2015
  • Size
    59.95 KB
  • Downloads
    449
  • MD5
    97ce3646ba4bc77705320e6bc33e7a66

Supported Bukkit Versions

  • 1.8.3

Changelog

BETA 0.6b

  • Added a new and final Elemental Arrow (for now ;D)
    • Necrotic Arrow: If the arrow hits a player, all entities within a 50x50 area will be targeted towards them
  • Fixed the permission nodes for the two new Elemental Arrows ("arrows.shoot.confusion" and "arrows.shoot.necrotic")
  • Set ProjectileDamage events to LOW to allow for ALL PvP / grief protection plugins to prevent my arrows from damaging other players
  • Changed arrows so they will ONLY work on LivingEntities
  • Temporarily nullified the Water Arrow for future plans (it has absolutely 0 use)
  • Fixed Air, Earth, and Magic arrows not applying modified vectors properly

BETA 0.6a

  • Fixed fire arrows not displaying flame
  • Fixed picking up a fire arrow returning a red arrow
  • Added particles to the darkness arrow. When a player is hit, smoke particles appear as well
  • Added a new Elemental Arrow. Confusion Arrow.
    • Damaging an entity with this arrow will reverse the entity's direction. If it's a player, they will receive confusion

(Plans for a new Elemental Arrow are in progress)

I apologize for no updates for a short while. My computer had a virus and I completely wiped by system. Luckily, all plugin development was stored on an external hard drive and I'm ready to code again :D

BETA 0.5c

  • Changed the link for reporting bugs upon an op join. Forgot to send you to the tickets page instead :P
  • Fixed errors when a player dies to anything but an arrow

BETA 0.5b

  • Fixed the death messages not displaying when a player dies
  • Fixed accidentally making version 0.5 only function in version 1.8.3
  • Fixed the infinity arrows and cleaned up the code a lot
  • Cleaned up the infinity arrow handling and shortened the class by 100 lines of code

BETA 0.5

  • COMPLETELY redesigned and recoded the infrastructure of Alchemical Arrows. It will no longer rely on ArrayLists. This will save your server some memory, and arrows will react more efficiently
  • Simplified the ability to add new arrows in the future. This process should be faster for me to update due to the new method of arrow handling
  • Significantly decreased the file size which also allows for a faster process to start the plugin
  • Changed teleportation of spectral arrows. Will keep player direction when teleporting the player
  • Fixed picking up arrows returning to regular arrows. They will now keep their metadata (Temporary mimic, will re-code later)
  • Added a new general config option to determine whether arrow nametags should display or not

Please delete and let the plugin reload your configuration file in order to view the newly generated one. It is very important that you do so, or the plugin may have some issues on startup

BETA 0.4a

  • Fixed earth arrows changing the players direction when teleporting them into the ground
  • Fixed many of the arrows interacting with non-living entities (such as armour-stands / item frames)
  • Fixed the "0 knockback" bug on all of the arrows that did not involve vectors
  • Fixed entities not targetting the player that shot them with a magical arrow
  • Fixed arrows being treated as null objects rather than arrows
  • Changed direct damage from the plugin, to the damage from the event (SHOULD fix WorldGuard/GriefPrevention/Towny(etc.) issues)
  • Changed the density of the particles on the light arrow
  • Removed the spider spawn when a player is hit by a darkness arrow
  • Removed the ability to use these arrows with an infinity bow (TEMPORARY, SLOPPY FIX! WILL CLEANSE CODE LATER)
  • Added a new configuration option to determine the amount of crafted arrows returned
  • Added custom death messages in case a player was killed by a specialized arrow

BETA 0.3

  • Redesigned the look of the config file for future enhancements on specific arrows
  • Added a "Craftable" config option to define whether the arrow is able to be crafted or not
  • Added permission nodes for shooting arrows. A reference can be found on the main page under the permission section
  • Recoded crafting recipe handling. If a crafting recipe is disabled in the config, it will not load into RAM

Please delete and let the plugin reload your configuration file in order to view the newly generated one. It is very important that you do so, or the plugin may have some issues on startup

BETA 0.2a

  • Added a new configuration file with a new set of options
  • You can disable the crafting of specific arrows (They are still useable, just not obtainable through crafting)
  • Added plugin Metrics. This can be disabled in the configuration file (Enabled by default)
  • General stability fixes with the arrows

BETA 0.1

  • Initial release. Please view main page