PyPluginLoader-0.3-Alpha.jar

Details

  • Filename
    PyPluginLoader-0.3-SNAPSHOT.jar
  • Uploaded by
  • Uploaded
    Jan 28, 2012
  • Size
    38.83 KB
  • Downloads
    496
  • MD5
    55bad4006babe3e5eeb98a9d9137cdad

Supported Bukkit Versions

  • CB 1.1-R1

Changelog

  • Updated to CB 1.1-R1
  • Changed to new EventHandling System
  • The old EventHandlers are broken. This should be fixed so that at least the old Events still work with the old system. For the events to register you now have to specify the package and class name of the event. e.g.
    • player_chat -> player.PlayerChatEvent
    • block_place -> block.BlockPlaceEvent
  • Event Priorities are currently broken. Every event has normal priority