Changelog.txt 81 KB

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