I recommend updating to this version specifically for the first fix in this list. Vaults in Malts are designed to not be cached so this could have undefined behavior.
- Fixes Malts inappropriately caching vaults
- Fixes Malts' update checker message in lang files
- Fixes Malts not adding default vaults/stock. Config defaults are now added to player totals (permission + database + config) = total
- Fixes an extra page being shown in the warehouse gui unecessarily
Full Changelog: https://github.com/BreweryTeam/Malts/compare/1.0.1...1.0.2
Modrinth: https://modrinth.com/plugin/malts Hangar: https://hangar.papermc.io/BreweryTeam/Malts GitHub: https://github.com/BreweryTeam/Malts
Malts v1.0.1:
Small patch for gui item caching. This patch won't make a noticeable difference for most users, but for servers which have large amounts lores and/or gradients in gui items, this will make Malts disappear off your spark profiler.
Full Changelog: https://github.com/BreweryTeam/Malts/compare/1.0...1.0.1
Modrinth: https://modrinth.com/plugin/malts Hangar: https://hangar.papermc.io/BreweryTeam/Malts GitHub: https://github.com/BreweryTeam/Malts
Malts 1.0:
Hi everyone, I'm happy to announce that I'm dropping the -BETA tag from Malts' versioning and officially releasing Malts v1.0! While nothing much has changed internally, this mostly signifies that I'm comfortable with telling people to run this in production.
If you're currently using PlayerVaults, AxVaults, or another vaults plugin, give Malts a try! Let me know what you think, what it's missing, or any other suggestions! If you're not using any vaults plugin and are interested in a virtual backpack/mass storage system for your players, also give this plugin a try :)
- P.S. Malts could use some translations! If you speak another language, feel free to submit a PR.
What's Changed
- feat(translations): added Chinese translation by @SnowCutieOwO in https://github.com/BreweryTeam/Malts/pull/1
- feat(commands): added
/malts editvault <id> <name|icon|trust>for editing your own vaults via the command line - feat(update-checker): an update checker! Malts now includes an update checker which can be toggled off in your
config.yml. - fix(commands):
/pvsearchusing/malts vaultother <name> <id>for clickable in-chat commands even when the viewed vaults was from the sender. Malts will now use/malts vaults <id>when running the command on your own vaults. - chore(license): swapped Malts' license from GPLv3 to MIT
New Contributors
- @SnowCutieOwO made their first contribution in https://github.com/BreweryTeam/Malts/pull/1
Full Changelog: https://github.com/BreweryTeam/Malts/compare/0.9-BETA...1.0
Modrinth: https://modrinth.com/plugin/malts Hangar: https://hangar.papermc.io/BreweryTeam/Malts GitHub: https://github.com/BreweryTeam/Malts
🦃 Happy Thanksgiving!
0.9-BETA:
-
Adds
/pvsearch <query> -player <player?> -page <page?>(/malts search <query> -player <player?> -page <page?>). This command can be used to search for items in vaults easily. This command will match by effective names, materials, and lores. Players may search through their own vaults, or through vaults they are trusted in. The search command pulls up and in-chat text interface which players may use to navigate through their search queries. Clicking on a matched item in chat will open up the vault it's in and hovering on it will show the full item description as appears in the vault. The new permissions added aremalts.command.searchandmalts.searchother. -
Fixes Malts not automatically adding new keys into the lang. The only officially supported lang right now is
en_us. For custom translations, you'd need to manually translate and add them in. Or, submit a PR for another language: https://github.com/BreweryTeam/Malts
That's it. Have a good day! ❤️
Full Changelog: https://github.com/BreweryTeam/Malts/compare/0.8-BETA...0.9-BETA
Modrinth: https://modrinth.com/plugin/malts Hangar: https://hangar.papermc.io/BreweryTeam/Malts GitHub: https://github.com/BreweryTeam/Malts
0.8-BETA:
- Adds some extra command-line interactions for warehouses, including:
/warehouse <deposit|withdraw> <material> <amount>. - Orphaned keys in configurations won't be removed anymore on load/reloads.
That's it. Have a good day! ❤️
Full Changelog: https://github.com/BreweryTeam/Malts/compare/0.7-BETA...0.8-BETA
Modrinth: https://modrinth.com/plugin/malts Hangar: https://hangar.papermc.io/BreweryTeam/Malts GitHub: https://github.com/BreweryTeam/Malts
0.7-BETA:
- Fixes temporarily cached objects being cleared from Malts' cache earlier than expected.
- Fixes
/malts vaultadmin transferbeing able to transfer between the same player. - Adds translation keys for
/malts vaultadmin transfer. - Adds
/malts vaultname <name>for allowing players to open vaults by their custom vault names (e.g./malts vaultname ores) - Adds
/pvnand/pvowhich are aliases for/malts vaultnameand/malts vaultotherrespectively.
Full Changelog: https://github.com/BreweryTeam/Malts/compare/0.6-BETA...0.7-BETA
Modrinth: https://modrinth.com/plugin/malts Hangar: https://hangar.papermc.io/BreweryTeam/Malts GitHub: https://github.com/BreweryTeam/Malts
This release includes a variety of bug fixes:
- Fixed warehouse removing items from a player's warehouse even when the player inventory is full and cannot hold the item for left and right click.
- Fixed configurations being stale after reloading and items in guis not properly being reloaded with
/malts reload. - Fixed a typo in the "View Warehouse" item in the
gui.ymlconfig. - Adds `/malts vaultadmin <user> transfer <user> which allows admins to transfer vaults between players. (Translation keys not yet supported).
Full Changelog: https://github.com/BreweryTeam/Malts/compare/0.5-BETA...0.6-BETA
Modrinth: https://modrinth.com/plugin/malts Hangar: https://hangar.papermc.io/BreweryTeam/Malts GitHub: https://github.com/BreweryTeam/Malts
This release includes:
- The ability for players to configure the 'quick-return' feature individually. Players can use `/malts quickreturn <left|right|middle|none> to specify how they want to use quick-return in their vaults or warehouse.
- Fixes Malts throwing an
IllegalStateExceptionduringPlayerAttemptPickupItemafter a player has logged off. - Players not getting any feedback about not being able to open a vault that is already open by another player.
- Some other small fixes.
Have a good day!
Full Changelog: https://github.com/BreweryTeam/Malts/compare/0.4-BETA...0.5-BETA
Modrinth: https://modrinth.com/plugin/malts Hangar: https://hangar.papermc.io/BreweryTeam/Malts GitHub: https://github.com/BreweryTeam/Malts
Minor release:
- Support for imports from 'AxVaults'.
- Support for economy provider from 'PlayerPoints'.
- Fixed console senders being able to run 'malts' aliased to other subcommands that can only be run by players.
- Fixed players who don't have proper permissions being able to run '/malts' aliased to other subcommands. Players running '/malts' aliased to anything else must now also have the permission for the respective subcommand. (In addition to malts.commands.base.)
- Added extra API for getting every known vault to Malts. This method doesn't return
SnapshotVaults and instead returns fully constructedVaults.
Have a good day!
Full Changelog: https://github.com/BreweryTeam/Malts/compare/0.3-BETA...0.4-BETA
Modrinth: https://modrinth.com/plugin/malts Hangar: https://hangar.papermc.io/BreweryTeam/Malts GitHub: https://github.com/BreweryTeam/Malts
Just a small release to fix some issues:
- Fixed a lot of broken logic after implementing the event API.
- Fixed players being able to see tab-completions for commands they don't have access to.
Have a good day!
Full Changelog: https://github.com/BreweryTeam/Malts/compare/0.2-BETA...0.3-BETA
Modrinth: https://modrinth.com/plugin/malts Hangar: https://hangar.papermc.io/BreweryTeam/Malts GitHub: https://github.com/BreweryTeam/Malts
Hi, a couple of things have changed.
This is the third release of Gringotts, now renamed to Malts. I'm aware there's been a lot of confusion as to what this plugin actually is because of the name 'Gringotts'. This plugin doesnt have anything to do with nikosgram/gringotts's item-based economy plugin.
Although Malts (Gringotts) is still in beta and the name doesn't matter all that much currently, I should have done my due-diligence in giving it a better name and a name not already used by another plugin. As stated before, this project is being renamed to Malts, short LumaVaults. Just keep in mind going forward that this is a vaults plugin and is it's own from-scratch project.
Finally, getting to the release notes:
- A couple of economy features have been implemented for vaults. You can find the new settings in the configuration file.
- A few other bug have been patched.
That's all for this beta release. Thanks for reading and have a good day!
Modrinth: https://modrinth.com/plugin/malts Hangar: https://hangar.papermc.io/BreweryTeam/Malts GitHub: https://github.com/BreweryTeam/Malts
Hi, this release mostly contains feature additions along with a few nuanced bug fixes.
- You can now change the default vault icon under "vaults" in the
config.yml. - The character limit for vault names has been implemented and now works.
- A rough API has also been added. See
dev.jsinco.gringotts.apifor more details on the API. - Gringotts now includes a bStats instance: https://bstats.org/plugin/bukkit/Gringotts-Vaults/27527
Upon Gringotts' first release (or possibly some time before then), I'll be changing the name to something else so-as to not cause confusion between this vaults plugin and any others. Any suggestions are welcome, thanks!
Gringotts is also now available on Modrinth, get your downloads here:
* Please do not use this build on a production server!
The first release of Gringotts. This project is currently in beta. See the front page for more info.




