Changelog.txt 77 KB

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