Changelog.txt 84 KB

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