Changelog.txt 46 KB

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