Changelog.txt 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127
  1. Changelog:
  2. #Versions without changelogs probably had very small misc fixes, like tweaks to the source code
  3. Version 1.3.00-dev
  4. - Added ability to customize drops for Excavation skill
  5. - Added configuration option to control mcMMO reporting damage events
  6. - Added hunger regain bonuses to Herbalism skill
  7. - Added framework for new Blast Mining skill
  8. - Re-added mcMMO reporting damage events
  9. - Fixed /mcability not respecting permissions
  10. - Changed to use Bukkit's built-in ignoreCancelledEvents system
  11. - Changed chat logging for /p & /a
  12. - Changed Tree Feller to use per-use ArrayList
  13. - Prettied up new config files
  14. - Removed duplicate settings in config.yml
  15. - Removed unused settings from config.yml (HP Regen)
  16. Version 1.2.12
  17. - Fixed issue that caused terrible MySQL performance and negative XP on levelup (Issue #134)
  18. - Fixed addxp command taking xprate and skill modifiers into account
  19. - Added anonymous usage statistics (you can opt out in plugins/PluginMetrics/config.yml)
  20. - Modified onEntityDamage priority to have better compatibility with other plugins (Factions, WorldGuard, etc...)
  21. - Fixed /mcgod & /mmoedit permissions defaulting to true
  22. - Fixed Fishing not working or handing out XP
  23. - Fixed error with Skull Splitter / Serrated Strikes that caused server instability and log spam
  24. - Fixed config.yml not having values for End Stone & other new mining blocks
  25. - Fixed Green Thumb/Green Terra not correctly planting wheat (Issue #133)
  26. Version 1.2.11
  27. - Removed legacy Permission & PEX dependency. (PEX still works fine with mcMMO)
  28. - Made Smooth Brick to Mossy Brick and Dirt to Grass for green thumb configurable (Issue #120)
  29. - Added MagmaCube to XP tables
  30. - Made optimizations to Skull Splitter/Serrated Strikes
  31. - Made it so players take damage if they try to log out with Serrated Strikes stacked onto them (Issue #131)
  32. - Changed mcMMO to save data periodically to optimize performance with FlatFile & MySQL (Issue #138)
  33. - Added a configurable save interval for the new save system
  34. - Fixed a bug with the odds calculations for Serrated Strikes
  35. - Fixed several commands not working from console (mmoedit, etc..) (Issue #150)
  36. - Added a success message when executing xprate from console
  37. Version 1.2.10
  38. - Fixed issue with receiving Woodcutting XP for all blocks broken (Issue #103)
  39. - Fixed issue with Spout images & sounds not working (Issue #93)
  40. - Fixed typo with repairing Leather Armor & Bows
  41. - Fixed issue with Silk Touch & Double/Triple drops not working properly
  42. - Fixed conflict with NoCheat plugin & Super Breaker/Giga Drill Breaker/Berserk/Leaf Blower (Issue #104)
  43. - Fixed counter-attacking non-LivingEntity (Issue #100 & Issue #107)
  44. - Fixed various bugs with Leaf Blower
  45. - Added Monitor & ignoreCancelledEvents to onBlockPlace
  46. - Made Anvil ID configurable
  47. Version 1.2.09
  48. - Fixed issue with Repair Mastery (Issue #47)
  49. - Made Arcane Forging fully configurable (Pull Request #52)
  50. - Made Fishing configurable (Pull Request #60)
  51. - Changed timer to be a bit more efficient (Issue #19)
  52. - Changed to fire EntityDamageEvents for all damage done by mcMMO
  53. - New custom event for developers McMMOPlayerLevelUpEvent
  54. - New custom event for developers McMMOItemSpawnEvent
  55. - Changed LoadProperties from the old Configuration to FileConfiguration
  56. - Removed aliasing from config.yml
  57. - Fixed mining procs from Super Break & Silk Touch
  58. - Unused smelt property removed
  59. - Minor optimizations
  60. - Fix for setting properly block damage values
  61. - Initial skill level capping added
  62. - Initial command alias framework added
  63. - Fixed abilities not handling Unbreaking items
  64. - Fix for treefeller glitch
  65. - Super secret anniversary easter egg!
  66. Version 1.2.08
  67. - Changed Bukkit events to new event system
  68. - Changed aliasing to send both the mcmmo command and the command used.
  69. - Changes in combat exp (Pull Request #49)
  70. - Repair for bows & leather armor (Pull Request #46)
  71. - Fixed missing images (Pull Request #45)
  72. - POM Changes for dependencies (Pull Request #36)
  73. - Fishing & Repair fixes (Pull Request #31)
  74. - Fixed CraftOfflinePlayer issue (Issue #212) errors for offline wolf owners
  75. - Pull in commit from @NuclearW for issue from previous commit
  76. Version 1.2.07
  77. Fixed mctop not working at all (whoops!)
  78. Fixed problem with multithreading in mcMMO causing errors
  79. Fixed bug with Repair where it would remove the enchantments if you could not even repair the item
  80. The command mmoupdate now runs in its own thread to ease the burden on the server
  81. Version 1.2.06
  82. German translation has been updated
  83. Fixed fishing not being applied to MySQL DB when converting from Flat File -> MySQL
  84. Fixed mctop not taking Fishing into account some of the time
  85. Fixed bug where Taming would try to grab the name of offline players
  86. Fixed bug where Fishing would try to add an enchantment level not normally possible
  87. Fixed another bug with mmoedit and Fishing
  88. Added option to only allow tools to ready when you are sneaking, this is off by default
  89. Added Brewing Stand & Enchanters table to the list of blocks that won't cause you to ready your tool on right click
  90. Version 1.2.05
  91. Fixed my fix of not being able to place blocks near/on Anvils
  92. Fixed resources in inventory not correctly updating after Repair
  93. Version 1.2.04
  94. Fixed bug where you could not place blocks near/on the Anvil
  95. Version 1.2.03
  96. skills2 and experience2 will be removed from MySQL DB automagically when this version first runs
  97. Fishing is now stored in skills and experience tables on the MySQL DB as it should have been
  98. Fishing will now save properly for MySQL
  99. Fishing will now work properly with mctop for those using MySQL
  100. Fixed problems with mmoedit and fishing
  101. Version 1.2.02
  102. Added measures to prevent easy xp from hacks that cause a ridiculous amount of clicks per second
  103. Fixed bug where Call Of The Wild used only 1 bone to summon
  104. Reduced Endermen XP from 3x to 2x
  105. The number of bonus fish caught from fishing has been reduced
  106. Fishing XP reduced from 1500 to 800
  107. Fishing XP is now configurable in the config file
  108. Version 1.2.01
  109. Added a setting to turn off abilities completely from config
  110. Added a setting to just turn off ability messages from config
  111. Fixed the bug with sword repair
  112. Fixed mcMMO not working properly with Spout
  113. Added Fishing XP icon to Normal/Retro HUDs for Spout
  114. Added icons to Spout notifications for leveling Fishing
  115. Added Fishing Retro XP bar color customization to config file
  116. The number of bones required to use Call of The Wild is now configurable
  117. Reduced the XP animals would give from 1.5x to 1x
  118. Removed current durability value message from Repairing
  119. Fixed bug where Arcane Forging failed to display messages
  120. Fixed bug where Arcane Forging tries to downgrade level 1 enchants
  121. Fixed bug where Arcane Forging always kept enchantments if you had under 100 Repair skill
  122. Version 1.2.00
  123. Added Fishing Skill
  124. Added Call Of The Wild to Taming
  125. Added Arcane Forging to Repair
  126. Added new mobs to XP tables
  127. Added Master/Apprentice system to the Party system
  128. Animals now give xp to combat skills (those poor sheep ;_;)
  129. Removed unnecessary sorcery permissions from plugin.yml
  130. Version 1.1.17
  131. XP gained in combat is now softcapped by the remaining health of the entity you are damaging, preventing many exploits.
  132. Players in Creative mode no longer gain XP
  133. Compiled against latest Spout & CraftBukkit
  134. Added World PVP check to Ignition, should no longer ignore PVP settings
  135. Enemies should no longer grant XP when hit during their death
  136. Fixed an exploit that led to unlimited ability use
  137. Possibly fixed a bug where the same player would be listed multiple times in mctop
  138. Added author and description to plugin.yml
  139. /mmoedit and /addxp are useable from the console now
  140. Swearword's statistics tracking removed (He stopped the service, so its gone now.. On a positive note, I did find out 1000-1500 servers installed mcMMO a day)
  141. Version 1.1.16
  142. Added Melons to Herbalism xp tables
  143. Endermen added to Combat skill xp tables
  144. Silverfish added to Combat skill xp tables
  145. CaveSpider added to Combat skill xp tables
  146. Version 1.1.15
  147. Smooth Brick added to Green Terra
  148. Green thumb can be used to spread moss to Smooth Brick now
  149. Implemented a ghetto fix for the sword durability bug (real fix sometime soon)
  150. Added Spain Spanish localization (es_es)
  151. Version 1.1.14
  152. [1.8] Removed the Archery fire rate limiter as its no longer necesarry due to changes in game mechanics
  153. [1.8] Removed the bonus damage from Archery (I'll rework this skill soon)
  154. [1.8] Removed the food bonuses to healing Herbalism provided due to the change of eating in game mechanics
  155. [1.8] Swords no longer parry, no need to compete with in game mechanics
  156. [1.8] mcMMO no longer has an HP Regen system, no need to compete with in game mechanics
  157. [SPOUT] mcMMO now transfers files between [MC Server] -> [Client] rather than [Webserver] -> [Client]
  158. [SPOUT] Temporarily disabled the PartyHUD due to some performance issues
  159. [SPOUT/CONFIG] mcMMO now allows for disabling of the party HUD with the node Spout.Party.HUD.Enabled
  160. [BUG] Fixed a few problems with readying abilities for Woodcutting/Axes
  161. [MYSQL] Improvements have been made to the performance of MySQL thanks to krinsdeath
  162. [CONFIG] Spout.Party.HP tree removed, replaced with Spout.Party.HUD
  163. [CONFIG] Added an option for Excavation to require use of a shovel, on by default
  164. [COMPATIBILITY] Changed the listener priority for OnEntityDamage from High to Monitor (Should make mcMMO compatible with Worldguards pvp regions among other things)
  165. [COMPATIBILITY] Made party/admin chat modes more compatible with chat plugins (vChat)
  166. [API] Added addXpOverride for modders, this will ignore skill modifiers
  167. [SPOUT] The option to change the weburl of mcMMO Images/Sounds has been removed, if you want to customize mcMMO images/sounds you can open mcMMO.jar and replace them there
  168. [LOCALE] Portuguese Brazil locale added (Code: pt_br)
  169. [MISC] Added some experimental usage tracking, you can opt out of this in /plugins/stats/config.yml (Once its generated, may require 2 restarts)
  170. Version 1.1.13
  171. Pets are removed from party bars
  172. Version 1.1.12
  173. mcMMO now downloads files when you join the server to provide the best experience
  174. mcMMO now uses a brand new Party HUD by Rycochet (from his mmoParty plugin)
  175. Fixed the xpbar and xpicon settings in config to work properly
  176. Fixed infinite HP exploit with Herbalism
  177. Fixed bug where herbalism would heal out of the players normal health range
  178. Fixed bug where entering ':' into your party name caused stat loss among other things
  179. Fixed issue with block break listener priority
  180. Version 1.1.11
  181. mcMMO now properly cancels its Async taks when disabled
  182. Fixed newly generated configs using 2 instead of 1 for skill multipliers
  183. Version 1.1.10
  184. Added default hud setting to config
  185. Fixed bug where newly generated configs used old xp gain numbers
  186. Version 1.1.09
  187. Fixed mcMMO to run fine without Spout :)
  188. Version 1.1.08
  189. Fixed repair being 10x slower to level than normal
  190. Version 1.1.07
  191. Fixed the default HUD being set to RETRO instead of STANDARD
  192. Version 1.1.06
  193. mcMMO menu implemented! Default is 'M', change this in config
  194. Retro HUD implemented!
  195. Retro XP fill color is completely customizable on a per skill basis
  196. New levelup sound thanks to @Rustydaggers !
  197. With the help of Randomage the XP Formulas have been vastly changed for flexibility
  198. Global modifiers and skill modifiers now support decimals
  199. Global formula modifier dropped from config
  200. GigaDrillBreaker/Berserk doesn't drop clay blocks anymore
  201. Fixed bug where Herbalism didn't heal more for bread/stew when right clicking a block
  202. Fixed bug where Wheat did not use the values form the config file
  203. Fixed bug where Archery gave xp for inflicting self injury
  204. Watch added to clay loot tables and maps remove from clay loot tables
  205. Version 1.1.05
  206. Maps dropped from excavation are created correctly, and represent the area they are found in
  207. Fixed an exploit with clay and excavation
  208. Fixed a NPE with locking xp bars
  209. Fixed the !AdeptDiamond! localization error when repairing diamond with a skill below 50
  210. Version 1.1.04
  211. Removed URL settings for XPBAR/XPICON/HPBAR
  212. Added single URL setting for mcMMO
  213. Changed default host from Dropbox to Rycochet's webserver (with apparently unlimited bandwidth!, thanks Rycochet)
  214. Fixed Repair noise not getting played
  215. Fixed a small memory leak with party health bars
  216. Version 1.1.03
  217. Fixed a few images being hard-coded still rather than configurable
  218. Version 1.1.02
  219. Fixed bug where toggle for xpicon didn't work
  220. Fixed bug where Excavation gave gravel drops to grass
  221. Excavation now uses more enums
  222. Version 1.1.01
  223. Fixed toggles for hpbar/xpbar not working
  224. Version 1.1.0
  225. Brand new XP Bars, Health bars, and Skill Icons designed by BrandonXP
  226. Added /xplock <skillname> to lock the xp bar to a skill
  227. Repairing metal now has a sound effect
  228. Shears added to Repair
  229. MySpawn now works correctly when you are in the nether
  230. MySpawn message when you right click a bed is now squelched
  231. Intervals at which players renegerate hp have doubled in length (making it take 100% longer to regenerate than before)
  232. Rewrote many variables stored per player to be integer instead of long, reducing overall memory usage of mcMMO
  233. Rewrote the Timer mcMMO relies on to instead use the BukkitScheduler for performance
  234. Fixed the party member list of /party
  235. Fixed bug where Swords would counter-attack Projectiles
  236. Removed a debug message when repairing diamond armor
  237. Changed chat to use getDisplayName() instead of getName()
  238. Changed chat priority from lowest to highest
  239. Added Clay to excavation
  240. Added new items to Clay's loot tables
  241. Archery now works with the latest CB
  242. Version 1.0.50
  243. New /xprate command for those with mcmmo.admin permissions!
  244. mcMMO now uses Spout instead of BukkitContrib
  245. BukkitContrib support dropped
  246. XP Formula is now 100+(skill level value * skill modifier * global modifier) thanks to suggestion
  247. Fixed bug where /mmoupdate used the old directory instead of the new one to find the flat file
  248. Fixed bug where Unarmed Mastery damage bonus only did as much as Unarmed Apprentice
  249. Fixed bug where Pumpkins did not give out XP
  250. Coordinates removed from /whois as they didn't really fit
  251. /mcgod and /mmoedit now require permissions to be setup in some shape or form to be used
  252. Lapus renamed to Lapis in config
  253. Version 1.0.49
  254. Updated German locale
  255. Fixed bug where using the party system on a MySQL setup caused errors when writing to non-existent files
  256. Fixed bug where using /accept caused a NPE (hopefully)
  257. Fixed a few missing descriptions for commands
  258. Version 1.0.48
  259. Updated French Translation
  260. Updated German Translation
  261. Updated Polish Translation
  262. Placed Coal Ore and Redstone Ore won't give XP anymore
  263. Fixed unusually high memory usage at startup
  264. Added many features to the party system written by NuclearW
  265. Version 1.0.47
  266. Fixed another BukkitContrib error for servers not running BukkitContrib
  267. Version 1.0.46
  268. Fixed bug preventing Excavation from gaining skill
  269. Version 1.0.45
  270. Corrected /stats showing Repair XP as Level for Repair
  271. Corrected /repair showing Repair XP as Level for Repair
  272. Corrected /whois showing Repair XP as Level for Repair
  273. Version 1.0.44
  274. Fixed my 'fix' of BukkitContrib errors with Tree Feller
  275. Version 1.0.43
  276. Stopped things from being auto-smelt'd
  277. Version 1.0.42
  278. Corrected 2 more errors involving not running BukkitContrib
  279. Version 1.0.41
  280. Fixed errors using Tree Feller if your server wasn't running BukkitContrib (sorry!)
  281. Fixed some more leftover stuff involving the new half-finished mining skill
  282. Fixed excavation's Giga Drill Breaker not working on placed blocks
  283. Version 1.0.40
  284. Fixed errors if your server wasn't running BukkitContrib
  285. Version 1.0.39
  286. mcMMO won't auto-download and auto-run BukkitContrib anymore
  287. Version 1.0.38
  288. Commented code for the half-finished Infernal Pick subskill (Whoops)
  289. Version 1.0.37
  290. The donation message in /mcmmo is now toggle-able
  291. The anvil message now only gets shown the first time you place an anvil (after login)
  292. Reworked /mcmmo (an improvement I would say)
  293. Added /mcmmo text to localization file
  294. Archery fire rate now configurable
  295. Berserk mode stops items from being collected
  296. Taming no longer receives xp from wolves being harmed
  297. Fixed bug where /stats required Tree Feller permission to show Woodcutting skill
  298. Fixed bug where players with mcgod could be harmed by AoE
  299. Fixed bug where modifying a skill also modified the xp to the same amount (when it should be zero)
  300. BukkitContrib Stuff
  301. Added a pop-up when placing an Anvil
  302. Added pop-ups on levelup
  303. Added basic sound effects to various abilities (Berserk, Tree Feller, Super Breaker, Leaf Blower, etc...)
  304. Code Stuff
  305. Added checkXp(SkillType, Player) for plugin devs (use this after modifying XP to check for levels)
  306. Added getPlayerProfile() which returns a PlayerProfile object for plugin devs (You can do almost everything with this object)
  307. 100% more enums
  308. Changed how checking skill xp worked to be more efficient
  309. Version 1.0.36
  310. mcMMO now properly supports Bukkit/PEX/Permissions for Permissions
  311. Config.yml will no longer generate Performance Debugging nodes
  312. Registered permission nodes to plugin.yml
  313. Some more changes to Permissions code
  314. Fixed bug where Super Breaker activated where it shouldn't
  315. Fixed bug with enabling/disabling mcgod in config.yml
  316. Fixed bug with Excavation not kicking in until 1 level higher
  317. Version 1.0.35
  318. Added a Toggle for Chimaera Wing in config.yml
  319. Added customization of what item is used for Chimaera Wing in config.yml
  320. Fixed bug with randomly receiving Taming XP
  321. mcmmo.users file moved into /plugins/mcMMO/FlatFileStuff/
  322. Leaderboard files now moved into /plugins/mcMMO/FlatFileStuff/Leaderboards
  323. Locale files now have the prefix locale_ instead of messages_
  324. Locale files are now located inside com/gmail/nossr50/locale/ instead of com/gmail/nossr50/
  325. Updated the code that handles permissions (this may mean 3.1.6 will finally play well!)
  326. Some more source code organization
  327. Fixed warnings for compiler
  328. Removed dependencies on CraftBukkit
  329. Registered commands to OnCommand
  330. Removed performance debugging
  331. Removed some useless settings from the config file
  332. Version 1.0.34
  333. Fixed the PVP setting determining whether or not you would hurt yourself from AoE Abilities
  334. Added Dutch (nl) language support
  335. Super Breaker now gives the correct XP as determined by config.yml
  336. Sand Stone XP is now configurable and no longer shares the 'stone' node
  337. /mining now shows mining values instead of taming values
  338. Version 1.0.33
  339. Fixed the toggle for the Excavation drop 'Cocoa Beans'
  340. Fixed bug where Unarmed users could disarm without being bare handed
  341. Cocoa Beans now have an XP modifier in config.yml
  342. You can now toggle whether or not Mobspawners will give XP (in config.yml)
  343. MySQL version now makes requests to the MySQL server less frequently (should help performance)
  344. Fixed bug with Skull Splitter hitting the user
  345. Version 1.0.32
  346. Added "General.Performance.Print_Reports" node to config.yml to help identify causes of performance issues
  347. Fixed bug of swords users hurting themselves with serrated strikes
  348. Version 1.0.31
  349. Fixed bug of trying to cast Animals to non-animals
  350. Version 1.0.30
  351. Mobs that spawn from spawners no longer give XP (for reals this time)
  352. Version 1.0.29
  353. Mobs that spawn from spawners no longer give XP (again)
  354. Fixed bug where Serrated Strikes did not Bleed additional targets
  355. Identified and solved a potential memory leak in Bleed Simulation
  356. Renamed the Object Config to Misc and rewrote parts of it
  357. Rewrote Party/Admin/God toggles
  358. Added Polish language support (pl)
  359. Version 1.0.28
  360. Actually fixed /stats showing excavation values for swords
  361. Made some improvements to how Bleed Simulation was handled for different entity types
  362. Obsidian now does normal durability damage during Super Breaker
  363. Version 1.0.27
  364. Fixed /stats showing excavation values for swords
  365. Hopefully fixed a wide range of NPE errors
  366. Updated German (de) localization
  367. Version 1.0.26
  368. Fixed accidentally making power levels go above 9,000
  369. Version 1.0.25
  370. Compatible with the latest CB
  371. Beast Lore now functions correctly
  372. Wolves are no longer invincible to players
  373. Changed the look of Beast Lore
  374. Skill info pages now show your stat in that skill (if you have permission)
  375. /stats and /whois has been alphabetized and divided into three categories (Gathering/Combat/Misc)
  376. Abilities will not trigger on Trap Doors
  377. Version 1.0.24
  378. Now compatible with latest RB (928)
  379. Taming now receives XP from your wolves harming foes
  380. Taming is now easier to level
  381. Green Thumb now drops seeds when harvesting Wheat
  382. Version 1.0.23
  383. Modified Bleed Simulation to fix performance problems
  384. Rewrote MySpawn to be more efficient when calculating time left
  385. Rewrote Skills to be more efficient when calculating time left
  386. Version 1.0.22
  387. Added 'Name' nodes to commands for renaming them
  388. Version 1.0.21
  389. Fixed Skull Splitter length in /axes displaying incorrectly
  390. Fire rate limiter now correctly uses the value in the config file
  391. Stone XP now correctly uses the value in the config file
  392. Cobble -> Mossy now correctly uses the value in the config file
  393. Removed setmyspawn from config file as it serves no purpose
  394. All commands now have an 'Enabled' node in the config file that when set to false disables the command completely
  395. Fixed color scheme inconsistency for Mining in /whois results
  396. Version 1.0.20
  397. Fixed Array Index Out of Bounds error
  398. Version 1.0.19
  399. Removed a failsafe for the Timer that is no longer necessary (should improve performance)
  400. Fixed /myspawn not working by rewriting it :3
  401. Fixed exploit where players could break a freshly placed mushroom for XP
  402. MySQL User Passwords can now be blank (Although you really should have a password...)
  403. Fixed a few NPE errors
  404. Version 1.0.18
  405. Fixed MySQL default TablePrefix
  406. Fixed Wheat not being configurable
  407. Version 1.0.17
  408. Brand new YAML Configuration file
  409. Ability to configure XP for all gathering skills in config file
  410. German Language added to mcMMO
  411. French Language added to mcMMO
  412. MySpawn will no longer heal players
  413. /<skillname> commands now also check for their localized names for displaying help
  414. Added many more Strings to localization files
  415. Added more safeguards to MySpawn for NPE
  416. Fixed bug where Tree Feller Radius depended on WoodCutting XP rather than Skill Level
  417. Fixed bug where Readying a Hoe returned a missing localization string
  418. Added some safeguards into Bleed Simulation to prevent possible memory leaks
  419. Performance improvements to storing/calling Skill/XP Values
  420. Plugged a potential memory leak with PlayerProfiles not being removed correctly
  421. Disabled the mob spawner camping anti-exploit in favor of performance
  422. Version 1.0.16
  423. Fixed bug where localization file failed to load
  424. Changed en_US to lowercase
  425. mcMMO now requires locale files to be in lowercase
  426. Fixed a few strings missing from the localization file
  427. Version 1.0.15
  428. Removed leftover code that spammed SQL errors
  429. Version 1.0.14
  430. Added many missed strings into localization
  431. Finnish Localization updated for the new strings
  432. Green Thumb should respect Block Protection plugins now
  433. Fixed Number Format Exception when loading a PlayerProfile
  434. Version 1.0.13
  435. Fixed bug/NPE where stats would not load and therefore 'reset' for players
  436. Fixed NPE involving /ptp
  437. Added "enableMOTD" setting to properties file
  438. Version 1.0.12
  439. Fixed another NPE error
  440. Non-Gathering skills should correctly gain XP if PVP is set to false now
  441. Localization will now support language codes that do not have two parts like "fi"
  442. Fixed bug where Wiki MOTD message would not be loaded from localization file
  443. Version 1.0.11
  444. Fixed bug where players could not gain experience in several skills
  445. Removed PVP flag from mcmmo.properties as its not needed anymore
  446. Fixed a few NPE errors
  447. Mushroom XP reduced from 25 to 15
  448. Fixed an exploit where players who just logged in could be farmed for experience because they were invulnerable
  449. Version 1.0.10
  450. Added Localization/String Customization
  451. Mushroom XP reduced from 40 to 25
  452. Removed "clears inventory" warning in /mcc for /myspawn since this no longer happens
  453. Version 1.0.09
  454. Fixed the NPE that occurs when players gain experience (Sorry!)
  455. Fixed bug where /myspawn & /clearmyspawn would work if MySpawn was disabled in the properties file
  456. Changed strings containing "MMO" to read "mcMMO"
  457. Removed a lot of unused or unnecessary variables from the PlayerProfiles in mcMMO, this should lower the memory footprint
  458. Added getXpToLevel() for modders
  459. Version 1.0.08
  460. Added removeXP() for modders
  461. Fixed bug where stone swords only repaired by 33% instead of 50%
  462. Fixed bug where stone/wooden hoes wouldn't repair
  463. Big overhaul to how skill values and xp values were handled in the code
  464. Modifying the players skill levels now sets the corresponding skill xp to zero
  465. Using Serrated Strikes/Skull Splitter on mobs should no longer harm nearby players when PVP is disabled
  466. Switching to another weapon after firing your bow should no longer trigger procs for that weapon when the arrow hits
  467. Slimes/Ghasts now give XP for combat skills
  468. Added "EnableHpRegeneration" property setting
  469. Added "EnableMySpawn" property setting
  470. Version 1.0.07
  471. Added more repair customization by solarcloud7
  472. Leaderboards ignore players with the respective stat at 0
  473. Reconnecting to MySQL will reload player data
  474. Fixed a NPE with MySQL's Leaderboards
  475. Removed "Loop iteration" debug message from mcMMO
  476. Version 1.0.06
  477. MySQL will attempt to reconnect if the connection is closed
  478. Breaking the bottom block of Cactus/Reeds will award the correct experience and double drops
  479. Added support for Minecraft Statistics
  480. Fixed NPE with /myspawn command
  481. Version 1.0.05
  482. PVP interactions now check for permissions before handing out any experience
  483. Many skill abilities now check for permissions correctly
  484. All interactions with Taming now check for permissions
  485. mcMMO now checks for its pvp flag being true before handling pvp interactions
  486. Version 1.0.04
  487. Fixed bug where players would be informed incorrectly when their cooldowns refreshed
  488. Fixed exploit where players could reconnect to reset their cooldowns
  489. Added new "cooldowns" table to MySQL
  490. Berserk now breaks through snow
  491. Lightning no longer gives Taming XP
  492. Shortened /mcc to fit the screen
  493. Version 1.0.03
  494. Bleed will no longer trigger on friendly wolves
  495. Axes criticals will no longer trigger on friendly wolves
  496. Version 1.0.02
  497. Fixed bug where the Timer would start before everything else was ready
  498. Fixed bug where mcrefresh also required mcability permission node
  499. Fixed bug where Unarmed was not checking for disarm procs
  500. Green Thumb now checks for herbalism permissions
  501. Added "enableGreenThumbCobbleToMossy" to config file, this also changes Green Terra
  502. AoE abilities now harm wolves
  503. Version 1.0.01
  504. Removed debug message when wolves are struck
  505. Fixed issue with reloading mcMMO when MySQL was enabled
  506. Fixed a NPE with MySpawn
  507. Fixed a NPE with removing users from PlayerProfile
  508. Unarmed no longer starts with a damage bonus
  509. Unarmed apprentice DMG bonus changed from 3 to 2
  510. Version 1.0
  511. Players can now repair Stone/Wood tools
  512. Fixed duping bug with WG/Block Protection Plugins
  513. Added Leaf Blower to WoodCutting
  514. Different Trees give different WoodCutting XP
  515. Water changing Gravel to Clay removed
  516. Code Organized/Optimized further
  517. MySQL Support
  518. Taming Skill
  519. Leaderboards
  520. Players won't hand out XP if they died within the last 5 seconds
  521. Version 0.9.29
  522. Fixes critical bug involving water turning anything into clay
  523. Version 0.9.28
  524. Green thumb can now spread grass to dirt using seeds
  525. Adding XP will check for level ups again
  526. Acrobatics won't hand out XP on death anymore
  527. Acrobatics will check plugins for the event being cancelled before handing out XP
  528. Version 0.9.27
  529. Fixed Herbalism not properly receiving Triple Drops from Green Terra
  530. Fixed Herbalism not handing out any XP outside of Green Terra
  531. Fixed Herbalism asking for seeds on things that did not require it
  532. Version 0.9.26
  533. Fixed Green Terra going off without readiness
  534. Fixed Hoe trying to ready when tilling Grass
  535. Version 0.9.25
  536. Fixed issue with anti-exploits and Herbalism
  537. MySpawn works like a hearthstone now, no inv pentality, 1hr cooldown
  538. Added Green Terra Ability to Herbalism
  539. Added Green Thumb ability to Herbalism
  540. Fixed Repair not working for Iron Tools
  541. Fixed bug where Axes Ability checked for Unarmed Ability Permission
  542. Added Cocoa Beans to Excavation XP/Loot Tables, Found in Grass/Dirt
  543. Using Super Breaker on Obsidian significantly damages it compared to other materials
  544. Added Obsidian to Mining XP Table/Super Breaker
  545. Added Pumpkins/Reeds/Cactus to Herbalism XP Tables/Double Drops
  546. Corrected "mcMMMO" to "mcMMO" in MOTD
  547. Version 0.9.24
  548. PLAYER_BED_ENTER removed due to its unusual issues
  549. Added info about the Wiki to the motd
  550. /mcrefresh will reset if you were recently hurt (Chimaera Wing/HP Regen)
  551. Fixed Armor Repair not adding XP
  552. Boosted Repair XP of Armor to match Tools
  553. Repairing Armor won't trigger Super Repair twice anymore
  554. Setting your MySpawn now just requires right clicking a bed (still requires the setmyspawn permission node)
  555. Version 0.9.23
  556. Players will now announce ability usage within a short distance to nearby players
  557. Chimaera Wing now takes the world into account
  558. Acrobatics won't give XP on death, and will fail if you would've died after the damage reduction
  559. Added yet another check to see if a Player is not in the Users system for NPC mod compatibility
  560. Version 0.9.22
  561. Fixed bug where chimaera wing was unusable after being hurt even after the cooldown
  562. Version 0.9.21
  563. /mcrefresh fixed to work properly with the new ability monitoring system
  564. Ability lengths are now based on your skill level directly rather than a tiered system
  565. Chimaera Wings won't trigger on things they shouldn't (Doors, Chests, ETC)
  566. Chimaera Wings will properly tell you how long you have to wait to use it if you've been recently hurt
  567. Version 0.9.20
  568. Fixed Tree Feller not checking if their cooldown was refreshed and always activating
  569. /stats and /whois will now show the powerlevel based on permissions
  570. Shovels will no longer say you've lowered your axe
  571. /myspawn will no longer say your inventory has been cleared if the server settings disable this feature
  572. Version 0.9.19
  573. Fixed Anti-Exploit XP stuff not working
  574. Version 0.9.18
  575. Added failsafe to prevent abilities from going on forever, abilities will check if they should've expired when being used in case the Timer fails
  576. Archery Spam has been nerf'd, you can only fire once per second now (Toggle-able in config file)
  577. Fixed bug when just having the Admin Chat permission wouldn't allow you to see Admin Chat
  578. Fixed bug where Axes ability could be used without permission
  579. Abilities are monitored with Timestamps rather than a Timer monitored tick rate
  580. When players were last hurt is now monitored with Timestamps rather than a Timer monitored tick rate
  581. Made Anti XP-Exploits more Robust
  582. Repair XP is now based on durability restored
  583. Acrobatics rolling will now reduce damage if you go over the damage threshold
  584. Acrobatics rolling damage threshold lowered to 10 from 20
  585. Added Graceful Roll to Acrobatics, hold Shift when falling to do a Graceful Roll
  586. mcMMO now checks for the blockBreak and EntityDamage events being canceled before proceeding
  587. Dodge notification shortened
  588. Dodge won't negate damage completely anymore
  589. Added 3 more functions for plugin authors to call, getPartyName(Player player), inParty(Player player), and getParties()
  590. Version 0.9.17
  591. Players now set their MySpawn by entering a bed, it requires the setmyspawn permission node
  592. /setmyspawn has been removed
  593. Compatible with CB 670
  594. Fixed errors related to Repair
  595. Abilities will no longer trigger from Bed interactions
  596. /unarmed will now tell the player when they will receive unarmed master (if they have apprentice)
  597. Version 0.9.16
  598. Logs placed by the player won't grant XP/Double Drops anymore
  599. Added more functions plugin authors can call
  600. Acrobatics roll has a damage threshold of 20, going above this means a failed Roll
  601. Version 0.9.15
  602. Acrobatics will now behave properly
  603. AoE Abilities ignore wolves (temp fix)
  604. Added "all" parameter to /mmoedit & /addxp
  605. After giving XP to a player it will now check for level ups in skills
  606. Version 0.9.14
  607. mcMMO checks for abilities being active before sending the fake block break event
  608. Version 0.9.13
  609. Fixed excavation ignoring the xpGainMultiplier
  610. Now compatible with CB 600+
  611. Fixed bug where Dodge acted maxed out no matter your skill level
  612. Version 0.9.12
  613. mcMMO now fakes a block break event for abilities to maximize plugin compatibility
  614. /herbalism will return the correct values now
  615. New /addxp command
  616. Version 0.9.11
  617. PVE Combat Skills experience is now based on damage dealt
  618. The Timer will no longer break from Bleed Simulation
  619. Tree feller no longer "damages" saplings
  620. Bleed+ (Serrated Strikes) lasts 5 ticks down from 12
  621. Bleed/Bleed+ now do 2 damage instead of 1
  622. Power Level is now based on permissions
  623. Counter Attack added to swords
  624. Parry is now based directly on Swords skill level
  625. Parry maximum proc chance raised to 30% from 20%
  626. Serrated Strikes now properly applies Bleed+ to targets
  627. Players who parry can no longer be disarmed
  628. Acrobatics now has a Dodge passive skill reducing damage
  629. Repair skill now effects how much durability is restored
  630. Super repair now doubles the repair amount on proc
  631. Unarmed now starts with a bonus to damage to encourage use
  632. Unarmed now has two steps to damage scaling, Appentice, and Mastery
  633. Unarmed disarm now caps at 25% for 1000 skill
  634. Fixed problem where Archery skill procs would ignore other plugins
  635. Ignition changed to 25% chance
  636. Ignition length will be based on archery skill level
  637. /myspawn now has a warning about the inventory loss penalty in /mcc
  638. mcMMO Timer now runs in 1 second intervals rather than 2
  639. Version 0.9.10
  640. Party invites now show who they are from
  641. Mushrooms added to Dirt/Grass excavation loot tables, drops with 500+ skill
  642. mcMMO configuration files property setting names have been changed for readability
  643. Fixed bug where Gold and Iron wouldn't drop anything during Super Breaker
  644. Added /mcability info to /mcc
  645. Potentially fixed NPE error when checking players for being in same party for PVP XP
  646. Removed sand specific diamond drop from sand excavation loot table, Diamonds can still drop globally for sand
  647. Added a global XP gain multiplier, increase it to increase XP gained
  648. Reduced PVE XP for Unarmed, now identical to Axes/Swords
  649. Changed Chat priority in mcMMO to be higher, this should help plugin conflicts
  650. Mushroom XP raised to 40 from 10
  651. Flower XP raised to 10 from 3
  652. Version 0.9.9
  653. Fixed problem where entities never got removed from the arrow retrieval list of entities
  654. Version 0.9.8
  655. EntityLiving shouldn't be cast to entities that are not an instance of EntityLiving
  656. Added a null check in the timer for players being null before proceeding
  657. Version 0.9.7
  658. Procs/XP Gain will no longer happen when the Entity is immune to damage (Thanks EdwardHand!)
  659. Axes critical damage versus players reduced to 150% damage from 200% damage
  660. Fixed bug where Daze might not proc
  661. Changed archery Daze to follow smooth transition
  662. Added archery Daze chance info to /archery
  663. Cooldown lengths are now customizable, they are in seconds and multiplied by 2 by mcMMO
  664. Version 0.9.6
  665. Timer checks for player being null before adding them to the mcUsers system
  666. Cooldowns will now show how much time is remaining when trying to use their respective abilities
  667. SkullSpliiter will now correctly inform the player when they are too tired to use it
  668. Acrobatics will no longer give XP if the event was cancelled by another plugin
  669. Version 0.9.5
  670. Super Breaker now gives a chance for Triple Drops based on mining skill
  671. Ability durability loss down from 15 to 2
  672. Ability durability loss is now toggle-able
  673. Ability durability loss can be adjusted in the configuration file
  674. Mining Picks are no longer lowered after activating Super Breaker
  675. Version 0.9.4
  676. Flowers won't drop wheat anymore
  677. Signs won't trigger ability readiness anymore
  678. Version 0.9.3
  679. Bug stopping abilities from never wearing of may have been fixed
  680. Changed color of "X Ability has worn off" to RED from GRAY
  681. Super Breaker, Giga Drill Breaker, and Tree Feller now damage the tool significantly during use
  682. Netherrack and Glowstone now give Mining XP
  683. Netherrack and Glowstone are now effected by Super Breaker
  684. Abilities will no longer be readied when you right click signs or beds
  685. Chimaera Wings won't activate on blocks you can interact with and signs
  686. Abilities now adjust their effects depending on tool quality
  687. Superbreaker won't break things that tool couldn't normally break
  688. Giga Drill Breaker will only give triple xp and triple drops for diamond tools, with a reduced effect for lesser tools
  689. Skull Splitter now has a limit of opponents nearby it will strike based on your tool quality
  690. Serrated Strikes now has a limit of opponents nearby it will strike based on your tool quality
  691. Modified /mcmmo description to be a little bit more relevant.
  692. Version 0.9.2
  693. Changed priority of some of the mcMMO listeners
  694. Now when certain abilities are activated it shouldn't say "You lower your x"
  695. Version 0.9.1
  696. Fixed "Unknown console command" errors with CB 556
  697. Added /mcability command to toggle being able to trigger abilities with right click
  698. Added some more nullchecks for people reporting NPE errors
  699. Compatibility with NPC mods improved (Mainly for archery!)
  700. Other plugins can now call inSameParty() from mcMMO to increase compatibility
  701. Version 0.9
  702. --NEW CONTENT--
  703. Woodcutting now has the "Tree Feller" Ability
  704. Unarmed now has the "Berserk" Ability
  705. Swords now has the "Serrated Strikes" Ability
  706. Mining now has the "Super Breaker" Ability
  707. Axes now has the "Skull Splitter" Ability
  708. Excavation now has the "Giga Drill Breaker" Ability
  709. Added /mcrefresh <playername> - tool for refreshing cooldowns
  710. Unarmed now has the "Deflect Arrows" passive skill
  711. Chimaera Wing Item Added
  712. --CHANGES--
  713. HP Regen & Bleed are back
  714. Woodcutting will drop the appropriate log on double drop procs
  715. Herbalism now applies double drops to herbs
  716. /<skillname> now shows much more information to the player regarding their stats
  717. Axes skill Critical Strikes are now based directly on your skill level
  718. Swords skill Bleed chance is now based directly on your skill level
  719. Unarmed disarm chance is now based directly on your skill level
  720. Acrobatics now gives XP when you roll
  721. --BUGFIXES--
  722. Memory Leak Fixed
  723. Axes not doing critical strikes
  724. Gold Armor repair
  725. Capped skills now have the correct proc chance
  726. /mmoedit is no longer case sensitive
  727. More NPE errors fixed
  728. Many bugs I forgot to write down
  729. --PLUGIN COMPATABILITY FIXES--
  730. If combat interactions are cancelled by other plugins mcMMO should ignore the event
  731. If block damage interactions are cancelled by other plugins mcMMO should ignore the event
  732. Version 0.8.22
  733. Fixed bug where Axes did less damage than normal
  734. Acrobatic rolls now give XP
  735. Acrobatics XP increased for non-rolls
  736. Version 0.8.21
  737. Fixed bug where axe criticals would dupe items
  738. Version 0.8.20
  739. 99.99% sure I fixed anvils that suddenly stop working
  740. Version 0.8.19
  741. Fixed being able to excavate placed blocks
  742. Added toggle option to mining requiring a pickaxe
  743. Added toggle option to woodcutting requiring an axe
  744. PVP interactions now reward XP based on the damage caused (this is effected by skills)
  745. PVP XP gain can be disabled in the configuration file
  746. PVP XP has a modifier, increase the modifier for higher XP rewards from PVP combat
  747. Version 0.8.18
  748. Fixed sandstone not being watched for exploitation
  749. Version 0.8.17
  750. mcmmo.users moved to plugins/mcMMO/
  751. Snowballs and Eggs will no longer trigger Ignition
  752. Loot tables for excavation adjusted
  753. Mining benefits now require the player to be holding a mining pick
  754. Woodcutting benefits now require the player to be holding an axe
  755. Version 0.8.16
  756. Moved configuration file to /plugins/mcMMO
  757. Arrows now have a chance to Ignite enemiesw
  758. Fixed arrows not being retrievable from corpses
  759. Added info about ignition to /archery
  760. Version 0.8.14
  761. Mining, Woodcutting, Herbalism, and Acrobatics proc rates now are based on your skill level directly rather than tiers you unlock via skill levels
  762. Archery's ability to retrieve arrows from corpses now is based on your skill level directly rather than tiers you unlock via skill levels
  763. Mining, Woodcutting, Herbalism, Archery, and Acrobatics now show their proc % relative to your skill if you type /<skillname>
  764. You can now adjust what level is required to repair diamond in the configuration file
  765. Changed mining XP rates to be a tad higher for some things
  766. You can now get XP from sandstone
  767. XP rates increased for gathering glowstone with excavation
  768. XP rates increased a bit for excavation
  769. Skill info is now a bit more detailed for certain skills
  770. Added info about arrow retrieval to /archery
  771. Version 0.8.13
  772. Enemies no longer look like they have frozen when they die
  773. Item duping fix
  774. Version 0.8.11
  775. Performance improvements
  776. Memory leak fixed
  777. NPE error with MySpawn really fixed
  778. Version 0.8.9
  779. Fixed NPE for My Spawn
  780. Fixed NPE for onBlockDamage
  781. Bleed proc now correctly checks for Swords permissions
  782. Version 0.8.8
  783. Gold can now be repaired
  784. Tweaked Mining XP gains
  785. Reorganized code
  786. Added /mcgod godmode command
  787. Fixed the pvp toggle in the settings file
  788. Version 0.8.7
  789. Removed packet-sending stuff wasn't working anyways
  790. Fixed another NPE with the TimerTask
  791. Skills now only show up in /stats if you have permissions for them
  792. Version 0.8.6
  793. Added a null check in bleed simulation to prevent a NPE
  794. Version 0.8.5
  795. Players are now added to files when they connect (to fix a NPE)
  796. onPlayerCommand stuff moved into onPlayerCommandPreprocess
  797. Version 0.8.4
  798. Fixed another nullpointer error for TimerTask
  799. Fixed bug making regeneration take twice as long to kick in after combat
  800. Version 0.8.3
  801. Modified the timer intervals (from 1 second to 2)
  802. All skills now have an individual modifier (Set by default to 2)
  803. There is now a global XP modifier (Set by default to 1)
  804. Herbalism now correctly follows its skill curve
  805. Unarmed no longer gives experience for harming other players
  806. Players can no longer exploit mob spawners for experience
  807. Version 0.8.2
  808. Fixed Concurrent Modification Exception
  809. Fixed some incorrect skill descriptions
  810. First tier of HP Regeneration is now available from the start
  811. Fixed bleed proc rate for very high skill levels
  812. Changed regeneration permissions to 'mcmmo.regeneration'
  813. Version 0.8
  814. Archery skill now lets players recover arrows from downed foes
  815. Health regenerates based on power level
  816. Added toggle to myspawn clearing player inventory in settings file
  817. Swords now have a bleed effect
  818. Rewrote Skill descriptions to be more informative/better
  819. Version 0.7.9
  820. XP Curve now follows a new formula
  821. Acrobatics XP gains changed
  822. Compiled against permissions 2.1
  823. Version 0.7.8
  824. Massive tweaks to XP gain for Archery, Swords, Axes, Unarmed
  825. Version 0.7.7
  826. Minor tweak to how players are added to the flat file
  827. Fixed some nullpointer exceptions when players die
  828. Version 0.7.6
  829. Fixed being able to repair diamond armor with below 50 skill
  830. Myspawn now supports multiple worlds, clearing myspawn will set it to the first world created by the server
  831. Version 0.7.5
  832. Removed random checks for herbalism XP
  833. Herbalism is now called properly (This should fix gaining no xp or double drops)
  834. Version 0.7.4
  835. Work around for a bukkit bug that broke my onBlockDamage event
  836. Added /clearmyspawn
  837. Version 0.7.3
  838. Fixed to work with build 424 of CB
  839. Lowered the XP of gold due to it not being that rare anymore
  840. Version 0.7.2
  841. Fixed security flaw where players could access /mmoedit if the server was not running permissions
  842. Reduced XP gain of woodcutting a bit
  843. Version 0.7
  844. Completely rewrote the XP system
  845. Added an XP skillrate modifier to the settings file
  846. Version 0.6.2
  847. Axes now do critical strikes against farm animals
  848. Removed the "Stupidly Long Constructor"
  849. Now compatible with the latest CB builds
  850. Version 0.6.1
  851. Customizable command names
  852. Axes can now be modified with /mmoedit
  853. Party members are now correctly informed when you leave the party
  854. Fixed incorrect commands in /mcc
  855. Version 0.5.17
  856. Changed namespaces to fit bukkits new standard
  857. Adjusted excavation proc rates
  858. Modified excavation loot tables
  859. Added Party Invite System
  860. Version 0.5.16
  861. Fixed unarmed not checking for permissions when hitting players
  862. Version 0.5.15
  863. Fixed stone swords not being recognized as swords
  864. Fixed /a not working if you were an op but did not have permissions
  865. Version 0.5.14
  866. Added permissions for skills
  867. Version 0.5.13
  868. Removed skillgain from succesful parries
  869. Repair now refreshed the inventory
  870. Version 0.5.12
  871. Fixed being able to hurt party members with the bow and arrow
  872. Version 0.5.11
  873. Added /mmoedit command
  874. Fixed bug preventing player versus player damage
  875. Fixed bug preventing damage from scaling with unarmed & bows
  876. Fixed disarm proc making the opponent dupe his/her items
  877. Added mcmmo.tools.mmoedit permission
  878. Added mcmmo.commands.setmyspawn permission
  879. Added totalskill to /stats
  880. Changed the look of /stats
  881. Version 0.5.10
  882. Fixed trying to set health to an invalid value
  883. Version 0.5.9
  884. Fixed duping inventories on death
  885. Version 0.5.8
  886. Fixed bug where players inventories would dupe during combat
  887. Version 0.5.7
  888. Fixed monsters instant killing players
  889. Misc fixes
  890. Version 0.5.4
  891. Changed herbalism skill gain from wheat to be WAAAAY slower
  892. Version 0.5.3
  893. Players will now correctly drop their inventories when killed by a monster
  894. Version 0.5.2
  895. Fixed MAJOR bug preventing swords skill from gaining through combat
  896. Version 0.5
  897. Archery Added
  898. Swords Added
  899. Acrobatics Added
  900. Logging for Party/Admin chat added
  901. Fixed whois to show correct values for Excavation
  902. Made death messages much much more specific
  903. Version 0.4.4
  904. Fixed being able to repair full durability iron tools
  905. Fixed herbalism benefits not behaving properly
  906. Fixed removing 1 diamond from every stack of diamond when repairing diamond
  907. Version 0.4.2
  908. Removed myspawn from the motd
  909. Version 0.4.1
  910. Fixed /mcc showing incorrect command for herbalism
  911. Changed unarmed skillrate to be much slower than before
  912. Modified a few skill descriptions
  913. Added permission for /whois
  914. Players can now use admin chat without being op as long as they have the correct permission (requires Permissions)
  915. Version 0.4
  916. Permissions support
  917. Removed OPs having different names than normal players
  918. Removed /setspawn & /spawn
  919. Slowed down excavation skill rate
  920. Fixed excavation coal drop being too rare
  921. Version 0.3.4
  922. Creepers now give double xp for unarmed
  923. Iron armor can now be repaired!
  924. Fixed bug stopping items from being repaired
  925. Version 0.3.3
  926. Yet another herbalism skill gain tweak
  927. Version 0.3.2
  928. Changed excavation loot tables to be more rewarding
  929. Changed sand to give normal excavation xp instead of double xp
  930. Fixed herbalism skill exploit
  931. Mobs killed with unarmed now drop loot properly
  932. Unarmed xp rate depends on mob (zombies lowest fyi)
  933. Huge player crashing bug fix on disarm!
  934. Version 0.3.1
  935. Fixed excavation not saving properly
  936. Fixed repair using excavation values
  937. Version 0.3
  938. Unarmed skill
  939. Herbalism skill
  940. Excavation skill
  941. Many bugfixes (thanks for reporting them!)
  942. /<skillname> - Detailed information about skills in game
  943. Version 0.2.1
  944. Misc bugfixes
  945. Version 0.2
  946. Repair ability added
  947. Repair skill added
  948. Iron Armor repair temporarily disabled
  949. Anvils (Iron Block) added
  950. /mcmmo & /mcc added
  951. Misc changes to existing commands
  952. Misc bug fixes
  953. Version 0.1
  954. Releasing my awesome plugin