bump version
This commit is contained in:
@@ -184,7 +184,7 @@ public class RankupPlugin extends JavaPlugin {
|
||||
getLogger().severe("If that does not work, restart your server.");
|
||||
getLogger().severe("You may then copy in your config values manually from the old config.");
|
||||
getLogger().severe("Check the changelog on the Rankup spigot page to see the changes.");
|
||||
getLogger().severe("https://www.spigotmc.org/resources/rankup.17933/updates");
|
||||
getLogger().severe("https://www.spigotmc.org/resources/rankup.76964/updates");
|
||||
}
|
||||
|
||||
helper = new RankupHelper(this);
|
||||
|
||||
@@ -44,8 +44,7 @@ public class RankRequirementsFactory {
|
||||
|
||||
private static RankRequirements getPrestigeListRequirements(RankupPlugin plugin, ConfigurationSection section) {
|
||||
if (plugin.getPrestiges() == null) {
|
||||
// don't know what to do here
|
||||
return null;
|
||||
throw new IllegalArgumentException("Prestige requirements are being used but prestiging is not enabled.");
|
||||
}
|
||||
|
||||
RankRequirements defaultRequirements = null;
|
||||
|
||||
Reference in New Issue
Block a user