Prepare for B26

This commit is contained in:
HaHaWTH 2023-10-13 18:46:26 +08:00
parent 1eeaa442db
commit f978b285ae
3 changed files with 2 additions and 3 deletions

View File

@ -76,7 +76,7 @@ public class AuthMe extends JavaPlugin {
// Version and build number values
private static String pluginVersion = "5.6.0-Fork";
private static final String pluginBuild = "b";
private static String pluginBuildNumber = "25";
private static String pluginBuildNumber = "26";
protected final Boolean SHAEnabled = false;
// Private instances
private EmailService emailService;

View File

@ -1,7 +1,6 @@
package fr.xephi.authme.listener;
import fr.xephi.authme.AuthMe;
import fr.xephi.authme.settings.properties.SecuritySettings;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.World;

View File

@ -3,7 +3,7 @@ authors: [${pluginDescription.authors}]
website: http://github.com/HaHaWTH/AuthMeReReloaded/
description: A fork of AuthMeReloaded that contains bug fixes
main: ${pluginDescription.main}
version: 5.6.0-FORK-b25
version: 5.6.0-FORK-b26
api-version: 1.13
softdepend:
- Vault