- [+] Added support to make banknotes with xp now
- [=] pcmax missing message fixed
now at the end of all commands you can write xp to make xp notes
thankfuly no previous version is broken from 2.0 and up.
- check out the config redefined
- its is a big update a step towards getting compared to other paid plugins.
if you really like the plugin consider donating pls.
Code (YAML):
#common settings
item
: 'PAPER'
name
: ' &bPappercurrency'
glow
: true
#----------------------------------
#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'
#----------------------------------
#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
: true
#----------------------------------
#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'
#---------------------------------
message:
dupe
: '&cDuper found
%player% is redeemer and %player1% is note creater'
discord
: 'Duper found
%player% is redeemer and %player1% is note creater'
world
: '&cThis command is not allowed in this world'
#---------------------------------
#economy settings
pc:
min
: 1
max
: 100000000
# 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%'
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<<'
#------------------------------
#xp settings
xp:
min
: 1
max
: 1000
# 1=no tax, 0.1=10% 0.2=20%
#10/100=0.1
tax
: 1
message:
lore
:
- '&6+
-------------------+'
- '&bAmount - &2
%amount% &6xp'
- '&7by
%player% &7on &8%date%'
- '&7Tax
:
&d%tax%%'
- '&6+
-------------------+'
redeem
: '&a
%amount%- amount of xp is added to balance'
amount
: '&eYou dont have
%amount% xp'
actionbar
: '&6>> &a
%amount%- amount of xp is added to balance &6<<'
title
: '&6>> &a
%amount%- amount of xp is added to balance &6<<'