betterpotions.conf
@@ -0,0 +1,44 @@
+Enabled-Potions {
+ # List of enabled potions. true is enabled and false is disabled.
+ Aborption=true
+ BadLuck=false
+ Blindness=false
+ FireResistance=true
+ Glowing=true
+ Godmode=true
+ Haste=true
+ HealthBoost=true
+ Hunger=false
+ InstantDamage=false
+ Invisbility=true
+ JumpBoost=true
+ Levitation=true
+ Luck=true
+ MiningFatigue=false
+ Nausea=false
+ NightVision=true
+ Poison=false
+ Regeneration=true
+ Resistance=true
+ Saturation=true
+ Slowness=false
+ Strength=true
+ Swiftness=true
+ WaterBreathing=true
+ Weakness=false
+ Wither=false
+}
+Pagination {
+ # Amount many lines of text to show when doing /potions
+ LinesPerPage=5
+ # Padding for pagination.
+ Padding="&8&m-"
+ # Title for pagination when doing /potions
+ Title="&6{pluginName}"
+}
+Potency {
+ # Maximum potency of potions. Example: Regeneration IV is 4
+ MaximumPotency=4
+ # Minimum potency of potions. Example: Strength I is 1
+ MinimumPotency=1
+}
\ No newline at end of file