Advertisement
Guest User

Network Coins Config v0.5

a guest
Aug 13th, 2014
3,261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. #
  2. # Configuration for NetworkCoins
  3. #
  4.  
  5. # The MySQL information the plugin will use #
  6. MySQL:
  7. Host: localhost
  8. Port: 3306
  9. DbName: network_coins
  10. Username: root
  11. Password:
  12.  
  13. # This is your custom command, it can be /coins or /tokens, you choose :) #
  14. customCommand: coins
  15.  
  16. # The prefix the plugin will use #
  17. Prefix: '&7[&cNetworkCoins&7]'
  18.  
  19. # The message when players don’t have permission to use certain things #
  20. noPermission: '%prefix &cYou do not have permission to execute this command!'
  21.  
  22. # This option allows players to have a balance below 0 eg. -10 #
  23. bypassLimit: false
  24.  
  25. # The message sent when a person attempts to put a player balance in -’s #
  26. cannotBypassLimit: '%prefix &cError: &a%target &conly has &a%coins %currency'
  27.  
  28. # Your custom currency name eg. credits, coins, XP etc #
  29. currency: Coins
  30.  
  31. # How long (in minutes) should we check if the connection is open #
  32. connectionCheckInterval: 1
  33.  
  34. # When players join the game, do you want a scoreboard to show there balance #
  35. scoreboardEnabled: false
  36.  
  37. # This is the heading the scoreboard will use #
  38. scoreboardPrefix: '&c%currency'
  39.  
  40. # The incorrect usage message for admins #
  41. incorrectUsage: '%prefix &cIncorrect Usage: /coins help'
  42.  
  43. # The message players receive when checking there coins count #
  44. getCoinsMessage: '%prefix &7You currently have &a%count &7%currency '
  45.  
  46. # The message players receive when checking someone else’s coins count #
  47. getSomeonesCoinsMessage: '%prefix &a%target &7currently has &a%count &7%currency '
  48.  
  49. # The messages that are sent when coins are given to a player #
  50. addCoinsReceiver: '%prefix &a%coins &7%currency have been added to your account'
  51. addCoinsGiver: '%prefix &7You have given &a%coins &7%currency to &a%target'
  52.  
  53. # The messages that are sent when coins are removed from a player #
  54. removeCoinsReceiver: '%prefix &a%coins &7%currency have been taken from your account'
  55. removeCoinsGiver: '%prefix &7You have taken &a%coins &7%currency from &a%target'
  56.  
  57. # The messages that are sent when coins are removed from a player #
  58. resetCoinsReceiver: '%prefix &7Your %currency balance has been reset!'
  59. resetCoinsGiver: '%prefix &7You have reset &a%target’s &7%currency balance'
  60.  
  61. # Normal players don’t need to see help, this is the message they see #
  62. cannotUseHelp: '%prefix &cIncorrect Usage: /coins'
  63.  
  64. # The error returned when the plugin cannot find a player in the database #
  65. cannotFindPlayer: '%prefix &cCannot find player: &a%target'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement