MCCore v1.11

Details

  • Filename
    MCCore.jar
  • Uploaded by
  • Uploaded
    Oct 16, 2013
  • Size
    101.75 KB
  • Downloads
    441
  • MD5
    a3803792a9bfb4c01b7941a973ee9642

Supported Bukkit Versions

  • CB 1.6.2-R1.0

Changelog

Version 1.11 - 10/16/13
  • Made several LocationData methods static like they were supposed to be
Version 1.10 - 10/15/13
  • Added PageManager
  • Added TargetHelper
  • Added a SenderType to ICommands to limit the console or players from commands
Version 1.9 - 9/23/13
  • Added sphere region helper class
  • Added cuboid region helper class
  • Added split methods in TextSizer
  • Added TypeChecker helper class
  • Added the ConfigSerializer helper class
Version 1.8 - 7/23/13
  • Added splash potion spawning methods
  • Added color helper methods for coloring strings and string lists
  • Added comments
  • Removed spacing in front of commands for command usage
Version 1.7 - 7/10/13
  • Fixed a strange bug with the text sizer on strings with many chat colors added
Version 1.6 - 7/1/13
  • General bugfixes
Version 1.5 - 6/28/13
  • Added the PlayerEquipEvent and PlayerUnequipEvent custom events
  • Added a plugin parameter to the get methods in MCCore for Config files
  • Fixed scoreboards not unregistering scoreboards in some situations
Version 1.4 - 6/26/13
  • Fixed the automatic registering of commands
Version 1.3 - 6/26/13
  • Added an optional third parameter to CommandHandler
  • Added the EconomyPlugin interface
  • Added the ISavable interface
  • Added auto-save functionality to configs obtained through MCCore
Version 1.2 - 6/26/13
  • Added a few methods to Economy
  • Fixed chat data not saving
  • Moved the permission check for CommandHandler into its own method
  • Removed the saveOnDisable property for Config
Version 1.1 - 6/25/13
  • Added the rest of the items for 1.5.2
  • Added a vanilla to bukkit method for items
  • Fixed command usage displaying correctly
Version 1.0 - 6/25/13
  • Initial release