mirror of
https://github.com/moparisthebest/xAuth
synced 2024-11-12 20:35:10 -05:00
Updated for Minecraft 1.5
This commit is contained in:
parent
e034534fee
commit
f3784c771e
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.cypherx</groupId>
|
||||
<artifactId>xauth</artifactId>
|
||||
<version>1.2.2</version>
|
||||
<version>1.2.3</version>
|
||||
<name>xAuth</name>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
@ -1,5 +1,5 @@
|
||||
//xAuth 1.2.2
|
||||
//Built against Bukkit #653, CraftBukkit #674, and Permissions v2.7
|
||||
//xAuth 1.2.3
|
||||
//Built against Bukkit #660, CraftBukkit #703, and Permissions v2.7
|
||||
|
||||
package com.cypherx.xauth;
|
||||
|
||||
@ -51,7 +51,7 @@ public class xAuth extends JavaPlugin
|
||||
public static Strings strings;
|
||||
public static PermissionHandler Permissions;
|
||||
|
||||
//autosave test code
|
||||
//autosave stuff
|
||||
private static Boolean fullyEnabled;
|
||||
|
||||
private ConcurrentHashMap<String, String> auths = new ConcurrentHashMap<String, String>();
|
||||
@ -68,7 +68,7 @@ public class xAuth extends JavaPlugin
|
||||
pdfFile = this.getDescription();
|
||||
|
||||
PropertyManager props = new PropertyManager(new File("server.properties"));
|
||||
if (props.a("online-mode", true))
|
||||
if (props.getBoolean("online-mode", true))
|
||||
{
|
||||
System.out.println("[" + pdfFile.getName() + "] Stopping - Server is running in online-mode");
|
||||
this.setEnabled(false);
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: xAuth
|
||||
main: com.cypherx.xauth.xAuth
|
||||
version: 1.2.2
|
||||
version: 1.2.3
|
||||
description: Allows players to register and maintain an account while the server is in offline-mode.
|
||||
authors:
|
||||
- CypherX
|
||||
|
Loading…
Reference in New Issue
Block a user