v4.4

Details

  • Filename
    BleedingMobs.jar
  • Uploaded by
  • Uploaded
    Apr 1, 2013
  • Size
    129.04 KB
  • Downloads
    33,630
  • MD5
    1bee7b7c6891a4473d3f05b52a5b25c2

Supported Bukkit Versions

  • 1.6.2
  • 1.6.1
  • 1.5.2

Changelog

Version 4.4

  • Update for 1.5.1 - works with 1.6.1 and 1.6.2
  • fixed hoppers picking up fake items
  • Make sure you are running the latest dev builds of craftbukkit for 1.5.1

Version 4.3

  • fixed config bug
  • added option to disable update checker

Version 4.2

  • Update for 1.4.7 R1.0
  • Code Cleanup
  • Bugfix: Close update stream properly
  • Possible Bugfix: enchanted drops no longer broken

Version 4.1

  • Limit total amount of particles per world to 30000.
  • Bugfix: Restored blocks can now be broken again.
  • Bugfix: Prevent that monster drop particles as loot.
  • Added update check, that will tell you, when there is a new update available.

Version 4.0:

  • Most parts of commands and particle system have been rewritten.
  • Does not rely on CraftBukkit anymore. So it won't break with future updates.
  • The new system relies on enchanted objects to prevent merging of items. This reduces the total amount of particles per world at the same time to 32767. The items will have a Durability enchantment.
  • The command system now supports tab autocompletion
  • Special CBPlusPlus / NoLagg code has been removed.
  • Compatible with latest CraftBukkit and Spigot builds. Untested with older versions.
  • Updated Metrics

Version 3.7a:

  • Add permission bleedingmobs.noblood that prevents bleeding. Default: false

Version 3.7:

  • Fix item merge bug in 1.3.1 and up. It's still broken with 1.3.1-R1, but fixed in 1.3.1-R2 and up, so update to the latest bukkit version.

Version 3.6d:

  • Added new config option attack percentage, default is 100.

Version 3.6c:

  • Fix permission bug
  • Fix config reload bug

Version 3.6b:

  • Readded a deprecated deleted method, because NoLagg still uses it.

Version 3.6a:

  • Compatibility with newest CraftBukkitPlusPlus versions. Disables the item merge radius command of CraftBukkitPlusPlus.

Version 3.6:

  • Compiled against CB1.2.5-R1. No changes needed, so previous version will work with 1.2.5 too.
  • New blood stream feature, entities will bleed for some time after they have been hit
  • New config options, I recommend to remove your old config, if you have not changed it
  • attack, projectile, death, fall config groups have been removed
  • There are now config groups for every entity type
  • New parameter fall-percentage, death-percentage, projectile-percentage
  • These will increase or decrease the amount of particles
  • New option permission-only: When permission-only is set, then everything will only bleed, when they are hit by a player with bleedingmobs.bloodstrike permission. This will disable bleeding on death and on fall damage.
  • Allow colored ink-sacks as particle material, e.g. "particle-material: orange ink-sack"
  • Fix drop location (CraftBukkit bug)
  • Update to newest PluginMetrics
  • When bones are not set as particle material, they will only drop on death now

Version 3.5:

  • Update for latest version of CraftBukkit
  • Removed deprecated methods and classes

Version 3.4d / 3.4e:

  • Added locks, so that events not called from the bukkit main loop will not result in inconsistent states. This should actually not happen, but other plugins or modifications to bukkit might do some nasty stuff.
  • Cancel task in some rare cases.

Version 3.4b / 3.4c:

  • Prevent that this plugin is run with BKCommonLib 1.0 - 1.05 (NoLagg 1.6 - 1.63) to avoid a conflict
  • CraftBukkitPlusPlus: Automatically set Item Merge Radius to 0.0
  • Don't show a stack trace, if there is a problem with the metrics server.

Version 3.4.1 (3.4a):

  • Fix ConcurrentModificationException in ChunkUnloadEvent

Version 3.4:

  • Compatibility with CraftBukkit 1.1-R1
  • New Bukkit Event system
  • Optimized block replacement (should not trigger any physics update anymore)
  • Optimized event handling
  • Statistics by Hidendra

General info: Since Version 3.4 this plugin send statistics about the usage to the server http://metrics.griefcraft.com/. You can disable this using the command /bleedingmobs disable-metrics

Version 3.3:

  • Added /bleedingmobs command, permission is bleedingmobs.admin
  • Added Chickens
  • Wool colors are now saved as names in config.yml
  • Added toggle to deactivate BleedingMobs

Version 3.2:

  • Fix random.nextInt(0) bug, when from and to are equal.
  • Fix fall damage creating blocks in disabled worlds.

Version 3.1:

  • Candy mode (Hint: set particle material to cake)

Version 3.0:

This project has a new owner. I'm the original author of the mod.

  • Support for Enderdragon (broken, because Bukkit does not call the events, but it will work once they implement them)
  • Fall damage now creates a blood effect (can be configured)
  • Implemented the NoLagg compatibility.
  • More comments in the config.yml
  • Blood is only triggered, if the damage event is not canceled (can be configured)
  • Updated for 1597

Also all the changes that I made in my branch:

  • Prevent Enderman pickup of wool blocks
  • Enderman bleed black wool and coal
  • The blood can be configured now in config
  • Fix bug with explosions releasing particles twice
  • Different colored blood stains don't overwrite each other
  • Updated for the new config code.
  • If you have nolagg/bkcommonlib, make sure you are running the latest version(s), or you may have issues with drops.
  • Version 4.4 requires a dev build of Craftbukkit for 1.5.1, as hopper events are not implemented in earlier versions.
  • No other issues at this moment, please let me know if you find any.