Changelog.txt 45 KB

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