CHECK_UPDATES("check-updates",true,"Check for new versions of the plugin"),
SEND_METRICS("send-metrics",true,"If metrics should be sent to bStats","I would appreciate it if you left this enabled, it helps me get statistics on how the plugin is used"),
LOCALE("locale","en_US","The locale to use in the /locale folder"),
MESSAGES_ENABLED("message-enabled",true,"If you're using other plugins to execute commands you may wish to turn off messages"),
USE_MESSAGE_PREFIX("use-message-prefix",true,"Whether or not to use the message-prefix field when displaying messages"),
GUI_ENABLED("gui-enabled",true,"If the command /pp gui is enabled","Disable this if you have your own custom GUI through another plugin"),
GUI_REQUIRE_EFFECTS_AND_STYLES("gui-require-effects-and-styles",true,"If the GUI should require the player to have permission for at least","one effect and one style to be able to open the GUI"),
GUI_PRESETS_ONLY("gui-presets-only",false,"If true, only the preset groups will be available in the GUI","Permissions to open the GUI will change to only open if the user has any preset groups available"),
GUI_PRESETS_HIDE_PARTICLES_DESCRIPTIONS("gui-presets-hide-particles-descriptions",false,"If true, the particle descriptions in the item lore for preset groups will be hidden"),
TOGGLE_ON_MOVE("toggle-on-move","NONE","Valid values: DISPLAY_FEET, DISPLAY_NORMAL, DISPLAY_OVERHEAD, HIDE, NONE","DISPLAY_FEET will display particles using the feet style while moving","DISPLAY_NORMAL will display particles using the normal style while moving","DISPLAY_OVERHEAD will display particles using the overhead style while moving","HIDE will hide particles while moving","NONE will make this setting do nothing","Note: You can change what styles follow this setting in their individual setting files"),
TOGGLE_ON_MOVE_DELAY("toggle-on-move-delay",9,"The time (in ticks) a player has to be standing still before they are considered to be stopped","This setting has no effect if toggle-on-move is set to false","The value must be a positive whole number"),
TOGGLE_ON_COMBAT("toggle-on-combat",false,"If true, particles will be completely disabled while the player is in combat","Note: You can change what styles follow this setting in their individual setting files"),
TOGGLE_ON_COMBAT_DELAY("toggle-on-combat-delay",15,"The time (in seconds) a player has to not be damaged/attacked to be considered out of combat","This setting has no effect if toggle-on-combat is set to false","The value must be a positive whole number"),
DISABLED_WORLDS("disabled-worlds",Collections.singletonList("disabled_world_name"),"A list of worlds that the plugin is disabled in"),
MAX_PARTICLES("max-particles",3,"The maximum number of particles a player can apply at once","The GUI will only display up to 21, don't set this any higher than that"),
MAX_GROUPS("max-groups",10,"The maximum number of groups a player can have saved","The GUI will only display up to 21, don't set this any higher than that"),
MAX_FIXED_EFFECTS("max-fixed-effects",5,"Max fixed effects per player"),
MAX_FIXED_EFFECT_CREATION_DISTANCE("max-fixed-effect-creation-distance",32,"Max fixed effect creation distance","Determines how far away a player may create a fixed effect from themselves","This measurement is in blocks","Set to 0 for infinite distance"),
TICKS_PER_PARTICLE("ticks-per-particle",1,"How many ticks to wait before spawning more particles","Increasing this value may cause less lag (if there was any), but will decrease prettiness","Only use whole numbers greater than or equal to 1","Going over 3 will likely look terrible"),
PARTICLE_RENDER_RANGE_PLAYER("particle-render-range-player",48,"From how many blocks away should a player be able to see the particles from another player?"),
PARTICLE_RENDER_RANGE_FIXED_EFFECT("particle-render-range-fixed-effect",192,"From how many blocks away should a player be able to see the particles from a fixed effect?"),
RAINBOW_CYCLE_SPEED("rainbow-cycle-speed",2,"How many out of 360 hue ticks to move per game tick","Higher values make the rainbow cycle faster","Note: Must be a positive whole number"),
GUI_GROUP_CREATION_MESSAGE_DISPLAY_AREA("gui-group-creation-message-display-area","ACTION_BAR","Valid values: ACTION_BAR, TITLE, CHAT","Where should the GUI group creation countdown message be displayed?","Note: Server versions less than 1.11.2 will always use CHAT"),
GUI_GROUP_CREATION_BUNGEE_SUPPORT("gui-group-creation-bungee-support",false,"If true, a message will be displayed in chat telling the player to enter the command","This might be required for some servers using bungee chat plugins"),
WORLDGUARD_USE_ALLOWED_REGIONS("worldguard-settings.use-allowed-regions",false,"If true, particles will only be able to spawn if they are in an allowed region and not a disallowed region","If false, particles will be able to spawn as long as they are not in a disallowed region"),
WORLDGUARD_ALLOWED_REGIONS("worldguard-settings.allowed-regions",Arrays.asList("example_region_1","example_region_2"),"Regions that particles will be allowed to spawn in","WARNING: This setting is deprecated in favor of region flags, and will be removed in a future update."),
WORLDGUARD_DISALLOWED_REGIONS("worldguard-settings.disallowed-regions",Arrays.asList("example_region_3","example_region_4"),"Regions that particles will be blocked from spawning in","This overrides allowed regions if they overlap","WARNING: This setting is deprecated in favor of region flags, and will be removed in a future update."),
WORLDGUARD_CHECK_INTERVAL("worldguard-settings.check-interval",10,"How often to check if a player is in a region that allows spawning particles","Measured in ticks"),
WORLDGUARD_ENABLE_BYPASS_PERMISSION("worldguard-settings.enable-bypass-permission",false,"If true, the permission playerparticles.worldguard.bypass will allow","the player to bypass the region requirements"),
MYSQL_TABLE_PREFIX("mysql-settings.table-prefix",PlayerParticles.getInstance().getDescription().getName().toLowerCase()+"_","The prefix of the tables in the database","Do not change this after tables have already been created or you will have data loss"),
MYSQL_CONNECTION_POOL_SIZE("mysql-settings.connection-pool-size",5,"The size of the connection pool to the database","Not recommended to go below 2 or above 5"),