-
Notifications
You must be signed in to change notification settings - Fork 2
Configuration Explaination
JyckoS edited this page Dec 1, 2018
·
3 revisions
Your config should look something like this.
minimumDeposit: 100
maximumDeposit: 100000
font:
width: 4
height: 4
normal_deposit:
picture: "https://i.imgur.com/5OVoqcG.png" #You want to have your picture here for the target-less deposit item.
amount:
starting_x: 43 # X of where the word painting starts
starting_y: 39 # Y
sender:
starting_x: 34 # Same too
starting_y: 65 #specific_deposit:
picture: "https://i.imgur.com/V0YjBWe.png" # Picture link for the deposit-target item.
amount:
starting_x: 43
starting_y: 39
sender:
starting_x: 34
starting_y: 65
receiver:
starting_x: 23
starting_y: 91
item_look:
name: "&a&lMoney Paper"
lores:
- "&7Contains: &a$%m"
- "&7From: &f%o"
item_look_specific:
name: "&6(Private) &a&lMoney Paper"
lores:
- "&7Contains: &a$%m"
- "&7From: &f%o"
- "&7For: &f%p"
depositMessage:
- "&8[&a&l ! &8] &7Your money has been successfully deposited."
- "&c- $%m"
depositMessageSpecific:
- "&8[&a&l ! &8] &7Your money has been successfully deposited for %p."
- "&c- $%m"
withdrawMessage:
- "&a&lMoney Withdrawn. &7You got &a$%m &7from %o"