ValoorPayments is a plugin for transferring funds with comments. Specially at the request of a member (ツ#7579) of my Discord server:
https://discord.gg/XedY36Ykft
Before using, I recommend disabling the /pay command from other plugins.
Works with Java 11 and above
Possibilities: 1. Support for HEX colors
2. Placeholder API support
3. Black list words for comments
4. Allowed characters for comments
5. Limits on the number of characters
6. Transfer fees for all groups
Code (YAML):
#The plugin was coded by ValoorDev - Discord: ValoorDev#7260 #Specially for a member of my Discord server: ツ#7579 #Link to Discord server: https://discord.gg/XedY36Ykft Settings: #Transfer fee amount, to disable, set 0 #Add the name of your privileges commissions:
default: 1.0
vip: 2.0
#Minimum number of characters for a comment min-character-limit: 3
#Maximum number of characters for a comment max-character-limit: 32
#Allowed characters for a comment allowed-chars: abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ абвгдеёжзийклмнопрстуфхцчшщъыьэюяАБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ 123456789
#Black list words for comment banned-words: -
".me" -
".fun" -
".xyz" -
".ru" -
".net" -
".su" -
".ua" -
".org" -
".top" -
".com" -
".pw"
#Access to command - /pay reload Permissions:
reloadCommand: valoorpay.reload
Code (YAML):
pay-help: -
"/pay [nickname] [amount] [comment] - send pay" player-not-found: -
"Player %player% not found" pay-money-invalid: -
"%invalid% is not a number" pay-self-error: -
"&fYou cannot send money to yourself" message-is-banned: -
"&fSorry, but your message contains prohibited characters or links" message-too-long: -
"&fToo long message" -
"&fThe maximum length is &b%charmax%" message-too-short: -
"&fToo short message" -
"&fThe minimum length is &b%charmin%" not-enough-money: -
"You don't have enough money(%invalid%)" - "Lacks: %lackmoney%" - "Your balance: %vault_eco_balance%" #Placeholders: # %money% # %comission% - player comission in config.yml # %comissionAmount% - player comission amount # %resultAmount% - result calculated amount from %money% - %commissionAmount% # %player% - player name # %comment% - player comment pay-success: -
"You sent a player %player% - %money% money" -
"With comment:" -
"%comment%" pay-success-targetPlayer: -
"You received from the player %player% - %money% money" -
"With comment:" -
"%comment%" reload-not-perm: -
"&fYou do not have permission to use this command" reload-success: -
"&fPlugin successfully reloaded"