Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ###############################################
- # #
- # DonatorExpress Config #
- # #
- ###############################################
- # Want metrics enabled? Great leave it as it.
- metrics: true
- # Do you want to be notified about new updates? Great leave it as is. Otherwise, make update-check false
- # Note: this will not download any updates, it will just notify you on login
- update-check: true
- # This will disable the plugin if a connection to the database can not be made at any time while the server is online
- # You need to restart your server in order to re enable the plugin
- disable-on-database-error: false
- # FEATURE NOT ENABLED
- # Will be in next version however
- language: en
- # Database username, password, host, and name of the database go here.
- # If you are using cpanel, make sure that you have allowed outside connections to the database
- # Otherwise, you will get a NullPointerException
- # If you are using kloxo, you are out of luck. Sorry. kloxo does not allow for outside connections to its
- # databases
- db-username: 'wessel_donate'
- db-password: '*******'
- db-host: '188.122.88.28'
- db-name: 'wessel_donate'
- # When a player runs the /donate confirm command, this is displayed to the entire server.
- # %player represents the player
- # %amount represents the amount of tokens
- # and %currency represents the currency name
- # Don't want a message? Delete everything in the ' ' then.
- donate-message: '&2%player has just spent %amount %currency'
- # Where is your webportal located? This is used for user prompts
- portal-location: 'doneren.thecapitalgaming.eu'
- # The name of the currency that you are using
- currency-name: Up!Money
- # The prefix that you wish to use. Be sure to put a space at the end
- prefix: '&c[Up!Donate] '
- # Don't change this please
- version: 1.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement