Changelog.txt 74 KB

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