Changelog.txt 49 KB

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