ChestShop-3/src/main/java/com/Acrobot/ChestShop/Configuration/Properties.java

156 lines
7.6 KiB
Java
Raw Normal View History

2012-11-23 20:59:12 +01:00
package com.Acrobot.ChestShop.Configuration;
2013-04-23 20:09:23 +02:00
import com.Acrobot.Breeze.Configuration.Annotations.ConfigurationComment;
import com.Acrobot.Breeze.Configuration.Annotations.PrecededBySpace;
2012-11-23 20:59:12 +01:00
/**
* @author Acrobot
*/
public class Properties {
@ConfigurationComment("(When not using Vault) Preferred economy plugin to use (iConomy/BOSEconomy/Essentials).")
public static String PREFERRED_ECONOMY_PLUGIN = "";
@ConfigurationComment("Do you want to turn off the automatic updates of ChestShop?")
public static boolean TURN_OFF_UPDATES = false;
2013-04-23 20:09:23 +02:00
@PrecededBySpace
2012-11-23 20:59:12 +01:00
@ConfigurationComment("(In 1/1000th of a second) How often can a player use the shop sign?")
2012-11-23 21:00:35 +01:00
public static int SHOP_INTERACTION_INTERVAL = 250;
2012-11-23 20:59:12 +01:00
@ConfigurationComment("Do you want to allow using shops to people in creative mode?")
public static boolean IGNORE_CREATIVE_MODE = true;
@ConfigurationComment("If true, people will buy with left-click and sell with right-click.")
public static boolean REVERSE_BUTTONS = false;
@ConfigurationComment("If true, people will be able to buy/sell in 64 stacks while holding the crouch button.")
public static boolean SHIFT_SELLS_IN_STACKS = false;
2012-11-23 20:59:12 +01:00
@ConfigurationComment("What can you do by clicking shift with SHIFT_SELLS_IN_STACKS turned on? (ALL/BUY/SELL)")
public static String SHIFT_ALLOWS = "ALL";
2012-11-23 20:59:12 +01:00
@ConfigurationComment("Can shop's chest be opened by owner with right-clicking a shop's sign?")
public static boolean ALLOW_SIGN_CHEST_OPEN = true;
@ConfigurationComment("If true, when you left-click your own shop sign you won't open chest's inventory, but instead you will start destroying the sign.")
public static boolean ALLOW_LEFT_CLICK_DESTROYING = true;
2013-04-23 20:09:23 +02:00
@PrecededBySpace
2012-11-23 20:59:12 +01:00
@ConfigurationComment("If true, if the shop is empty, the sign is destroyed and put into the chest, so the shop isn't usable anymore.")
public static boolean REMOVE_EMPTY_SHOPS = false;
@ConfigurationComment("If true, if the REMOVE_EMPTY_SHOPS option is turned on, the chest is also destroyed.")
public static boolean REMOVE_EMPTY_CHESTS = false;
2013-04-23 20:09:23 +02:00
@PrecededBySpace
2012-11-23 20:59:12 +01:00
@ConfigurationComment("First line of your Admin Shop's sign should look like this:")
public static String ADMIN_SHOP_NAME = "Admin Shop";
@ConfigurationComment("The economy account which Admin Shops should use and to which all taxes will go")
public static String SERVER_ECONOMY_ACCOUNT = "";
2013-04-12 17:06:49 +02:00
@ConfigurationComment("Whether bank account members (if available) can create shops on its behalf")
public static boolean BANK_MEMBERS_ALLOWED = true;
2012-11-23 20:59:12 +01:00
@ConfigurationComment("Percent of the price that should go to the server's account. (100 = 100 percent)")
public static int TAX_AMOUNT = 0;
2013-04-23 20:09:23 +02:00
@ConfigurationComment("Percent of the price that should go to the server's account when buying from a bank.")
2013-04-12 17:06:49 +02:00
public static int BANK_TAX_AMOUNT = 0;
2012-11-23 20:59:12 +01:00
@ConfigurationComment("Percent of the price that should go to the server's account when buying from an Admin Shop.")
public static int SERVER_TAX_AMOUNT = 0;
@ConfigurationComment("Amount of money player must pay to create a shop")
public static double SHOP_CREATION_PRICE = 0;
@ConfigurationComment("How much money do you get back when destroying a sign?")
public static double SHOP_REFUND_PRICE = 0;
2013-04-23 20:09:23 +02:00
@PrecededBySpace
2012-11-23 20:59:12 +01:00
@ConfigurationComment("Should we block shops that sell things for more than they buy? (This prevents newbies from creating shops that would be exploited)")
public static boolean BLOCK_SHOPS_WITH_SELL_PRICE_HIGHER_THAN_BUY_PRICE = true;
2013-04-23 20:09:23 +02:00
@PrecededBySpace
2012-11-23 20:59:12 +01:00
@ConfigurationComment("Do you want to allow other players to build a shop on a block where there's one already?")
public static boolean ALLOW_MULTIPLE_SHOPS_AT_ONE_BLOCK = false;
@ConfigurationComment("Can shops be used even when the seller doesn't have enough items? (The price will be scaled adequatly to the item amount)")
public static boolean ALLOW_PARTIAL_TRANSACTIONS = true;
2014-03-12 13:27:30 +01:00
@ConfigurationComment("Can '?' be put in place of item name in order for the sign to be auto-filled?")
public static boolean ALLOW_AUTO_ITEM_FILL = true;
2013-04-23 20:09:23 +02:00
@PrecededBySpace
2012-11-23 20:59:12 +01:00
@ConfigurationComment("Do you want to show \"Out of stock\" messages?")
public static boolean SHOW_MESSAGE_OUT_OF_STOCK = true;
@ConfigurationComment("Do you want to show \"You bought/sold... \" messages?")
public static boolean SHOW_TRANSACTION_INFORMATION_CLIENT = true;
@ConfigurationComment("Do you want to show \"Somebody bought/sold... \" messages?")
public static boolean SHOW_TRANSACTION_INFORMATION_OWNER = true;
2013-04-23 20:09:23 +02:00
@PrecededBySpace
2012-11-23 20:59:12 +01:00
@ConfigurationComment("If true, plugin will log transactions in its own file")
public static boolean LOG_TO_FILE = false;
@ConfigurationComment("Do you want ChestShop's messages to show up in console?")
public static boolean LOG_TO_CONSOLE = true;
@ConfigurationComment("If true, plugin will log transactions in EBean database")
public static boolean LOG_TO_DATABASE = false;
@ConfigurationComment("How long should transaction information be stored in the database (in seconds, -1 means forever)?")
public static int RECORD_TIME_TO_LIVE = 600;
2013-04-23 20:09:23 +02:00
@PrecededBySpace
2013-02-07 14:17:23 +01:00
@ConfigurationComment("Do you want to stack all items up to 64 item stacks?")
public static boolean STACK_TO_64 = false;
2012-11-23 20:59:12 +01:00
@ConfigurationComment("Do you want to use built-in protection against chest destruction?")
public static boolean USE_BUILT_IN_PROTECTION = true;
@ConfigurationComment("Do you want to have shop signs \"stick\" to chests?")
public static boolean STICK_SIGNS_TO_CHESTS = false;
@ConfigurationComment("EXPERIMENTAL: Do you want to turn off the default protection when another plugin is protecting the block? (Will leave the chest visually open - CraftBukkit bug!)")
public static boolean TURN_OFF_DEFAULT_PROTECTION_WHEN_PROTECTED_EXTERNALLY = false;
@ConfigurationComment("Do you want to turn off the default sign protection? Warning! Other players will be able to destroy other people's shops!")
public static boolean TURN_OFF_SIGN_PROTECTION = false;
@ConfigurationComment("Do you want to disable the hopper protection, which prevents the hoppers from taking items out of chests?")
public static boolean TURN_OFF_HOPPER_PROTECTION = false;
2012-11-23 20:59:12 +01:00
@ConfigurationComment("Do you want to protect shop chests with LWC?")
public static boolean PROTECT_CHEST_WITH_LWC = false;
@ConfigurationComment("Do you want to protect shop signs with LWC?")
public static boolean PROTECT_SIGN_WITH_LWC = false;
2013-04-23 20:09:23 +02:00
@PrecededBySpace
2012-11-23 20:59:12 +01:00
@ConfigurationComment("If true, plugin will generate shop statistics webpage.")
public static boolean GENERATE_STATISTICS_PAGE = false;
@ConfigurationComment("Where should your generated website be saved?")
public static String STATISTICS_PAGE_PATH = "plugins/ChestShop/website.html";
@ConfigurationComment("How often should the website be generated?")
public static long STATISTICS_PAGE_GENERATION_INTERVAL = 60;
2013-04-23 20:09:23 +02:00
@PrecededBySpace
2012-11-23 20:59:12 +01:00
@ConfigurationComment("Do you want to only let people build inside regions?")
public static boolean WORLDGUARD_INTEGRATION = false;
@ConfigurationComment("Do you want to only let poeple build inside region flagged by doing /region regionName flag chestshop allow?")
public static boolean WORLDGUARD_USE_FLAG = true;
@ConfigurationComment("Do you want ChestShop to respect WorldGuard's chest protection?")
public static boolean WORLDGUARD_USE_PROTECTION = false;
2013-04-23 20:09:23 +02:00
@PrecededBySpace
2012-11-23 20:59:12 +01:00
@ConfigurationComment("How much Heroes exp should people get for creating a ChestShop?")
public static double HEROES_EXP = 100;
}