Changelog.txt 48 KB

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