Changelog.txt 48 KB

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