cAnaligy | Coins Plugin (Similar at HolyPvP) [Mob Drop Addonss & Hub Addonss] (v0.10)

cAnaligy | Coins Plugin (Similar at HolyPvP) [Mob Drop Addonss & Hub Addonss] (v0.10) 0.10-SNAPSHOT

cAnaligy | Coins Plugin (Similar at HolyPvP) [Mob Drop Addonss & Hub Addonss] (v0.10)
Complement Compatible with MySQL and yaml soon with MongoDB
This plugin was created unconsciously, for a server (CobraMC), after a job it looked very good, but we have noticed that it looks very similar to HolyPvP , we have no problems because the codes were created by us and the configurations are totally editable.

Rank system:
Luckperms, PermissionsEx, Aquacore, HestiaCore & Zoom

Permissions:
coins.use | coins.yml > Edit perms.
group.<group> | Luckperms api
rank.<group> | PermissionEx api
rankcore.<group> | Aquacore api
zoom.<group> | Zoom api
hestia.<group> | HestiaCore api
lanaligy.command.coins
lanaligy.command.coinsadmin
lanaligy.command.pepsi

Commands:
/pepsi (/pepsi = /pepsi data/config/coins)
/coins (/coins = /coins help/shop/buy)
/coinsadmin (playername) give (amount)
# For view coins of the player.
/coinsadmin (playername)


String list in "Description" of discordhook in message.yml

View attachment 473971

Code:
# DISCORD MESSAGES
DISCORD:
  BOT:
    WEBHOOK: ""
    IMAGEN: "https://cdn.discordapp.com/emojis/776858679294427176.png"
  COINSGIVED:
    BOT-NAME: "Has given him coins"
    BOT-AVATAR: "https://cdn.discordapp.com/emojis/776858679294427176.png"
    TITLE: "A player has just been given coins"
    DESCRIPTION:
      - "%player% gived coins at %target"
      - ""
      - ""
      - "%player% gived coins at %target"
    FIELD-1: "Staff"
    FIELD-DESC-1: "%player%"
    FIELD-2: "User"
    FIELD-DESC-2: "**%target** (%coins%)"
    FIELD-3: "Coins gived"
    FIELD-DESC-3: "%amount%"
    THUMBNAIL: "https://cdn.discordapp.com/emojis/876900987942625430.png"
    FOOTER: "Created by lRusian"
    FOOTER-IMG: "https://cdn.discordapp.com/emojis/776858679294427176.png"
  COINSSET:
    BOT-NAME: "You have set coins"
    BOT-AVATAR: "https://cdn.discordapp.com/emojis/776858679294427176.png"
    TITLE: "A player has just been set coins"
    DESCRIPTION:
      - "%player% set coins at %target"
      - ""
      - ""
      - "%player% set coins at %target"
    FIELD-1: "Staff"
    FIELD-DESC-1: "%player%"
    FIELD-2: "User"
    FIELD-DESC-2: "**%target** (%coins%)"
    FIELD-3: "Set coins"
    FIELD-DESC-3: "%amount%"
    THUMBNAIL: "https://cdn.discordapp.com/emojis/876900987942625430.png"
    FOOTER: "Created by lRusian"
    FOOTER-IMG: "https://cdn.discordapp.com/emojis/776858679294427176.png"

Code:
COINSHOP:
  TITLE: "Shop with Coins"
  SIZE: 5
  CATEGORY:
    Coins:
      ICON:
        DISPLAYNAME: "&9&lCoins"
        DESCRIPTION:
          - "&4&lThe purchases will arrive at the moment&4."
          - "&7&m-------------------------------------"
          - "&4&lWARNING&4:"
          - "&7Don't make &cpurchases &7within &cseconds &7of a &creboot&7."
          - "&7&m-------------------------------------"
          - "&fOnly be executed in &a&lyour account"
          - "&fif you buy the &4&lUNPUNISHMENT&f."
          - "&7&m-------------------------------------"
          - "&fIf you have any problem or question, come to teamspeak3."
          - ""
          - "&f&lYOU CAN ACQUIRE &6&LCOINS &f&lIN &6&L%store%"
        MATERIAL: 138
        DATA: 0
        SLOT: 22
        GLOW: false
      SUB_MENU: true

BLOCKS:
  TITLE: "%CATEGORY% Shop"
  SIZE: 5
  CATEGORY:
    Coins:
      '1':
        ICON:
          DISPLAYNAME: "&6&oBUY COINS (%name%)"
          DESCRIPTION:
            - "&bPrice&7: &f$%PRICE%"
            - "&bStore&7: &f$%store%"
            - "&bName&7: &f$%name%"
          COMMANDS:
            - "[player] coins buy"
            - "[message] &f&lBUY YOUR COINS &6&lx250 &f&lIN &6&L%store%/CATEGORY/COINS"
            - "[broadcast] &f&lBuyed"
          MATERIAL: 347
          DATA: 0
          AMOUNT: 1
          SLOT: 22
          PERMS: "coins.use"
          GLOW: true
        PRICE: 0
      '2':
        ICON:
          DISPLAYNAME: "&6&oBUY COINS (%name%)"
          DESCRIPTION:
            - "&bPrice&7: &f$%PRICE%"
            - "&bStore&7: &f$%store%"
            - "&bName&7: &f$%name%"
          COMMANDS:
            - "[player] coins buy"
            - "[message] &f&lBUY YOUR COINS &6&lx250 &f&lIN &6&L%store%/CATEGORY/COINS"
            - "[broadcast] &f&lBuyed"
          MATERIAL: 347
          DATA: 0
          AMOUNT: 1
          SLOT: 13
          PERMS: "coins.use"
          GLOW: true
        PRICE: 0
