Guest User

config.yml - twMobCoins

a guest
Apr 13th, 2020
844
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.07 KB | None | 0 0
  1. MySQL:
  2.   Password: '123'
  3.   User: "root"
  4.   Host: "localhost"
  5.   Port: '3306'
  6.   Database: "twmobcoins"
  7. Messages:
  8.   noConsole: "&cThis command is only executed by players."
  9.   yourMobCoins: "&aYou contains @mobcoins."
  10.   otherMobCoins: "&aMobCoins of player @player: @mobcoins."
  11.   notExist: "&cThis player does not exist."
  12.   noNumber: "&cThis number is incorrect."
  13.   noPermission: "&cYou are not allowed for this."
  14.   setMC: "&aYou have defined @mobcoins mobcoins for the player @player"
  15.   addMC: "&aYou have added @mobcoins mobcoins for the player @player."
  16.   removeMC: "&aYou removed @mobcoins mobcoins from player @player."
  17.   exchanged: "&a@mobcoins mobcoins has been added."
  18.   openShop: "&aYou opened the store."
  19.   noMobCoins: "&cYou do not have enough mobcoins sufficient ."
  20.   buy: "&aYou bought an item for @mobcoins mobcoins."
  21.   receiveMobCoins: "&cYou receive @mobcoins of player @player."
  22.   payMobCoins: "&aYou invite @mobcoins to player @player."
  23.   reloaded: "&aArquivo de configuração recarregado com sucesso."
  24.   saved: "&aDados salvos com sucesso!"
  25.   help:
  26.  - ""
  27.   - "&e/mobcoins -> View your mobcoins"
  28.   - "&e/mobcoins top -> View top 10 members"
  29.   - "&e/mobcoins view (player) -> View mobcoins of other player"
  30.   - "&e/mobcoins shop -> Open shop of mobcoins"
  31.   - "&e/mobcoins pay (player) (amount) -> Send mobcoins to player."
  32.   - ""
  33.   helpAdmin:
  34.  - ""
  35.   - "&e/mobcoins set (player) (amount) -> Set mobcoins of player"
  36.   - "&e/mobcoins add (player) (amount) -> Add mobcoins to player"
  37.   - "&e/mobcoins remove (player) (amount) -> Remove mobcoins of player"
  38.   - "&e/mobcoins salvar -> Salva os mobcoins de todos jogadores na database."
  39.   - "&e/mobcoins reload -> Recarrega as configurações"
  40.   - ""
  41. Settings:
  42.   updateTop: 300 #seconds#
  43.   formatMobCoins: TYPE_TWO #TYPE_ONE = $100.000,00 #TYPE_TWO 100 Thousand
  44.   nameBackArrow: "&cBack"
  45.   nameNextArrow: "&aPage: @page"
  46.   invMobCoins:
  47.     name: "&8MobCoins MENU"
  48.     size: 6
  49.     itemPlayer:
  50.       slot: 11
  51.       id: 397
  52.       data: 3
  53.       owner: "@player"
  54.       #url: "" #have support for url.
  55.       name: "&e@player"
  56.       lore:
  57.       - "&7Total: §f@mobcoins"
  58.    itemTop:
  59.      slot: 13
  60.      id: 388
  61.      data: 0
  62.      #owner: "@player"
  63.      #url: "" #have support for url.
  64.      name: "&eTop Ranking"
  65.      lore:
  66.      - "&7Clique para abrir o Top Ranking."
  67.    itemShop:
  68.      slot: 15
  69.      id: 56
  70.      data: 0
  71.      #owner: "@player"
  72.      #url: "" #have support for url.
  73.      name: "&eLoja"
  74.      lore:
  75.        - "&7Clique para abrir a Loja de Mobcoins."
  76.  invShop:
  77.    name: "&8Shop - MobCoins"
  78.    size: 6
  79. Format:
  80.  - ""
  81.  - " Mil"
  82.  - " Milhão- Milhões" #singular-plural
  83.  - " Bilhão- Bilhões"
  84.  - " Trilhão- Trilhões"
  85.  - " QA"
  86.  - " QI"
  87. Bonus:
  88.  indentificador1:
  89.    Permission: 'mobcoins.bonus.vipI'
  90.    Porcentagem: 30
  91.  indentificador2:
  92.    Permission: 'mobcoins.bonus.vipII'
  93.    Porcentagem: 50
  94. Traders:
  95.  "1":
  96.    Drop: true
  97.    Value: 500000.0
  98.    MobKilled: IRON_GOLEM
  99.    Url: "http://textures.minecraft.net/texture/14c4141c1edf3f7e41236bd658c5bc7b5aa7abf7e2a852b647258818acd70d8"
  100.    Name: '&eMobCoins -> IronGolem'
  101.    ID: 397
  102.    Data: 3
  103.    Lore:
  104.      - ''
  105.      - '&7Trade this mobcoins in'
  106.      - '&7/mobcoins trade'
  107.      - ''
  108.    Message: "&aYou got a mobcoin."
  109.    Chance: 99.9
  110.    Glow: true
  111.  "2":
  112.    Drop: true
  113.    Value: 500000.0
  114.    MobKilled: ZOMBIE
  115.    Owner: "Zombie"
  116.    Name: '&eMobCoins -> Zombie'
  117.    ID: 397
  118.    Data: 3
  119.    Lore:
  120.      - ''
  121.      - '&7Trade this mobcoins in'
  122.      - '&7/mobcoins trade'
  123.      - ''
  124.    Message: "&aYou got a mobcoin."
  125.    Chance: 99.9
  126.    Glow: true
  127.  "3":
  128.    Drop: true
  129.    Value: 500000.0
  130.    MobKilled: SPIDER
  131.    Url: "http://textures.minecraft.net/texture/14c4141c1edf3f7e41236bd658c5bc7b5aa7abf7e2a852b647258818acd70d8"
  132.    Name: '&eMobCoins -> Spider'
  133.    ID: 397
  134.    Data: 3
  135.    Lore:
  136.      - ''
  137.      - '&7Trade this mobcoins in'
  138.      - '&7/mobcoins trade'
  139.      - ''
  140.    Message: "&aYou got a mobcoin."
  141.    Chance: 99.9
  142.    Glow: true
  143. Shop:
  144.  Categories:
  145.    "1":
  146.      nameItem: "&bBlocks"
  147.      #url: "URL.com.br"
  148.      owner: "Steve"
  149.      permission: "twmobcoins.open.shop.1"
  150.      lore:
  151.      - "&cBlocks"
  152.      typeItem: SKULL:3
  153.      nameInventory: "&8MobCoins - Blocks"
  154.      slot: 22
  155.      items:
  156.        '1':
  157.          Name: "&aItem 1"
  158.          ID: 1
  159.          Data: 0
  160.          Amount: 1
  161.          Lore:
  162.          - '&aaa'
  163.          - '&cplugin of mobcoins top'
  164.          Give: true
  165.          Value: 50000000.0
  166.          Command: give 1 1 @player #optional
  167.          Permission: "twmobcoins.comprar" #optional
  168.          Enchants: #optional
  169.          - DAMAGE_ALL:3
  170.        '2':
  171.          Name: "&aItem 2"
  172.          ID: 1
  173.          Data: 0
  174.          Amount: 1
  175.          Lore:
  176.          - '&aaa'
  177.          - '&cplugin of mobcoins top'
  178.          Give: true
  179.          Value: 50000000.0
  180.          Command: give 1 1 @player #optional
  181.          Permission: "twmobcoins.comprar" #optional
  182.          Enchants: #optional
  183.          - DIG_SPEED:3
Advertisement
Add Comment
Please, Sign In to add comment