Advertisement
Guest User

config.yml

a guest
Dec 10th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. MySQL:
  2. User: root
  3. Password: 123
  4. Database: twMobCoins
  5. Host: localhost
  6. Port: 3306
  7. Messages:
  8. noConsole: "&cThis command is only executed by players."
  9. yourMobCoins: "&aYou contains @mobcoins."
  10. otherMobCoins: "&aMobCoins of player @player: @mobcoins."
  11. createNpc: "&aNPC was created."
  12. deleteNpc: "&aYou have deleted trade NPC."
  13. notExist: "&cThis player does not exist."
  14. noNumber: "&cThis number is incorrect."
  15. noPermission: "&cYou are not allowed for this."
  16. setMC: "&aYou have defined @mobcoins mobcoins for the player @player"
  17. addMC: "&aYou have added @mobcoins mobcoins for the player @player."
  18. removeMC: "&aYou removed @mobcoins mobcoins from player @player."
  19. openTrader: "&aYou have opened physical to virtual mobcoins swap inventory."
  20. cancel: "&aYou canceled the operation."
  21. exchanged: "&a@mobcoins mobcoins has been added."
  22. openShop: "&aYou opened the store."
  23. noMobCoins: "&cYou do not have enough mobcoins."
  24. buy: "&aYou bought an item for @mobcoins mobcoins."
  25. help:
  26. - ""
  27. - "&f/mobcoins -> View your mobcoins"
  28. - "&f/mobcoins top -> View top 10 members"
  29. - "&f/mobcoins view (player) -> View mobcoins of other player"
  30. - "&f/mobcoins shop -> Open shop of mobcoins"
  31. - "&f/mobcoins trade -> Teleport to NPC of trade mobcoins"
  32. - ""
  33. helpAdmin:
  34. - ""
  35. - "&f/mobcoins set (player) (amount) -> Set mobcoins of player"
  36. - "&f/mobcoins add (player) (amount) -> Add mobcoins to player"
  37. - "&f/mobcoins remove (player) (amount) -> Remove mobcoins of player"
  38. - "&f/mobcoins setnpc -> Set the location of NPC"
  39. - "&f/mobcoins deletenpc -> Delete NPC of trades"
  40. - ""
  41. mobCoinsTop:
  42. - ""
  43. - ' &eMobCoins TOP'
  44. - ""
  45. mobCoinsTop2: "&f@posยบ &f@player:&7 @amount"
  46. Settings:
  47. updateTop: 300 #seconds#
  48. save: 120 #seconds#
  49. formatMobCoins: TYPE_ONE #TYPE_ONE = $100.000,00 #TYPE_TWO 100 Thousand
  50. nameNpc: "&eTrade MobCoins"
  51. nameBackArrow: "&cBack"
  52. nameNextArrow: "&aPage: @page"
  53. invTrader:
  54. name: "&8Trade MobCoins"
  55. itemCancel:
  56. name: "&cCancel"
  57. lore:
  58. - ""
  59. - "&cClick here to cancel swap"
  60. itemConfirm:
  61. name: "&aConfirm"
  62. lore:
  63. - ""
  64. - "&cClick here to confirm swap"
  65. itemFullTrade:
  66. name: "&cTrade full"
  67. lore:
  68. - ""
  69. - "&cYou cannot add more items to exchange."
  70. invShop:
  71. name: "&8Shop"
  72. Format:
  73. - ""
  74. - "Thousand"
  75. - "Million"
  76. - "Billion"
  77. - "Trillion"
  78. - "Quadrillion"
  79. - "Quintillion"
  80. Traders:
  81. "1":
  82. Value: 500000.0
  83. MobKilled: IRON_GOLEM
  84. Skull-Url:
  85. toggle: true
  86. url: "http://textures.minecraft.net/texture/89091d79ea0f59ef7ef94d7bba6e5f17f2f7d4572c44f90f76c4819a714"
  87. Name: '&eMobCoins -> IronGolem'
  88. ID: 397
  89. Data: 3
  90. Lore:
  91. - ''
  92. - '&7Trade this mobcoins in'
  93. - '&7/mobcoins trade'
  94. - ''
  95. Message: "&aYou got a mobcoin."
  96. Chance: 100
  97. Glow: true
  98. Shop:
  99. '1':
  100. Name: "&aItem 1"
  101. ID: 1
  102. Data: 0
  103. Amount: 1
  104. Lore:
  105. - '&aaa'
  106. - '&cplugin of mobcoins top'
  107. Give: true
  108. Glow: false
  109. Value: 50000000.0
  110. Command:
  111. Toggle: false
  112. Command: give 1 1 @player
  113. Enchantment:
  114. Toggle: false
  115. Enchants: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement