The MultiWorld Money $$$
This mod depend on
https://github.com/MilkBowl/Vault plugin. With this plugin you will be able to group money per group of world for a single server.
You will need also
EssentialsX plugin:
https://www.spigotmc.org/resources/essentialsx.9089/ .
Example group :
Code (Text):
group:
default:
- world
- world_nether
- world_the_end
prisonGroup:
- prison
Adventure:
- adventure1
- adventure2
groupinfo:
default:
startingbalance: 0.00
prisonGroup:
startingbalance: 500.00
Adventure:
startingbalance: 1500.02
So here we have the first group "default" that include 3 worlds. So players traveling to each world in "default" will keep the same money.
Second group "prisonGroup" that only have the world "prison" have its own money. Etc...
Example data Player :
Code (Text):
Player:
Name: Patfreeze
LastConnection: '201804011907'
default: 2376.83
prisonGroup: 9.0
If you look closer, you will notice that group "Adventure" is not in the player file of Patfreeze. Don't worry! This mean Patfreeze doesn't yet go to one of this group of world.
When Patfreeze will go to one of them, that will create automatically is balance.
When you start this plugin for the first time and a player login. A backup file named backupVault will be created with all players data from vault. This file is there just in case.
By default all world will be send to the group "default" if in config file "newWorldInDefault" is true. If not each world will have is own group.
Goals for this mod :
Make your server a better world!
Hope this will help a lot of server.
