Changelog.txt 61 KB

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