Changelog.txt 47 KB

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