Advertisement
Guest User

config.yml - twMobCoins

a guest
Feb 22nd, 2020
643
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.53 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.   help:
  24.  - ""
  25.   - "&e/mobcoins -> View your mobcoins"
  26.   - "&e/mobcoins top -> View top 10 members"
  27.   - "&e/mobcoins view (player) -> View mobcoins of other player"
  28.   - "&e/mobcoins shop -> Open shop of mobcoins"
  29.   - "&e/mobcoins pay (player) (amount) -> Send mobcoins to player."
  30.   - ""
  31.   helpAdmin:
  32.  - ""
  33.   - "&e/mobcoins set (player) (amount) -> Set mobcoins of player"
  34.   - "&e/mobcoins add (player) (amount) -> Add mobcoins to player"
  35.   - "&e/mobcoins remove (player) (amount) -> Remove mobcoins of player"
  36.   - ""
  37. Settings:
  38.   updateTop: 300 #seconds#
  39.   formatMobCoins: TYPE_TWO #TYPE_ONE = $100.000,00 #TYPE_TWO 100 Thousand
  40.   nameBackArrow: "&cBack"
  41.   nameNextArrow: "&aPage: @page"
  42.   invMobCoins:
  43.     name: "&8MobCoins MENU"
  44.     size: 6
  45.     itemPlayer:
  46.       slot: 13
  47.       type: 397:3
  48.       owner: "@player"
  49.       #url: "" #have support for url.
  50.       name: "&e@player"
  51.       lore:
  52.       - "&7Total: §f@mobcoins"
  53.    itemTrader:
  54.      slot: 15
  55.      type: 388:0
  56.      #owner: "@player"
  57.      #url: ""  #have support for url.
  58.      name: "&eClique para abrir o menu de trocas."
  59.      lore:
  60.      - "&7Total: §f@mobcoins"
  61.    itemShop:
  62.      slot: 15
  63.      type: 388:0
  64.      #owner: "@player"
  65.      #url: "" #have support for url.
  66.      name: "&eClique para abrir o menu de trocas."
  67.      lore:
  68.      - "&7Total: §f@mobcoins"
  69.  invShop:
  70.    name: "&8Shop - MobCoins"
  71.    size: 6
  72. Format:
  73.  - ""
  74.  - " Mil"
  75.  - " Milhão- Milhões" #singular-plural
  76.  - " Bilhão- Bilhões"
  77.  - " Trilhão- Trilhões"
  78.  - " QA"
  79.  - " QI"
  80. Traders:
  81.  "1":
  82.    Value: 500000.0
  83.    MobKilled: IRON_GOLEM
  84.    Url: "http://textures.minecraft.net/texture/14c4141c1edf3f7e41236bd658c5bc7b5aa7abf7e2a852b647258818acd70d8"
  85.    Name: '&eMobCoins -> IronGolem'
  86.    ID: 397
  87.    Data: 3
  88.    Lore:
  89.      - ''
  90.      - '&7Trade this mobcoins in'
  91.      - '&7/mobcoins trade'
  92.      - ''
  93.    Message: "&aYou got a mobcoin."
  94.    Chance: 99.9
  95.    Glow: true
  96.  "2":
  97.    Value: 500000.0
  98.    MobKilled: ZOMBIE
  99.    Owner: "Zombie"
  100.    Name: '&eMobCoins -> Zombie'
  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.  "3":
  112.    Value: 500000.0
  113.    MobKilled: SPIDER
  114.    Url: "http://textures.minecraft.net/texture/14c4141c1edf3f7e41236bd658c5bc7b5aa7abf7e2a852b647258818acd70d8"
  115.    Name: '&eMobCoins -> Spider'
  116.    ID: 397
  117.    Data: 3
  118.    Lore:
  119.      - ''
  120.      - '&7Trade this mobcoins in'
  121.      - '&7/mobcoins trade'
  122.      - ''
  123.    Message: "&aYou got a mobcoin."
  124.    Chance: 99.9
  125.    Glow: true
  126. Shop:
  127.  Categories:
  128.    "1":
  129.      nameItem: "&bBlocks"
  130.      lore:
  131.      - "&cBlocks"
  132.      typeItem: DIAMOND_BLOCK:0
  133.      nameInventory: "&8MobCoins - Blocks"
  134.      slot: 22
  135.      items:
  136.        '1':
  137.          Name: "&aItem 1"
  138.          ID: 1
  139.          Data: 0
  140.          Amount: 1
  141.          Lore:
  142.          - '&aaa'
  143.          - '&cplugin of mobcoins top'
  144.          Give: true
  145.          Value: 50000000.0
  146.          Command: give 1 1 @player #optional
  147.          Permission: "twmobcoins.comprar" #optional
  148.          Enchants: #optional
  149.          - DAMAGE_ALL:3
  150.        '2':
  151.          Name: "&aItem 2"
  152.          ID: 1
  153.          Data: 0
  154.          Amount: 1
  155.          Lore:
  156.          - '&aaa'
  157.          - '&cplugin of mobcoins top'
  158.          Give: true
  159.          Value: 50000000.0
  160.          Command: give 1 1 @player #optional
  161.          Permission: "twmobcoins.comprar" #optional
  162.          Enchants: #optional
  163.          - DIG_SPEED:3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement