Paper currency - banknote with anti-dupe icon

Paper currency - banknote with anti-dupe -----

A material currency plugin with anti dupe




[=] fixed a null error when redeem
----------, Jun 4, 2024

[=] fixed command error when left empty
----------, May 31, 2024

[+] fixes command not /pcrandom
[+] now it save instantly all data to config(report and lag)
----------, May 22, 2024

[=] fixed a bug of permission message
(anti dupe system is under a rewrite so instant save feature need to wait).
----------, May 19, 2024

[+] made saperate perms for vault and xp
- pc.vault
- pc.xp
and pc.withdraw is still there for both at once
----------, Apr 2, 2024

[=] fixes a miss fire xp get to vault
----------, Mar 19, 2024

[=] fixed error in commands
[=] fixed a withdraw xp error
----------, Mar 15, 2024

[=] config file not loading sometimes
----------, Mar 15, 2024

[=] final fix to error when player join
----------, Mar 14, 2024

[=] error on player join
----------, Mar 14, 2024

[=] Full rewrite is done after i lost src
[-] removed loan system not fit for this plugin
[+] made it so the banknotes will come in inventory
[=] log message fixed where xp was showing as $
[=] some code cleanup
its a beta verson so expect lots of bug and report it to be fixed
----------, Mar 11, 2024

[=] bug cant redeem in 3.17 update
[=] bug command message sends even tho its correct
----------, Jul 24, 2023

fix a bug in last update
[=] type got necessary by mistake its can be empty
----------, Jul 18, 2023

some bugs that give no harm errors
[=] half command error
[=] right click with nothing

join new discord for notification of updates and support

https://discord.gg/HuDsnsJbzN
----------, Jul 18, 2023

[=] Optimized redemption system
[=] fixed delay of item remove on redeem
[+] no perms message on all command
[-] Legacy support removed
[+] sound on all commands

join new discord for notification of updates and support

https://discord.gg/HuDsnsJbzN
----------, Jul 15, 2023

[+] new logging system in discord using webhook

add this in config

```
log:
url: ' https://discord.com/api/webhooks/123/blabla'
create: false
withdraw: false
```
----------, Jul 13, 2023

[+] new option added taxother (if note creator and redeemer is same then no tax, if both are different then tax goes to server)
[+] tax is stored
[+] placeholder to show taxes(%papercurrency_totaltax% and %papercurrency_totaltaxxp%)
[+] new discord server is created for faster support
[=] nickname change gives error is fixed

add this option in config like this

Code (YAML):
#per-person banknote create limit
limitvault
: 1000
limitxp
: 1000
custom_data_vault
: 2222
custom_data_xp
: 2222
#helps to convert notes from 1.5 to latest
legacy
: false
#if note creator and redeemer is same then no tax, if both are different then tax goes to server
taxother
: false
----------, Jul 2, 2023

[=] code clean up
[=] fixed give the command
[=] give a option to turn off 1.5 legacy support to remove conflicts with other and my upcoming plugin (papervoucher)
add this in your config
Code (YAML):

#helps to convert notes from 1.5 to the latest
legacy
: false
 
----------, Jun 19, 2023

[+] hex colour
[=] 1.20 and 1.20.1 support(i did nothing it works already)
full plugin will now support hex colour see default config for example or the new image.
have fun making rainbows XD
----------, Jun 16, 2023

[+] command to see total money and xp in banknote /pcb
[=] fix the note limiter where give command brock it

make these changes in your config
Code (YAML):
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'
  limit
: '&cReached creation limit'
  balance
: '&fYou have &6 %totalxp%&2xp &fand &2$&6%totalvault%'
----------, Jun 5, 2023

I had no intention of doing this update but after seeing Bstats today I had to after seeing 10+ servers still use 1.5 and 1.4 so here it is
1.5 to latest(3.9) migration update
see here for instructions

https://github.com/Portal2001/Paper-currency_Banknote#migrate-from-15-to-2020-to-latest
----------, May 28, 2023

[+] custom module data support
[=] fix block place
[+] free texture pack for testing on page
add this in your config files

Code (YAML):
custom_data_vault : 2222
custom_data_xp
: 2223
----------, May 26, 2023

[+] per player note creation limit
add there to your config

Code (YAML):
#per-person banknote create limit
limitvault
: 1
limitxp
: 1
and limit under message

Code (YAML):
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'
  limit
: '&cReached creation limit'
----------, May 25, 2023

- [+] max interest limit
- [+] give all command
- [+] loan reminder
- [=] bug when used pc give name in lore messed up
- [=] loan command not work some times
- add this in config

Code (YAML):

#delay in seconds and -1 to stop reminders
  reminder
: 3600
  message
:
    negative
: '&cNegetive or zero loan not allowed'
    loan
: '&2loan recived of $ %amount%'
    already
: '&cyou already have a loan of $ %amount%'
    fullpay
: '&2Full amount paid of $ %amount%'
    notpaid
: '&eFull amount not paid, You still have $ %amount% to pay'
    repay
: '&2You dont have any loan'
    reminder
: 'You have %amount% loan dont forget to pay'
----------, May 23, 2023

permission for loan added pc.loan
----------, May 20, 2023

- [+] add new loan system
- as its just added there might be some bug please
- report to me. it took longer then i thought sorry about that.

