Setup Minefaconomy
Because Minefaconomy comes with simply Drag&Play Support, there are 3 different ways of installing it.
1. Edit bukkit.yml
Set your bukkit.yml correctly, mainly the database part
database: username: bukkit isolation: SERIALIZABLE driver: org.sqlite.JDBC password: walrus url: jdbc:sqlite:{DIR}{NAME}.db
Maybe you just have to change the password, or if your server uses another Database system, change it according to http:wiki.bukkit.org/Bukkit.yml#database
2. Install Vault (v1.2.27)
Because the latest Vault Release isn't updated yet to support my Plugin, you need to build yourself a Dev Release, or download some prebuild dev Release of Vault, all needed Files (expect maven) comes with the Vault git. Download all Files from GitHub Vault, unzip them, open a command shell, go to the directory you unzipped it, and run "mvn package". When it's finished without errors copy over the Vault.jar from the new directory "target" to your plugins directory
3. Install Minefaconomy
Copy over the Minefaconomy.jar in your plugins folder, and run the server once, to create the needed Files. You can then stop the Server or leave it on, edit the Files in 3 diffrent ways and then restart, or reload.
The Easy Op Default Way
The most comfortable and easiest way to install:
Open the config.yml in the plugins\minefaconomy Set DefaultToOp : true, every permission in mfc.user will automatically be given to every User, ever permission in mfc.admin will be given to every Op And Done!
The Easy Permission Way
Needs a Permission System installed on your Server, an easy way for small Servers to install the Plugin
Open the config.yml in the plugins\minefaconomy check if every Permission matches your imaginations, for example if you don't want Auto account creation for every user, remove the mfc.auto permission from mfc.user Switch to your permission plugin and set permissions mfc.user and mfc.admin to your Users
The Long Permission System
Needs a Permission System also installed on your Server, it's the most customizable Install option, you don't need to change anything in the config.yml in plugins\minefaconomy (except the name if you want to) just go to your permission plugin and set every User or group the desired permissions
Comments