Changelog.txt 55 KB

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