Mods / Destaria Bank System
Author: Yoldovahkriid
Side: Both
Created: Oct 14th at 5:58 PM
Last modified: Oct 22nd at 6:15 PM
Downloads: 452
Follow Unfollow 6
Recommended download (for Vintage Story 1.21.5):
destariabanksystem_1.0.2.zip
1-click install
This mod adds server side item storage accessible through entities. Essentially upgradeable Ender Chests. It is intended to be used on the Destaria VS Server. You may however use it for your own server if you want so here is a quick guide:
- Create an entity and give it the "bankteller" EntityBehavior (or use the built in bankteller creature)
- Modify or create the bankconfig.json ModConfig (This is the default file)
{
"accountTypes": {
"basic": {
"QuantitySlots": 9,
"Cost": {
"type": "item",
"code": "game:ingot-copper",
"quantity": 2
},
"NextType": null
}}
The Key after accounttypes is the name of the accounttype in this case called "basic", QuantitySlots describe the amount of Slots that type has, Cost defines how much it costs to upgrade the storage to the next type(if there is a next one), NextType contains the name of the type that a player gets after upgrading set it to null for no further upgrades.
| Mod Version | Mod Identifier | For Game version | Downloads | Released | Changelog | Download | 1-click mod install* |
|---|---|---|---|---|---|---|---|
| 1.0.2 | destariabanksystem | 409 | Oct 22nd at 6:15 PM | destariabanksystem_1.0.2.zip | 1-click install | ||
|
Added a /wipebank <playername> and /wipeallbanks command for admins | |||||||
| 1.0.1 | destariabanksystem | 23 | Oct 17th at 7:39 PM | destariabanksystem_1.0.1.zip | 1-click install | ||
|
Server and Client should now have a synced configs | |||||||
| 1.0.0 | destariabanksystem | 20 | Oct 14th at 6:00 PM | destariabanksystem_1.0.0.zip | 1-click install | ||
|
Initial Release | |||||||
HaMeRoN there should be no compatibility issues as the mod does not interact with any outside behaviors. I have no issues with supporting it as any issues present would probably also affect my own server.
Fantastic mod idea—I really like it!
I run a server with a steady 20–30 players online and would love to install this mod. However, since our modpack has 120+ mods, I’m worried about breaking something. How compatible is this mod with other mods, and how willing are you to support it if issues arise?
Thanks for your work!