Changelog.txt 52 KB

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