Advertisement
Guest User

Donator Express

a guest
Nov 12th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. ###############################################
  2. # #
  3. # DonatorExpress Config #
  4. # #
  5. ###############################################
  6.  
  7. # Want metrics enabled? Great leave it as it.
  8. metrics: true
  9.  
  10. # Do you want to be notified about new updates? Great leave it as is. Otherwise, make update-check false
  11. # Note: this will not download any updates, it will just notify you on login
  12.  
  13. update-check: true
  14.  
  15. # This will disable the plugin if a connection to the database can not be made at any time while the server is online
  16. # You need to restart your server in order to re enable the plugin
  17.  
  18. disable-on-database-error: false
  19.  
  20. # FEATURE NOT ENABLED
  21. # Will be in next version however
  22. language: en
  23.  
  24. # Database username, password, host, and name of the database go here.
  25. # If you are using cpanel, make sure that you have allowed outside connections to the database
  26. # Otherwise, you will get a NullPointerException
  27. # If you are using kloxo, you are out of luck. Sorry. kloxo does not allow for outside connections to its
  28. # databases
  29.  
  30. db-username: 'wessel_donate'
  31. db-password: '*******'
  32. db-host: '188.122.88.28'
  33. db-name: 'wessel_donate'
  34.  
  35. # When a player runs the /donate confirm command, this is displayed to the entire server.
  36. # %player represents the player
  37. # %amount represents the amount of tokens
  38. # and %currency represents the currency name
  39. # Don't want a message? Delete everything in the ' ' then.
  40.  
  41. donate-message: '&2%player has just spent %amount %currency'
  42.  
  43. # Where is your webportal located? This is used for user prompts
  44.  
  45. portal-location: 'doneren.thecapitalgaming.eu'
  46.  
  47. # The name of the currency that you are using
  48.  
  49. currency-name: Up!Money
  50.  
  51. # The prefix that you wish to use. Be sure to put a space at the end
  52.  
  53. prefix: '&c[Up!Donate] '
  54.  
  55. # Don't change this please
  56.  
  57. version: 1.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement