Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. ###########Updater###########
  2. version: 1.9.2
  3. #############################
  4.  
  5. #############MySQL###########
  6. UseMySQL: true
  7. ip: localhost
  8. database: minecraft
  9. username: root
  10. password: waterman0
  11. #############################
  12.  
  13. ##########Variables##########
  14. ServerLabel: '&8[&4Shards&8] - '
  15. StartAmount: 0
  16. CoinName: '&6Shards'
  17. CoinID: 175
  18. CoinLore:
  19. - '&fThis is a reward for Voting'
  20. - '&4Use these in any server for rewards!'
  21. #############################
  22.  
  23. ############onLogin##########
  24. SendMessage: true
  25. #Change this message arround as you like! You don't have to use all handlers.
  26. WelcomeMessage: '&7Welcome to the &3Faction Hustlers&7, &l{PLAYER}&7! You currently have &3{COINS} &7dShards!'
  27. #############################
  28.  
  29. ##########Messages###########
  30. NotEnoughCoins: '&7You do not have enough &4Shards&7, &3/Vote &7for more!'
  31. NoPermission: '&7You do not have permission to do that!'
  32. GetCoinsAmount: '&7You currently have &3{COINS}&7 Shards!'
  33. GetCoinsAmountOther: '&7The player &3{PLAYER} &7currently has &3{COINS} &7Shards.'
  34. ConfigReloaded: '&7The configuration file has been reloaded!'
  35. PlayerNotExist: '&7That player does not exist in our database!'
  36. AlreadyBought: '&7You have already bought this package!'
  37. PackageBought: '&7You have spent &3{PRICE} &7Shards. You have &3{COINS} &7Shards left.'
  38. NotBoughtYet: '&7You do not have the package &3{PACKAGE} &7yet!'
  39. PackageNotExist: '&7The package &3{PACKAGE}&7 does not exist.'
  40. ResetCoins: '&7You have reset &3{PLAYER} &7his Shards.'
  41. GetReset: '&7Your Shards have been reset to &30 Shards.'
  42. SetCoins: '&7You have set &3{PLAYER} &7his Shards to &3{COINS} &7Shards.'
  43. GetSet: '&7Your Shards are set to &3{COINS} &7Shards.'
  44. GiveCoins: '&7You gave &3{COINS} &7Shards and set &3{PLAYER} &7his balance to &3{BALANCE}&7.'
  45. GetGive: '&7You received &3{COINS}&7 Shards. You now have &3{TOTAL} &7Shards.'
  46. TakeCoins: '&7You took &3{COINS} &7Shards and set &3{PLAYER} &7his balance to &3{BALANCE}&7.'
  47. GetTaken: '&7There are &3{COINS}&7 Shards taken away. You now have &3{TOTAL} &7Shards.'
  48. NeedHelp: '&7Use &3/Shards &7to display help!'
  49. TradeCoinsItems: '&7You have traded &3{AMOUNT} &7Shards for items.'
  50. TradeItemsCoins: '&7You have traded &3{AMOUNT} &7items for Shards.'
  51. NotEnough: '&7You do not have enough Shards to do that!'
  52. TradeHelp: '&7Use &3/Shards trade items Shards <amount>&7 or &3/Shards trade items Shards
  53. <amount>&7.'
  54. NotEnoughItems: '&7You do not have enough Shards-items to do that!'
  55. StartHelp: '&8&m--------------&r&8[ &4&lFaction Hustlers&r&8 ]&m--------------'
  56. UserHelp:
  57. - '&7&l* &3/Shards &abalance/bal&7, displays your Shards balance.'
  58. - '&7&l* &3/Shards &awithdraw &3<amount>&7, trade Shards to items.'
  59. - '&7&l* &3/Shards &adeposit &3<amount>&7, trade items to Shards.'
  60. BuyHelp:
  61. - '&7&l* &3/Shop &ato spend your shards in all servers!'
  62. AdminHelp:
  63. - '&7&l* &3/Shards &abal/balance &6<player>&7, displays another his balance.'
  64. - '&7&l* &3/Shards &agive &6<player> &3<amount>&7, give a player Shards.'
  65. - '&7&l* &3/Shards &aset &6<player> &3<amount>&7, set someone his Shards amount.'
  66. - '&7&l* &3/Shards &atake &6<player> &3<amount>&7, take a Shards amount away.'
  67. - '&7&l* &3/Shards &areset &6<player>&7, reset the &3Shards &7amount of a player.'
  68. - '&7&l* &3/Shards &awithdraw &3<amount>&7, trade Shards to items.'
  69. - '&7&l* &3/Shards &adeposit &3<amount>&7, trade items to Shards.'
  70. - '&7&l* &3/Shards &areload&7, reloads the configuration file.'
  71. EndHelp: '&8&m-------------------------------------------------'
  72. PayPlayer: '&7You gave &3{AMOUNT} &7Shards to &3{PLAYER}&7!'
  73. PaidByPlayer: '&7You have received &3{AMOUNT} &7Shards from &3{PLAYER}&7!'
  74. PayYourself: '&7You can not pay yourself!'
  75. ErrorInteger: '&7It seems that you have not entered a valid amount!'
  76. PayHelp:
  77. - '&7&l* &3/Shards &apay &6<player>&7, &3<amount>&7, lets you pay a person.'
  78. #############################
  79.  
  80. #/Coins display help command#
  81.  
  82. #############################
  83.  
  84. ############Packages#########
  85. Packages:
  86. worldedit:
  87. Amount: 250
  88. Message: '&8You Purchased &630 Minutes &8of full World Edit access!'
  89. SingleBuy: false
  90. PurchaseSound: true
  91. PackageRequired: none
  92. Commands:
  93. - $tm abc &6{PLAYER} &4Spent &6250 &4Shards &4For &630min &3World Edit!
  94. - $ptimer give {PLAYER} WorldEdit
  95. ############################
  96.  
  97. ###########Players##########
  98. Players:
  99. ############################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement