Changelog.txt 46 KB

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