Minecraft an open-world game that promotes creativity, collaboration, and problem-solving in an immersive environment where the only limit is your imagination.
Mods are add-ons allow changes Minecraft's game content from what it originally was. With Mods you can make your own world within Minecraft by programming a whole new set of rules and situations!
- Updated on: March 3, 2017
- Comments:
- Newest File: enderpay-1.10/1.10.2-0.0.3.jar
- Release Type: Release
- Supports: 1.11.2,1.10.2
- License: All Rights Reserved
EnderPay Mod adds economy to forge servers. The diffculty that appers when one wants to add economy to the server is where the credits should come from.
To solve that problem EnderPay introduces basic income and stamped money.
By default the user gets 100 credits on first login, and 50 for each (real time) day, as long as they login at least once every 6 days.
Each day 1% of user balance is taken from him and 1% of each banknote’s value is lost.
The amount of tax taken each day is configurable (as well as other values)
Default configuration
# Configuration file basicincome { # Amount of credits to give each player each day [range: 0 ~ 10000, default: 50] I:amount=50 # Day length in minutes [range: 1 ~ 525600, default: 1440] I:dayLength=1440 # Number of days after banknote no longer has value [range: 1 ~ 100, default: 10] I:daysAfterBanknotesExpires=10 # Each day give set amount of credits to each player to stimulate economy [default: true] B:enabled=true # Maximum number of day since last login the player will be payed for. [range: 1 ~ 20, default: 6] I:maxLoginDelta=6 # Number of days of inactivity after account balance will be set to startBalance [range: 1 ~ 100, default: 100] I:resetLoginDelta=100 } general { # Should banknotes be consumed when used by player in creative mode [default: true] B:consumeBanknotesInCreativeMode=true # Currency name (displayed in HUD, max 20 char) [default: credits] S:"currency name (multiple)"=credits # Currency name (displayed in HUD, max 20 char) [default: credit] S:"currency name (singular)"=credit # Set to true to allow crafting banknotes [default: true] B:registerBanknoteRecipe=true # Amount of credits given to new players joining the server [range: 0 ~ 10000, default: 100] I:startBalance=100 } stampedmoney { # Take % of players money each day to stimulate economy [default: true] B:enabled=true # What percentage of players money should be taken each day [range: 0 ~ 100, default: 1] I:percent=1 }
Crafting recipes
This mod allows you to craft blank banknote with the following recipe.
Right click with blank banknote in your hand to open GUI where you can enter the amount of credits to fill the banknote with.
Commands
/balance – Check account balance
/pay <player> <amount> – Pay another player money from your account
/wallet balance <player> – Check another player’s account balance
/wallet give <player> – Add credits to player’s account
/wallet take <player> – Take credits from player’s account
/wallet set <player> – Set player’s account balance
Spotlights:
How to install:
- Install the version of Forge that corresponds with the mod (http://files.minecraftforge.net/ Choose the installer version of Forge)
- Download the EnderPay Mod.
- Drop the entire zipped file into your mods folder (Search %appdata% on your PC then go into .minecraft, then mods(create this folder if it is not there))
- Open Minecraft and make sure your profile is set to Forge
- Start Minecraft and enjoy!
Download Mods:
This is made by kamildanak, all credit to modder. Visit the original thread here for all info.