Changelog.txt 64 KB

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