Verify your email address to post your own reply!

Lost the email? Request a new email verification message here. Make sure to check your spam and junk folders!


Page: 1

Innings Sep 16, 2020
CONFIG FILE:

storage-filename: 'storage.db'


ways-to-earn:
playing:
enabled: true
chance: 20
amount: 10
# Time in minutes
timer: 1
mining:
enabled: true
chance: 30
amount: 10
types: [ 'stone' ]
killing_mobs:
enabled: true
chance: 10
amount: 10
types: [ 'zombie' ]
harvesting_crops:
enabled: true
chance: 30
amount: 10
types: [ 'wheat', 'crops' ]
fishing:
enabled: true
chance: 30
amount: 10

shard-shop:
title: '&a&lShard Shop'
size: 27
filler:
type: 'stained glass pane'
glow: true
display-name: '&f '
items:
Money:
type: 'paper'
glow: false
price: 10
slot: 11
display-name: '&a&l$100,000'
lore:
- ''
- '&a&l∙ &a&lCOST &f10 Shards'
- ''
commands:
- 'eco give %player% 100000'
Experience:
type: 'exp bottle'
glow: false
display-name: '&a&l5,000 Exp'
price: 4
slot: 13
lore:
- ''
- '&a&l∙ &a&lCOST &f4 Shards'
- ''
commands:
- 'exp give %player% 5000'
EmeraldBlocks:
type: 'emerald block'
glow: false
display-name: '&a&lEmerald Blocks &8(&ax64&18x18'
price: 1
slot: 15
lore:
- ''
- '&a&l∙ &a&lCOST &f1 Shard'
- ''
commands:
- 'give %player% emerald_block 64'
Innings Sep 16, 2020
MESSAGES.YML

earn.playing=&aYou have earned {amount} shards for playing
earn.mining=&aYou have earned {amount} shards for mining
earn.harvesting=&aYou have earned {amount} shards for harvesting crops
earn.killing=&aYou have earned {amount} shards for killing a mob
earn.fishing=&aYou have earned {amount} shards for fishing

shop.not-enough=&cYou don't have enough shards to buy this item
shop.bought=&aYou have bought a item

command.only-players=&cOnly players can run this command
command.no-permission=&cYou don't have permission to do that!
command.offline=&c{player} is offline
command.not-number=&c{number} is not a number

command.balance=&cYour balance is {balance} shards
command.balance.others=&c{player}'s balance is {balance} shards

command.pay.not-enough=&cYou don't have enough shards to pay
command.pay.paid=&aYou have paid {amount} shards to {player}
command.pay.received=&aYou have received {amount} shards from {player}

command.take.taken=&aYou have taken {amount} shards from {player}

command.give.gave=&aYou have gave {amount} shards to {player}

command.set.setted=&aYou have set {player}'s balance to {amount} shards
Page: 1