[+] per world
[+] tab complete
[=] fixed the config error of the last update
default config is now this
Code (YAML):
pc:
item
: 'PAPER'
name
: ' &bPappercurrency'
glow
: true
max
: 100000000
min
: 1
#if punishment is true plugin will ban when dupe found
#if punishmentsame is true plugin will only ban if the note maker and redeemer is same
#this prevents false ban when dupe notes distributed(no one will get money and dupe message will still comes)
punishment
: false
punishmentsame
: true
#you can put ban, kick, ipban etc
punish
: 'ban'
banmessage
: 'found you duping'
# 1=no tax, 0.1=10% 0.2=20%
#10/100=0.1
tax
: 0.1
message:
lore
:
- '&6+
-------------------+'
- '&bAmount - &6$&2
%amount%'
- '&7by
%player% &7on &8%date%'
- '&7Tax
:
&d%tax%%'
- '&6+
-------------------+'
redeem
: '&a
%amount%- amount of banknote is added to balance'
amount
: '&eYou dont have
%amount%'
dupe
: '&cDuper found
%player% is redeemer and %player1% is note creater'
discord
: 'Duper found
%player% is redeemer and %player1% is note creater'
actionbar
: '&6>> &6$&a
%amount%- amount of banknote is added to balance &6<<'
title
: '&6>> &6$&a
%amount%- amount of banknote is added to balance &6<<'
world
: '&cThis command is not allowed in this world'
#add ranks which will have sounds
ranks
:
- vip
- default
#get sound from here https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
#global sound is for those which are not in ranks list
sound:
global
: 'BLOCK_ANCIENT_DEBRIS_STEP'
default
: 'BLOCK_ANVIL_PLACE'
vip
: 'ENTITY_EXPERIENCE_ORB_PICKUP'
volume
: 1
pitch
: 0
actionbar
: true
title
: true
round
: false
#discord webhook
webhook
: false
#To get this link goto settings channel in which you want message to be sent then Integrations
#create new webhook there and copy paste here
url
: 'https://discord.com/api/webhooks/123/blabla'
#add worlds which you want to allow
worlds
:
- 'world'
- 'world_nether'
- 'world_the_end'
- 'pvp'