@@ -83,79 +83,79 @@ protected void setMenuItems() {
8383 ItemStack back = makeItem (Material .BARRIER , 1 , "&cBack" , null );
8484
8585 inventory .setItem (49 , back );
86- ArrayList <String > oldPvpLore = new ArrayList <>();
86+ ArrayList <String > oldPvpLore = new ArrayList <>();
8787 oldPvpLore .add ("" );
8888 oldPvpLore .add ("&7Currently set to: &a" + getConfigValue (Config .Setting .OLD_PVP .getKey ()));
8989 oldPvpLore .add ("" );
90- oldPvpLore .add ("&fWould you like your server to use" );
91- oldPvpLore .add ("&f1.8 PvP Combat?" );
92- ItemStack oldPvp = makeItem (Material .PAPER , 1 , "&6Old PvP" , oldPvpLore );
90+ oldPvpLore .add ("&fWould you like your server to use" );
91+ oldPvpLore .add ("&f1.8 PvP Combat?" );
92+ ItemStack oldPvp = makeItem (Material .PAPER , 1 , "&6Old PvP" , oldPvpLore );
9393
94- ArrayList <String > oldWepDmgLore = new ArrayList <>();
94+ ArrayList <String > oldWepDmgLore = new ArrayList <>();
9595 oldWepDmgLore .add ("" );
9696 oldWepDmgLore .add ("&7Currently set to: &a" + getConfigValue (Config .Setting .OLD_WEAPON_DAMAGE .getKey ()));
9797 oldWepDmgLore .add ("" );
98- oldWepDmgLore .add ("&fWould you like Swords to Deal" );
99- oldWepDmgLore .add ("&fDamage just like in 1.8?" );
100- ItemStack oldWepDmg = makeItem (Material .PAPER , 1 , "&6Old Weapon Damage" , oldWepDmgLore );
98+ oldWepDmgLore .add ("&fWould you like Swords to Deal" );
99+ oldWepDmgLore .add ("&fDamage just like in 1.8?" );
100+ ItemStack oldWepDmg = makeItem (Material .PAPER , 1 , "&6Old Weapon Damage" , oldWepDmgLore );
101101
102- ArrayList <String > oldToolDmgLore = new ArrayList <>();
102+ ArrayList <String > oldToolDmgLore = new ArrayList <>();
103103 oldToolDmgLore .add ("" );
104104 oldToolDmgLore .add ("&7Currently set to: &a" + getConfigValue (Config .Setting .OLD_TOOL_DAMAGE .getKey ()));
105105 oldToolDmgLore .add ("" );
106- oldToolDmgLore .add ("&fWould you like Tools to Deal" );
107- oldToolDmgLore .add ("&fDamage just like in 1.8?" );
108- ItemStack oldToolDmg = makeItem (Material .PAPER , 1 , "&6Old Tool Damage" , oldToolDmgLore );
106+ oldToolDmgLore .add ("&fWould you like Tools to Deal" );
107+ oldToolDmgLore .add ("&fDamage just like in 1.8?" );
108+ ItemStack oldToolDmg = makeItem (Material .PAPER , 1 , "&6Old Tool Damage" , oldToolDmgLore );
109109
110- ArrayList <String > oldSharpLore = new ArrayList <>();
110+ ArrayList <String > oldSharpLore = new ArrayList <>();
111111 oldSharpLore .add ("" );
112112 oldSharpLore .add ("&7Currently set to: &a" + getConfigValue (Config .Setting .OLD_SHARPNESS .getKey ()));
113113 oldSharpLore .add ("" );
114- oldSharpLore .add ("&fWould you like Sharpness" );
115- oldSharpLore .add ("&fTo work just like in 1.8?" );
116- ItemStack oldSharp = makeItem (Material .PAPER , 1 , "&6Old Sharpness" , oldSharpLore );
114+ oldSharpLore .add ("&fWould you like Sharpness" );
115+ oldSharpLore .add ("&fTo work just like in 1.8?" );
116+ ItemStack oldSharp = makeItem (Material .PAPER , 1 , "&6Old Sharpness" , oldSharpLore );
117117
118- ArrayList <String > disableSweepLore = new ArrayList <>();
118+ ArrayList <String > disableSweepLore = new ArrayList <>();
119119 disableSweepLore .add ("" );
120120 disableSweepLore .add ("&7Currently set to: &a" + getConfigValue (Config .Setting .DISABLE_SWEEP_ENABLED .getKey ()));
121121 disableSweepLore .add ("" );
122- disableSweepLore .add ("&fWould you like to Disable" );
123- disableSweepLore .add ("&fSweep Attacks?" );
124- ItemStack disableSweep = makeItem (Material .PAPER , 1 , "&6Disable Sweep Attacks" , disableSweepLore );
122+ disableSweepLore .add ("&fWould you like to Disable" );
123+ disableSweepLore .add ("&fSweep Attacks?" );
124+ ItemStack disableSweep = makeItem (Material .PAPER , 1 , "&6Disable Sweep Attacks" , disableSweepLore );
125125
126- ArrayList <String > disableBoostLore = new ArrayList <>();
126+ ArrayList <String > disableBoostLore = new ArrayList <>();
127127 disableBoostLore .add ("" );
128128 disableBoostLore .add ("&7Currently set to: &a" + getConfigValue (Config .Setting .DISABLE_ARROW_BOOST .getKey ()));
129129 disableBoostLore .add ("" );
130- disableBoostLore .add ("&fWould you like to Prevent" );
131- disableBoostLore .add ("&fPlayers from Boosting themselves?" );
132- ItemStack disableBoost = makeItem (Material .PAPER , 1 , "&6Disable Arrow Boost" , disableBoostLore );
130+ disableBoostLore .add ("&fWould you like to Prevent" );
131+ disableBoostLore .add ("&fPlayers from Boosting themselves?" );
132+ ItemStack disableBoost = makeItem (Material .PAPER , 1 , "&6Disable Arrow Boost" , disableBoostLore );
133133
134- ArrayList <String > oldRegenLore = new ArrayList <>();
134+ ArrayList <String > oldRegenLore = new ArrayList <>();
135135 oldRegenLore .add ("" );
136136 oldRegenLore .add ("&7Currently set to: &a" + getConfigValue (Config .Setting .OLD_REGEN .getKey ()));
137137 oldRegenLore .add ("" );
138- oldRegenLore .add ("&fWould you like Regeneration" );
139- oldRegenLore .add ("&fTo work just like in 1.8?" );
140- ItemStack oldRegen = makeItem (Material .PAPER , 1 , "&6Old Player Regen" , oldRegenLore );
138+ oldRegenLore .add ("&fWould you like Regeneration" );
139+ oldRegenLore .add ("&fTo work just like in 1.8?" );
140+ ItemStack oldRegen = makeItem (Material .PAPER , 1 , "&6Old Player Regen" , oldRegenLore );
141141
142- ArrayList <String > blockLore = new ArrayList <>();
142+ ArrayList <String > blockLore = new ArrayList <>();
143143 blockLore .add ("" );
144144 blockLore .add ("&7Currently set to: &a" + getConfigValue (Config .Setting .SWORD_BLOCKING_ENABLED .getKey ()));
145145 blockLore .add ("" );
146- blockLore .add ("&fGives Resistance While" );
147- blockLore .add ("&fRight Clicking With a Sword" );
148- blockLore .add ("" );
149- blockLore .add ("&7More options in the Config.yml" );
150- ItemStack block = makeItem (Material .PAPER , 1 , "&6Sword Blocking" , blockLore );
151-
152- inventory .setItem (10 , block );
153- inventory .setItem (12 , oldPvp );
154- inventory .setItem (14 , oldWepDmg );
155- inventory .setItem (16 , oldToolDmg );
156- inventory .setItem (28 , oldSharp );
157- inventory .setItem (30 , disableSweep );
158- inventory .setItem (32 , disableBoost );
159- inventory .setItem (34 , oldRegen );
146+ blockLore .add ("&fGives Resistance While" );
147+ blockLore .add ("&fRight Clicking With a Sword" );
148+ blockLore .add ("" );
149+ blockLore .add ("&7More options in the Config.yml" );
150+ ItemStack block = makeItem (Material .PAPER , 1 , "&6Sword Blocking" , blockLore );
151+
152+ inventory .setItem (10 , block );
153+ inventory .setItem (12 , oldPvp );
154+ inventory .setItem (14 , oldWepDmg );
155+ inventory .setItem (16 , oldToolDmg );
156+ inventory .setItem (28 , oldSharp );
157+ inventory .setItem (30 , disableSweep );
158+ inventory .setItem (32 , disableBoost );
159+ inventory .setItem (34 , oldRegen );
160160 }
161161}
0 commit comments