mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36:46 +01:00
Merge pull request #501 from t00thpick1/patch-1
Incorrect key on changelog entries
This commit is contained in:
commit
dd766d5363
@ -8,8 +8,8 @@ Key:
|
|||||||
- Removal
|
- Removal
|
||||||
|
|
||||||
Version 1.3.13-dev
|
Version 1.3.13-dev
|
||||||
+ Overall SQL query improvements
|
! Overall SQL query improvements
|
||||||
+ Reduced number of SQL queries for mcTop command from 11 to 1, speeding it up immensely
|
! Reduced number of SQL queries for mcTop command from 11 to 1, speeding it up immensely
|
||||||
+ Added task to prune old and powerless users from the SQL database.
|
+ Added task to prune old and powerless users from the SQL database.
|
||||||
*** WARNING: THIS WILL RUN AUTOMATICALLY ON YOUR DB. IF YOU ARE WORRIED ***
|
*** WARNING: THIS WILL RUN AUTOMATICALLY ON YOUR DB. IF YOU ARE WORRIED ***
|
||||||
*** ABOUT DATA LOSS, BACK UP YOUR SQL DATA BEFORE INSTALLING THIS BUILD ***
|
*** ABOUT DATA LOSS, BACK UP YOUR SQL DATA BEFORE INSTALLING THIS BUILD ***
|
||||||
@ -96,9 +96,9 @@ Version 1.3.11
|
|||||||
= Fixed bug where mcMMO could throw NPE errors if trees cut down were from a custom mod and had an id of 17
|
= Fixed bug where mcMMO could throw NPE errors if trees cut down were from a custom mod and had an id of 17
|
||||||
= Fixed dupe bug where mcMMO would ignore other block-protection plugins for various abilities
|
= Fixed dupe bug where mcMMO would ignore other block-protection plugins for various abilities
|
||||||
= Fixed NPE with hardcore mode's vampirism
|
= Fixed NPE with hardcore mode's vampirism
|
||||||
|
|
||||||
Version 1.3.10
|
Version 1.3.10
|
||||||
+ Added 1.3.1 compatibility
|
+ Added 1.3.1 compatibility
|
||||||
+ Added permission node for Iron Grip ability (mcmmo.ability.unarmed.irongrip)
|
+ Added permission node for Iron Grip ability (mcmmo.ability.unarmed.irongrip)
|
||||||
+ Added ability for custom blocks to drop a range of items.
|
+ Added ability for custom blocks to drop a range of items.
|
||||||
+ Added Ability API functions
|
+ Added Ability API functions
|
||||||
@ -111,7 +111,7 @@ Version 1.3.10
|
|||||||
= Fixed menu exit button not working
|
= Fixed menu exit button not working
|
||||||
= Fixed Repair enchant downgrade not working
|
= Fixed Repair enchant downgrade not working
|
||||||
= Fixed NPE caused by Spout players after a /reload
|
= Fixed NPE caused by Spout players after a /reload
|
||||||
= Fixed ConcurrentModificationException on world unload
|
= Fixed ConcurrentModificationException on world unload
|
||||||
= Fixed players never being removed from memory (memory leak)
|
= Fixed players never being removed from memory (memory leak)
|
||||||
= Fixed admin chat being seen by everyone
|
= Fixed admin chat being seen by everyone
|
||||||
= Fixed issue with UTFDataFormatException occurring on occasion when trying to load Chunklets
|
= Fixed issue with UTFDataFormatException occurring on occasion when trying to load Chunklets
|
||||||
@ -122,7 +122,7 @@ Version 1.3.10
|
|||||||
= Fixed custom woodcutting blocks throwing errors.
|
= Fixed custom woodcutting blocks throwing errors.
|
||||||
= Fixed possible ClassCastException from catching something other than a mob when using the Shake Mob skill
|
= Fixed possible ClassCastException from catching something other than a mob when using the Shake Mob skill
|
||||||
! Changed the format by which Chunklets are stored to be much smaller, and much faster to load
|
! Changed the format by which Chunklets are stored to be much smaller, and much faster to load
|
||||||
! Optimized how player placed blocks are tracked
|
! Optimized how player placed blocks are tracked
|
||||||
|
|
||||||
Version 1.3.09
|
Version 1.3.09
|
||||||
+ Added compatibility with AntiCheat (Which I highly recommend to prevent cheating)
|
+ Added compatibility with AntiCheat (Which I highly recommend to prevent cheating)
|
||||||
@ -238,7 +238,7 @@ Version 1.3.06
|
|||||||
= Fixed NPE error with Metrics on startup
|
= Fixed NPE error with Metrics on startup
|
||||||
= Fixed bug where Herbalism required double drops permission to give XP
|
= Fixed bug where Herbalism required double drops permission to give XP
|
||||||
= Fixed bug where {0} would be displayed in front of your power level in mcstats
|
= Fixed bug where {0} would be displayed in front of your power level in mcstats
|
||||||
= Fixed mmoupdate not being useable from console
|
= Fixed mmoupdate not being useable from console
|
||||||
= Fixed bug with repairing wooden tools
|
= Fixed bug with repairing wooden tools
|
||||||
= Fixed bug with Nether Wart not awarding XP
|
= Fixed bug with Nether Wart not awarding XP
|
||||||
= Fixed bug with fishing treasures when treasures list is empty
|
= Fixed bug with fishing treasures when treasures list is empty
|
||||||
@ -251,19 +251,19 @@ Version 1.3.06
|
|||||||
! Changed how we handled the config file to prevent any bugs when returning values
|
! Changed how we handled the config file to prevent any bugs when returning values
|
||||||
! 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
|
! 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
|
||||||
! Changed /mcremove to check for users in the MySQL DB before sending queries to remove them
|
! Changed /mcremove to check for users in the MySQL DB before sending queries to remove them
|
||||||
! Changed how the tree feller threshold worked for the better
|
! Changed how the tree feller threshold worked for the better
|
||||||
! Changed /mcremove to no longer kick players when they are removed from database
|
! Changed /mcremove to no longer kick players when they are removed from database
|
||||||
! Changed /mcremove to work on offline users for FlatFile
|
! Changed /mcremove to work on offline users for FlatFile
|
||||||
! Changed PlayerProfile constructor to always take a boolean
|
! Changed PlayerProfile constructor to always take a boolean
|
||||||
! Changed getPlayerProfile function to work for online & offline users
|
! Changed getPlayerProfile function to work for online & offline users
|
||||||
! Changed Archery's Daze to deal 4 DMG on proc (2 Hearts)
|
! Changed Archery's Daze to deal 4 DMG on proc (2 Hearts)
|
||||||
! Changed /addlevel command to work for offline users
|
! Changed /addlevel command to work for offline users
|
||||||
! Changed party & admin chat handling to be nicer to developers
|
! Changed party & admin chat handling to be nicer to developers
|
||||||
! Changed /mcrefresh to work from console
|
! Changed /mcrefresh to work from console
|
||||||
! Changed /mcrefresh to work for offline players
|
! Changed /mcrefresh to work for offline players
|
||||||
! Changed UpdateXPBar function to hopefully avoid errors
|
! Changed UpdateXPBar function to hopefully avoid errors
|
||||||
! Changed /party to show offline party members
|
! Changed /party to show offline party members
|
||||||
! Changed Blast Mining requirements, now asks for the player to be crouching
|
! Changed Blast Mining requirements, now asks for the player to be crouching
|
||||||
|
|
||||||
Version 1.3.05
|
Version 1.3.05
|
||||||
+ Added Skill Shot to Archery which increases damage dealt by 10% every 50 skill levels (caps at 200%)
|
+ Added Skill Shot to Archery which increases damage dealt by 10% every 50 skill levels (caps at 200%)
|
||||||
@ -312,7 +312,7 @@ Version 1.3.03
|
|||||||
+ Added console functionality to mctop
|
+ Added console functionality to mctop
|
||||||
= Fixed Green Terra not awarding Triple Drops
|
= Fixed Green Terra not awarding Triple Drops
|
||||||
= Fixed ClassCastException from Taming preventDamage checks
|
= Fixed ClassCastException from Taming preventDamage checks
|
||||||
= Fixed issue with Blast Mining not seeing TNT for detonation due to snow
|
= Fixed issue with Blast Mining not seeing TNT for detonation due to snow
|
||||||
= Fixed issue with block interaction returning NPEs
|
= Fixed issue with block interaction returning NPEs
|
||||||
= Fixed issue where every block broken had a mining check applied
|
= Fixed issue where every block broken had a mining check applied
|
||||||
= Fixed issue where every block broken had a herbalism check applied
|
= Fixed issue where every block broken had a herbalism check applied
|
||||||
@ -328,7 +328,7 @@ Version 1.3.03
|
|||||||
! Changed mcMMO to be better about saving player information on server shutdown
|
! Changed mcMMO to be better about saving player information on server shutdown
|
||||||
! Changed PTP to prevent teleporting if you've been hurt in the last 30 seconds (configurable)
|
! Changed PTP to prevent teleporting if you've been hurt in the last 30 seconds (configurable)
|
||||||
! Changed Chimera Wing failure check to use the maxWorldHeight.
|
! Changed Chimera Wing failure check to use the maxWorldHeight.
|
||||||
! Changed inspect failed message to say inspect rather than whois
|
! Changed inspect failed message to say inspect rather than whois
|
||||||
! Changed Call of the Wild to activate on left-click rather than right-click
|
! Changed Call of the Wild to activate on left-click rather than right-click
|
||||||
! Changed Blast Mining to track based on Entity ID vs. Location
|
! Changed Blast Mining to track based on Entity ID vs. Location
|
||||||
! Changed mmoedit to save a profile when used (this will make mctop update)
|
! Changed mmoedit to save a profile when used (this will make mctop update)
|
||||||
|
Loading…
Reference in New Issue
Block a user