Code:
#------------------------------------------------------#
#              PEPSI DEVELOPMENT SERVICE               #
#         Buy your complements on GOOD price!          #
#      SourceCode selling in pepsidev.com/discord      #
#    COMPLEMENT FREE IN MC-MARKET OF PEPSIDEVELOPMENT  #
#                                                      #
#         Domain: pepsidev.com                         #
#         Store: store.pepsidev.com                    #
#         Twitter: twitter.com/PepsiDevelopment        #
#         Discord: discord.pepsidev.com                #
#         AUTHOR: lRusian                              #
#         TWITTER: @llRusian                           #
#------------------------------------------------------#

# For easy configuration in Coins Menu and Message or Commands.
#%ip% %name% %store% %discord% %twitter% %teamspeak%
Server:
  IP: "127.0.0.1" #%ip%
  Name: "PepsiDevelopment"
  Store: "store.pepsidev.com"
  Discord: "discord.pepsidev.com"
  Twitter: "@PepsiDevelopment"
  TeamSpeak3: "ts.pepsidev.com"
  License: "FREE-ANTI-GHOST-VERIFY"

#mysql or yaml
DataStorage: yaml
MySQL:
  Address: 127.0.0.1
  Port: '3306'
  Database: coins
  Username: root
  Password: password

#true (activate) or false (desactivate)
COMMANDS:
  COINS: true
  COINS-SHOP: true
  COINS-HELP: true
  COINS-BUY: true

#true (activate) or false (desactivate)
RELOAD:
  CONFIG:
    ENABLED: true
  COINS:
    ENABLED: true
  MESSAGE:
    ENABLED: true
  DATA:
    ENABLED: true
Code:
# COINS MESSAGES
COINS:
  USAGE:
    - "&7&m------------------------------"
    - "&f&lYOUR COIN COUNT IS &6${coins}"
    - "&7&m------------------------------"
  BUY:
    - "&6&m&l-----------------------------------------"
    - "&f&lBUY YOUR &6&lCOINS &f&lIN OUR &6&lSTORE &f&l&nSTORE.PEPSIDEV.COM"
    - "&6&m&l-----------------------------------------"
  HELP:
    - "&7&m------------------------------"
    - "&f/coins shop &7- &fOpen shop inventory"
    - "&f/coins buy &7- &fCreate link of buy"
    - "&f/coins &7- &fView your bal of Coins"
    - "&7&m------------------------------"
  VIEW-OTHER:
    - "&7&m------------------------------"
    - "&f&lCOINS COUNT OF &d&l{player} &f&lIS &6${coins}"
    - "&7&m------------------------------"

# RELOADS MESSAGES
RELOAD:
  CONFIG: "&aFiles &7&o(config) &areloaded!"
  COINS: "&aFiles &7&o(coins) &areloaded!"
  MESSAGE: "&aFiles &7&o(message) &areloaded!"
  DATA: "&aFiles &7&o(data) &areloaded!"

# DISCORD MESSAGES
DISCORD:
  BOT:
    WEBHOOK: ""
    IMAGEN: "https://cdn.discordapp.com/emojis/776858679294427176.png"
  COINSGIVED:
    BOT-NAME: "Has given him coins"
    BOT-AVATAR: "https://cdn.discordapp.com/emojis/776858679294427176.png"
    TITLE: "A player has just been given coins"
    DESCRIPTION:
      - "%player% gived coins at %target"
      - ""
      - ""
      - "%player% gived coins at %target"
    FIELD-1: "Staff"
    FIELD-DESC-1: "%player%"
    FIELD-2: "User"
    FIELD-DESC-2: "**%target** (%coins%)"
    FIELD-3: "Coins gived"
    FIELD-DESC-3: "%amount%"
    THUMBNAIL: "https://cdn.discordapp.com/emojis/876900987942625430.png"
    FOOTER: "Created by lRusian"
    FOOTER-IMG: "https://cdn.discordapp.com/emojis/776858679294427176.png"
  COINSSET:
    BOT-NAME: "You have set coins"
    BOT-AVATAR: "https://cdn.discordapp.com/emojis/776858679294427176.png"
    TITLE: "A player has just been set coins"
    DESCRIPTION:
      - "%player% set coins at %target"
      - ""
      - ""
      - "%player% set coins at %target"
    FIELD-1: "Staff"
    FIELD-DESC-1: "%player%"
    FIELD-2: "User"
    FIELD-DESC-2: "**%target** (%coins%)"
    FIELD-3: "Set coins"
    FIELD-DESC-3: "%amount%"
    THUMBNAIL: "https://cdn.discordapp.com/emojis/876900987942625430.png"
    FOOTER: "Created by lRusian"
    FOOTER-IMG: "https://cdn.discordapp.com/emojis/776858679294427176.png"

Latest updates

  1. fixed link

    LINK FIXED 100%

Latest reviews

Fix the download link
V
vRiojano
Fixed!
Nice one hermano
V
vRiojano
Fixed!
not leaked just advertisement
V
vRiojano
Fixed!
Partly yes, I just didn't have it obfucated so I didn't upload it here like this.

Similar resources

cAnaligy V
shitt lrusian KKKK bot javabits/devrenso izi mini devs KKK L
0.00 star(s) 0 ratings
Downloads
23
Updated
COINS/TOKENS/CREDITS [Flatfile & MySQL] W
4.00 star(s) 1 ratings
Downloads
390
Updated
SRC COINS | SHIT CODE. P
0.00 star(s) 0 ratings
Downloads
45
Updated
BlackSpigot General Chat
Rules Help Users
    K @ kole2412: Hy I need to download OpenTunel designer. I am student from Montenegro who want to learn in that...
    Top