mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-26 12:15:15 +01:00
cleanup
This commit is contained in:
parent
28e742e42f
commit
43b9462ddc
@ -3,6 +3,7 @@
|
||||
<component name="ProjectCodeStyleSettingsManager">
|
||||
<option name="PER_PROJECT_SETTINGS">
|
||||
<value>
|
||||
<option name="AUTODETECT_INDENTS" value="false" />
|
||||
<option name="LINE_SEPARATOR" value=" " />
|
||||
<option name="JD_ADD_BLANK_AFTER_PARM_COMMENTS" value="true" />
|
||||
<option name="JD_ADD_BLANK_AFTER_RETURN" value="true" />
|
||||
@ -12,6 +13,5 @@
|
||||
</value>
|
||||
</option>
|
||||
<option name="USE_PER_PROJECT_SETTINGS" value="true" />
|
||||
<option name="PREFERRED_PROJECT_CODE_STYLE" value="GoogleStyle" />
|
||||
</component>
|
||||
</project>
|
@ -24,7 +24,6 @@ import fr.xephi.authme.settings.Messages;
|
||||
import fr.xephi.authme.settings.OtherAccounts;
|
||||
import fr.xephi.authme.settings.Settings;
|
||||
import fr.xephi.authme.settings.Spawn;
|
||||
import fr.xephi.authme.AntiBot;
|
||||
import fr.xephi.authme.util.GeoLiteAPI;
|
||||
import fr.xephi.authme.util.Utils;
|
||||
import net.minelink.ctplus.CombatTagPlus;
|
||||
@ -70,7 +69,6 @@ public class AuthMe extends JavaPlugin {
|
||||
* Defines the current AuthMeReloaded version code.
|
||||
*/
|
||||
// TODO: Increase this number by one when an update is release
|
||||
// TODO: Increase the count via maven
|
||||
private static final int PLUGIN_VERSION_CODE = 100;
|
||||
|
||||
private static AuthMe plugin;
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: AuthMe
|
||||
name: ${pluginName}
|
||||
authors: ${pluginAuthors}
|
||||
website: ${project.url}
|
||||
description: ${project.description}
|
||||
|
Loading…
Reference in New Issue
Block a user