From 8043142621064e1d5d1277c2082e07b130c6c843 Mon Sep 17 00:00:00 2001 From: aman207 Date: Mon, 10 Mar 2014 09:50:55 -0600 Subject: [PATCH] Duplicate file --- plugin/configs/exampleConfig.yml~ | 59 ------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 plugin/configs/exampleConfig.yml~ diff --git a/plugin/configs/exampleConfig.yml~ b/plugin/configs/exampleConfig.yml~ deleted file mode 100644 index cacd683..0000000 --- a/plugin/configs/exampleConfig.yml~ +++ /dev/null @@ -1,59 +0,0 @@ -############################################### -# # -# 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 -# Note2: Dev builds have not been approved by the dev bukkit staff and should be used with caution - -update-check: true -dev-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: true - -# 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: 'root' -db-password: '' -db-host: 'localhost:3306' -db-name: '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: 'www.civi-craft.com/donate' - -# The name of the currency that you are using - -currency-name: Tokens - -# The prefix that you wish to use. Be sure to put a space at the end - -prefix: '&c[CiviCraft] ' - -# Don't change this please - -version: 1.5 \ No newline at end of file