Advertisement
darkdiplomat

Canary 1.0-RC-1 ChangeLog

Sep 2nd, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. LIB
  2.  
  3. added Block#rightClick(Player)
  4. adds command playermod group add
  5. Fixes for Heads ItemType id
  6. KitCommand for console giving
  7. Adds getCurrentTick and getTicksPerSecond to Server
  8. Adds onReset to ServerTask
  9. added sysinfo and uptime commmands
  10. adds getters for Plugin configurations to Plugin class
  11. Added hasColumn to DataAccess
  12. adds log warning and severe levels with Throwables
  13. Moved getLoadedChunks to ChunkProvider
  14. Added getLoadedChunks to World
  15. Reworked Firwork helpers into a single class of static methods
  16. Add getLocale to Player (Hidendra)
  17. Implemented world inheritance into per-world groups
  18. Adds a owner name to Sign
  19. EntityMoveHook
  20. adds TNTActivateHook
  21. its MAGENTA
  22. ItemType/BlockType updates
  23. fixing CME in ChannelManager
  24. added Hay Bale
  25. added Biome class
  26. Added Method to update PlayerCapabilities so the Client knows about them (Larry1123)
  27. Added getBlockAttached to Sign and getTileEntity to Block
  28. CustomStorageInventory, openInventory and openSignEditWindow methods
  29. Fixed BlockXP not getting set in BlockDropXpHook
  30. Implementing custom world generation
  31. adds World.getTotalTime
  32. Added newChunk to ObjectFactory
  33. Refactored ComplexBlock to TileEntity
  34. added World.broadcastMessage
  35. fix incorrect message for whitelist add, added configuration stuff for disabling/replacing biomes, added a MathHelper with a few basic functions
  36. cleaning the CommandList
  37. Fixed Kits
  38. added FirstJoin and TimePlayed to Player/OfflinePlayer, added playerinfo command
  39. Adds a whole butt load of stuff to OfflinePlayer
  40.  
  41.  
  42. RECODE
  43.  
  44. Bug Fixes
  45. Fixes Entity Spawning cases
  46. implementing VehicleMoveHook cancelation
  47. Remote Inventory opening implemented
  48. RedstoneChangeHook tweaks
  49. World#setBlock now notifies neighbors of update
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement