CS-CoreLib v1.0.17

Details

  • Filename
    CS-CoreLib_v1.0.17.jar
  • Uploaded by
  • Uploaded
    Apr 3, 2015
  • Size
    111.37 KB
  • Downloads
    3,650
  • MD5
    2a4783a485edc7a3068904934661c5dc

Supported Bukkit Versions

  • 1.8.1
  • 1.8
  • CB 1.7.9-R0.2

Changelog

Version 1.0.17
+ Added TellRawString.class for raw TellRaw messages
+ Added CSCommand.class for easy Command Registration
+ Added ListUtils.toString(List<String>);
+ Added ListUtils.toString(String...);
+ Added ListUtils.toString(Integer, String...);

Version 1.0.16
+ Added Chainable Tellraw Message Builder: TellRawMessage.class

Version 1.0.15
+ Added Chainable Inventory Builder: ChestMenu.class
+ Added Interfaces for ClickEvents associated with a ChestMenu

  • Menu.class is now deprecated

Version 1.0.14
+ Added FireworkShow#launchFirework(Location, Color)
+ Added FireworkShow#getColors()
+ Added FireworkShow#playEffect(Location, Color)
+ Added DoubleHandler#fixDouble(double, int)
+ Added DoubleHandler#fixDouble(double)
+ Added DoubleHandler#getFancyDouble(double)

  • Calculator#fixDouble(double, int) is now deprecated
  • Calculator#fixDouble(double) is now deprecated

Version 1.0.13
+ Added a new PlayerStat: PLAYERS_KILLSTREAK
+ Added Config#setInventory(String path, Inventory inventory)
+ Added Config#getInventory(String path, int size, String title)

  • Updated Javadocs, now included some Descriptions, more to come

Version 1.0.12

  • Bug Fixes
    Fixed Statistics sometimes not being loaded up correctly, should also run smoother now

Version 1.0.11

  • Reuploaded due to mysterious Corruption of the previous Version

Version 1.0.10

  • Bug Fixes
    Fixed Slimefun Items sometimes not working

Version 1.0.9

  • Performance Improvement by clearing the PlayerStats cache upon Server Reloads

Version 1.0.8

  • Bug Fixes
    Fixed PlayerStat System sometimes throwing out Errors

Version 1.0.7
+ Added PlayerStats System for tracking Kills, Deaths and Blocks broken.

  • Bug Fixes
    Fixed Item Interaction sometimes bypassing protected Blocks

Version 1.0.6

  • Bug Fixes
    Fixed ItemUseEvent not being cancelled properly

Version 1.0.5

  • Bug Fixes
    Fixed ListUtils not returning the correct amount of Entries

Version 1.0.4
+ Added ListUtils.class
+ Added getPriceTag() to Currency.class
+ Added IndividualVariable.class

Version 1.0.3
+ Added Support for Menu Sounds
+ Added ClickAction to the MenuClickEvent

Version 1.0.2
+ Added Support for custom Currencies
+ Added the ability to create FakeItems

Version 1.0.1

  • Bug Fixes
    Fixed Localization Prefix

Version 1.0

  • Initial Release