CS-CoreLib v1.0.28
Details
-
FilenameCS-CoreLib_v1.0.28.jar
-
Uploaded by
-
UploadedMay 19, 2015
-
Size132.45 KB
-
Downloads3,055
-
MD57ea227bd4c66c3b219b0218bf754eede
Supported Bukkit Versions
- 1.8.1
- 1.8
- CB 1.7.9-R0.2
Changelog
Version 1.0.28
- Bug Fixes
Fixed Custom Skulls not working on 1.7.X
Fixed Skulls sometimes not working
Version 1.0.27
- Bug Fixes
Fixed Packets not being sent
Fixed huge Performance Impact upon serializing a Custom Skull
Version 1.0.26
- Config.getItem() now works for custom Player Heads as well
+ Added CustomSkull.getTexture()
Version 1.0.25
+ Added CustomSkull.getItem()
Version 1.0.24
+ Added CustomSkull.class
+ Added ReflectionUtils.getHandle()
- Performance Improvements
Various Reflection based Methods/Objects are now cached
Version 1.0.22
- Bug Fixes
Fixed Tellraw, ActionBar and Titles not working on 1.8.3
Version 1.0.21
- Bug Fixes
Lots of Bug Fixes having to do with ChestMenu.class and its interfaces
Version 1.0.20
- Removed nasty Opening Sounds from PluginGuide.class
Version 1.0.19
+ Added ParticleEffect.class for 1.8 Particles
- Performance Improvements
Version 1.0.18
+ Added ReflectionUtils.getEnumConstants(Class);
+ Added ReflectionUtils.getEnumConstant(Class, String);
+ Added TitleBuilder.class for easy Title and Subtitle Creation
+ Added ActionBarBuilder.class for easy ActionBar Messages
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