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_CLOSE_AFTER_GROUP_SELECTED("gui-close-after-group-selected",true,"If true, the GUI will close after selecting a group (either saved or preset)"),
GUI_BUTTON_SOUND("gui-button-sound",true,"If clicking a GUI button should make a noise"),
TOGGLE_ON_MOVE("toggle-on-move",false,"If true, styles will not display while the player is moving","They will instead have the effect displayed at their feet","Note: Not all styles abide by this rule, but most will"),
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"),
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"),
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"),