add this in the config

Code (YAML):
loan:
  min
: 1
  max
: 10000
#in %
  intrest
: 2
  increment
: 1
#in sec
  every
: 60
  message
:
    negative
: '&cNegetive or zero loan not allowed'
    loan
: '&2loan recived of $ %amount%'
    already
: '&cyou already have a loan of $ %amount%'
    fullpay
: '&2Full amount paid of $ %amount%'
    notpaid
: '&eFull amount not paid, You still have $ %amount% to pay'
    repay
: '&2You dont have any loan'
----------, May 20, 2023

- [+] can use placeholderapi in lore now
- [=] fixed named in give command showing the sender
- new lore looks

Code (YAML):
#you can use placeholderapi as shown
#dont forget to /papi ecloud download Formatter
#or what ever you use
    lore
:
    - '&6+ -------------------+'
     - '&bAmount - &6$&2 %formatter_number_format_%amount%%'
     - '&7by %player% &7on &8%date%'
     - '&7Tax
: &d%tax%%'
     - '&6+ -------------------+'
few people can't find my discord for support so here it is Portal#0388
----------, May 12, 2023

- [+] added paper currency logo on webhook
- [+] player head in webhook footer
- [+] full skin image in webhook
- [=] fixed the footer baned showing always
- can see new looks of the webhook in images
----------, May 6, 2023

there is a link left by mistake in the discord webhook if your alters are public others can copy your webhook and misuse sorry for my mistake. please update
----------, May 1, 2023

- [+] 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<<'
----------, Apr 24, 2023

- [=] right click paper gives error
- [=] discord message using dupe message
- [=] tax and date placeholder not working for pcmax

have fun
----------, Apr 23, 2023

[+] 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'
----------, Apr 18, 2023

- [+] actionbar / minimessage
- [+] title
- [+] update checker
- [+] option for round after tax
- [=] error on withdrawing

config changes

Code (YAML):
 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<<'
actionbar
: true
title
: true
round
: true
----------, Apr 12, 2023

This update contains
- more info in lore
- cords of players on dupe found(helps to find dupe place)
new lore can be seen in images
changes in config

Code (YAML):
 message:
    lore
:
     - '&6+ -------------------+'
      - '&bAmount - &6$&2 %amount%'
      - '&7by %player% &7on &8%date%'
      - '&7Tax
: &d%tax%%'
      - '&6+ -------------------+'
----------, Mar 31, 2023

Important:
this is an important update to prevent false bans

this update comes with an option punishmentsame which checks if the banknote creator and the redeemer is same then ban this will prevent ban of players when duped items are shared
dont worry still no one will get money and you will get message of redeeders.
have fun.

changers in config (click on read more)

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
 
and in this section

Code (YAML):

  message
:
    lore
:
     - '&6+ -------------------+'
      - '&bAmount - $ %amount%'
      - '&7by %player%'
      - '&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'
 
please change these when updating
----------, Mar 28, 2023

added glow option just looks cool
add this in config
Code (YAML):
pc:
  glow
: true
----------, Mar 27, 2023

freedom of writing added placeholders to make it 100% custom

check default config
----------, Mar 20, 2023

added webhook for discord to alert mods about dupe if found
have fun.
new options added to config so check default config and edit your config
----------, Mar 18, 2023

sound effects

add this in the last of your config


#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
----------, Mar 15, 2023

new random redeem note
----------, Mar 13, 2023

fixed pc give .. was still giving old item
added withdraw max command
----------, Mar 11, 2023

complete rework with new looks and a more optimized method

but at a cost of all build before this will not support and will need full reset
sorry for the inconvenience but it's for good
----------, Mar 3, 2023

check default config for changes

and a request if you guys have any suggestions please tell as i am out of idea now
----------, Feb 28, 2023

added min and max in config check default config
also there are no complains so far so its a full release

and a request if you guys have any suggestions please tell as i am out of idea now
----------, Feb 27, 2023

new command
under pc.admin
/pc give <player> <amount>
----------, Feb 25, 2023

please add missing lines in your config


Code (YAML):
pc:
  item
: 'PAPER'
  name
: ' &bPappercurrency banknote'
  punishment
: true
#you can put ban, kick, ipban etc
  punish
: 'ban'
  banmessage
: 'found you duping'
#amount of data it will hold in purge
#dont run this without knowledge dm the dev instead
#purge regularly can open loop holes so do when plugin lags you server.
  purge
: 1000000
  message
:
    redeem
: '&a- amount of banknote is added to balance'
    amount
: '&eYou dont have '
    dupe
: '&c duper found name:-'
----------, Feb 25, 2023

please add missing lines from new config(i dont want to reset your config)

Code (YAML):
pc:
  item
: 'PAPER'
  name
: ' &bPappercurrency banknote'
  punishment
: true
#you can put ban, kick, ipban etc
    punish
: 'ban'
    message
: 'found you duping'
  message
:
    redeem
: '&a- amount of banknote is added to balance'
    amount
: '&eYou dont have '
    dupe
: '&c duper found name:-'
 
----------, Feb 24, 2023

Resource Information
Author:
----------
Total Downloads: 6,173
First Release: Feb 22, 2023
Last Update: Jun 4, 2024
Category: ---------------
All-Time Rating:
8 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings