diff --git a/Artifacts/SubServers.Bungee.jar b/Artifacts/SubServers.Bungee.jar index 1a7858c6..20318c24 100644 Binary files a/Artifacts/SubServers.Bungee.jar and b/Artifacts/SubServers.Bungee.jar differ diff --git a/Artifacts/SubServers.Client.Bukkit.jar b/Artifacts/SubServers.Client.Bukkit.jar index 944acf3c..c0b41760 100644 Binary files a/Artifacts/SubServers.Client.Bukkit.jar and b/Artifacts/SubServers.Client.Bukkit.jar differ diff --git a/Artifacts/SubServers.Host.jar b/Artifacts/SubServers.Host.jar index 381a294e..00247925 100644 Binary files a/Artifacts/SubServers.Host.jar and b/Artifacts/SubServers.Host.jar differ diff --git a/Javadoc/SubServers.Bungee/index-all.html b/Javadoc/SubServers.Bungee/index-all.html index 6d9b3f57..c4db9247 100644 --- a/Javadoc/SubServers.Bungee/index-all.html +++ b/Javadoc/SubServers.Bungee/index-all.html @@ -414,10 +414,20 @@
Encrypts a stream of data.
+
equals(Object) - Method in class net.ME1312.SubServers.Bungee.Library.Container
+
 
+
equals(Object) - Method in class net.ME1312.SubServers.Bungee.Library.NamedContainer
+
 
+
equals(Object) - Method in class net.ME1312.SubServers.Bungee.Library.Version.Version
+
 
equals(Version) - Method in class net.ME1312.SubServers.Bungee.Library.Version.Version
See if Versions are Equal
+
equals(Version, Version) - Static method in class net.ME1312.SubServers.Bungee.Library.Version.Version
+
+
See if Versions are Equal
+
event(SubAddServerEvent) - Method in class net.ME1312.SubServers.Bungee.Network.Packet.PacketOutRunEvent
 
event(SubCreateEvent) - Method in class net.ME1312.SubServers.Bungee.Network.Packet.PacketOutRunEvent
@@ -752,7 +762,7 @@
 
getCommandHistory() - Method in class net.ME1312.SubServers.Bungee.Host.SubServer
-
Gets all the commands that were sent to this SubServer successfully
+
Gets all the commands that were sent to this Server successfully
getConfigOptions() - Method in class net.ME1312.SubServers.Bungee.Host.SubCreator.ServerTemplate
@@ -770,6 +780,10 @@
getCreator() - Method in class net.ME1312.SubServers.Bungee.Host.Internal.InternalHost
 
+
getCurrentIncompatibilities() - Method in class net.ME1312.SubServers.Bungee.Host.SubServer
+
+
Get incompatibility issues this server currently has
+
getDate() - Method in class net.ME1312.SubServers.Bungee.Host.SubLogger.LogMessage
Get the date this message was logged
@@ -926,6 +940,10 @@
Get the Item Icon for this Template
+
getIncompatibilities() - Method in class net.ME1312.SubServers.Bungee.Host.SubServer
+
+
Get all listed incompatibilities for this Server
+
getInstance() - Static method in class net.ME1312.SubServers.Bungee.SubAPI
Gets the SubAPI Methods
@@ -1568,6 +1586,10 @@
Gets the Cancelled Status
+
isCompatible(SubServer) - Method in class net.ME1312.SubServers.Bungee.Host.SubServer
+
+
Checks if a Server is compatible
+
isDouble(String) - Method in class net.ME1312.SubServers.Bungee.Library.Config.YAMLSection
Check if object is a Double by Handle
@@ -1596,10 +1618,6 @@
If the Server is Enabled
-
isEqual(Version, Version) - Static method in class net.ME1312.SubServers.Bungee.Library.Version.Version
-
-
See if Versions are Equal
-
isException(Util.ExceptionRunnable) - Static method in class net.ME1312.SubServers.Bungee.Library.Util
Determines if an Exception will occur
@@ -2688,6 +2706,10 @@
Get Executable File
+
toggleCompatibility(SubServer...) - Method in class net.ME1312.SubServers.Bungee.Host.SubServer
+
+
Toggles compatibility with other Servers
+
toJSON() - Method in class net.ME1312.SubServers.Bungee.Library.Config.YAMLConfig
Converts Config Contents to JSON
diff --git a/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Host/External/ExternalSubServer.html b/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Host/External/ExternalSubServer.html index 288cf9d2..afd59a1b 100644 --- a/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Host/External/ExternalSubServer.html +++ b/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Host/External/ExternalSubServer.html @@ -209,7 +209,7 @@ extends java.util.LinkedList<SubServer.LoggedCommand> getCommandHistory() -
Gets all the commands that were sent to this SubServer successfully
+
Gets all the commands that were sent to this Server successfully
@@ -338,7 +338,7 @@ extends SubServer -command, edit, getFullPath, start, stop, terminate, toString +command, edit, getCurrentIncompatibilities, getFullPath, getIncompatibilities, isCompatible, start, stop, terminate, toggleCompatibility, toString + + + + + + + + + + + + + + + + diff --git a/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/Container.html b/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/Container.html index 8c070036..18f0769c 100644 --- a/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/Container.html +++ b/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/Container.html @@ -17,7 +17,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10}; +var methods = {"i0":10,"i1":10,"i2":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -156,12 +156,16 @@ extends java.lang.Object Method and Description +boolean +equals(java.lang.Object object)  + + V get()
Grabs the Object
- + void set(V value)
Overwrite the Object
@@ -173,7 +177,7 @@ extends java.lang.Object

Methods inherited from class java.lang.Object

-equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -232,7 +236,7 @@ extends java.lang.Object - diff --git a/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/NamedContainer.html b/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/NamedContainer.html index 6fa797a4..b9b6d9e7 100644 --- a/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/NamedContainer.html +++ b/Javadoc/SubServers.Bungee/net/ME1312/SubServers/Bungee/Library/NamedContainer.html @@ -17,7 +17,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10}; +var methods = {"i0":10,"i1":10,"i2":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -159,12 +159,16 @@ extends Method and Description +boolean +equals(java.lang.Object object)  + + T name()
Gets the name of the Container
- + void rename(T name)
Renames the Container
@@ -183,7 +187,7 @@ extends - + + + + @@ -293,14 +310,14 @@ implements java.io.Serializable, java.lang.Comparable< +