1.14.0 Dec 29, 2023
1.14.0 Changelog

MissionPouches 1.14.0

API Updates
- Added a BiFunction with ConfigurationSection and ItemStack as its parameter. The new ItemStack parameter is the pouch item. This allows you to modify the item when it gets passed to your expansion.

New External Expansion
- Unique Kills - available now on Discord! 


1.13.0 Dec 23, 2023
1.13.0 Changelog

MissionPouches 1.13.0
Library Updates
- Updated NBT-API, XSeries and a couple of other libraries to their latest version.

Feature Updates
- 1.20.4 is now fully supported without any errors.


1.12.0 Oct 18, 2023
1.12.0 Changelog

MissionPouches 1.12.0
Library Updates
- Updated NBT-API, XSeries and a couple of other libraries to their latest version.

Feature Updates
- 1.20.2 is now fully supported without any errors.


1.11.0 Jun 26, 2023
1.11.0 Changelog

MissionPouches 1.11.1
Library Updates
- Updated Adventure, NBT-API, and a couple of other libraries to their latest version.

Feature Updates
- 1.20 is now fully supported without any errors.
- Added optional permission checks to the random actions. Check out the wiki!


1.10.1 Apr 12, 2023
1.10.1 Changelog

MissionPouches 1.10.1
Bug Fixes
- Fixed a critical dupe issue. Details on this won't be shared, but I recommend updating to this version as soon as possible.

Library Updates
- Updated Adventure, NBT-API, and a couple of other libraries to their latest version.

Feature Updates
- 1.19.4 is now fully supported without any errors. It was supported previous to this update, but there was a warning in the console. 


1.10.0 Mar 8, 2023
1.10.0 Changelog
MissionPouches 1.10.0
Feature Updates
- Added a "pouch weight" option. This is used for the /missionpouches giverandom command. Check out the wiki for more information.
 
Bug Fixes
- Fixed an issue where a negative weight would cause issues.

1.9.1 Feb 20, 2023
1.9.1 Changelog
MissionPouches 1.9.1
Feature Updates
- Added a giverandom command. It takes a player argument. Example: /mp giverandom <Player>. It'll give a random pouch.

1.9.0 Jan 30, 2023
1.9.0 Changelog
MissionPouches 1.9.0
Feature Updates
- Added an upgrade pouch option - this will allow players to combine 9 pouches of the same type, and convert it into one pouch of another type. This was requested by an user. To use this feature, check out the wiki.
 
Bug Fixes
- Fixed an issue where cancelled events would trigger progress.

1.8.0 Jan 17, 2023
1.8.0 Changelog
MissionPouches 1.8.0
Feature Updates
- API updates:
  • The main plugin instance can now be accessed with MissionPouches.getInstance().
  • MissionManager access has been added to the API as well, so you can register your own mission types without an expansion.
  • MissionCheckPouchesEvent has been added - this'll be fired when an expansion checks for pouches.
- Updated BoostedYAML configuration library.

1.7.0 Dec 29, 2022
1.7.0 Changelog
MissionPouches 1.7.0
Feature Updates
- Added a built-in random generator placeholder. Use {random:<min>-<max>} in an action to generate a random number with those bounds.
- Updated Adventure library.
- Updated XSeries library.

1.6.1 Dec 17, 2022
1.6.1 Changelog
MissionPouches 1.6.1
Bug Fixes
- Fixed an issue where an error was thrown when crafting items.

1.6.0 Dec 8, 2022
1.6.0 Changelog
MissionPouches 1.6.0
Feature Updates
- Added an option to keep pouches on death. More information on the wiki.
 
Internal Updates
- Updated Adventure version.

1.5.0 Nov 17, 2022
1.5.0 Changelog
MissionPouches 1.5.0
Feature Updates
- Added 2 new performance options: 
--- Cache writing, which will write data in bulk. This option is experimental.
--- Hotbar Only, this will make it so only hotbar slots are checked. Drastically reduces the amount of slots to check.

1.4.1 Nov 10, 2022
1.4.1 Changelog
MissionPouches 1.4.1
Bug Fixes
- Fixed an issue where Console actions were executed as the player.

1.3.0 Oct 23, 2022
1.3.0 Changelog
MissionPouches 1.3.0
Feature Updates
- Added shaped recipe support! This will allow pouches to be craftable. Supports all parameters, even expire time!
 
Bug Fixes
- Fixed an issue where legacy version item format was messed up.

1.2.3 Oct 13, 2022
1.2.3 Changelog
MissionPouches 1.2.3
Feature Updates
- You can now specify amount in /mp give and /mp giveall. Syntax:
/mp give <Player> <Pouch> [Amount]
 
Bug Fixes
- Fixed a rare issue where a NBTAPI error was thrown sometimes.

1.2.2 Oct 8, 2022
1.2.2 Changelog
MissionPouches 1.2.2
Bug Fixes
- Fixed wrong time unit in the Title action.
 
MissionPouches 1.2.1
Feature Updates
- Added bStats metrics. This is used so I can know the amount of servers that are using the plugin. You can opt out of this. Instructions are in the plugin page.
- Added 2 new actions: Broadcast (was added on the last version but forgot to mention it), and Title. Check the wiki!

1.1.2 Oct 3, 2022
1.1.2 Changelog
MissionPouches 1.1.2
Feature Updates
- Added a new command: /mp giveall <Pouch>. This will give a pouch to all online players.
 
New External Expansion
- CrateReloaded - available now on Discord!

1.1.1 Sep 30, 2022
1.1.1 Changelog
MissionPouches 1.1.1
Feature Updates
- Added single progress mode - a configuration option that will set whether all pouches will get progress, or just one.
- Added tab complete support for pouches in /mp give.
- Added a configuration option to drop the item if the target player's inventory is full when using /mp give.
 
Bug Fixes
- Fixed an error that was thrown when parameters were empty. Now if no parameters are specified, it'll pass all checks.

1.1.0 Sep 30, 2022
1.1.0 Changelog
MissionPouches 1.1.0
Feature Updates
- Added single-mission mode for pouches - this will make it so only one mission from the list has to be completed to unlock the pouch.
- Added expiration - pouches can now have expiration times. Set in the pouch config as seconds.
- Added glow support for pouch items.
 
Check out the wiki for examples!

1.0.1 Sep 16, 2022
1.0.1 Changelog

MissionPouches 1.0.1

Feature Updates

- Added support for CustomModelData. Only available for 1.14+ servers. Simply specify modelData in an item. More information on the wiki.

- Added support for PlaceholderAPI when executing actions.

 

New External Expansion

- MythicMobs - available now on Discord!


1.0.0 Sep 15, 2022