diff --git a/Changelog.txt b/Changelog.txt index fcfe97634..9f47466b8 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -60,6 +60,7 @@ Version 2.1.0 = (MySQL) You can now inspect offline players = (MySQL) When converting from MySQL to flatfile mcMMO will now properly include all users in the conversion process + (Party) Parties can now have size limits (configurable in config.yml), party size is unlimited by default + ! (Experience) The XP values of fish are now based on their rarity and have been drastically changed ! (Item) Improved some of the messages sent to the player regarding the Chimaera Wing ! (Party) Party member list will only include members of the party that you can see (aren't vanished) ! (Skills) Some skill level rank requirements have changed diff --git a/src/main/resources/experience.yml b/src/main/resources/experience.yml index cf9c16ae5..da9548d55 100644 --- a/src/main/resources/experience.yml +++ b/src/main/resources/experience.yml @@ -125,10 +125,10 @@ Experience: Archery: Distance_Multiplier: 0.025 Fishing: - Cod: 800 - Salmon: 800 - Tropical_Fish: 800 - Pufferfish: 800 + Cod: 100 + Salmon: 600 + Tropical_Fish: 10000 + Pufferfish: 2400 Shake: 50 Excavation: Clay: 40