You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This event is called when a player joins the server. Contains the player and their chosen profile ID. This event may be called multiple times for the same
* This event is called when a player quits the server. Contains the player and their chosen profile ID. This event may be called multiple times for the same
Copy file name to clipboardexpand all lines: SkyblockCore-Spigot/src/main/java/me/illusion/skyblockcore/spigot/event/island/SkyblockIslandLoadEvent.java
Copy file name to clipboardexpand all lines: SkyblockCore-Spigot/src/main/java/me/illusion/skyblockcore/spigot/event/island/SkyblockIslandUnloadEvent.java
Copy file name to clipboardexpand all lines: SkyblockCore-Spigot/src/main/java/me/illusion/skyblockcore/spigot/event/player/SkyblockPlayerJoinEvent.java
Copy file name to clipboardexpand all lines: SkyblockCore-Spigot/src/main/java/me/illusion/skyblockcore/spigot/event/player/SkyblockPlayerQuitEvent.java
Copy file name to clipboardexpand all lines: SkyblockCore-Spigot/src/main/java/me/illusion/skyblockcore/spigot/network/complex/ComplexSkyblockNetwork.java
* This class is responsible for letting the communications handler know when an island has been loaded, so all other servers are aware of this island's
* This class is responsible for letting the communications handler know when an island has been unloaded, so all other servers are aware this island is no
Copy file name to clipboardexpand all lines: SkyblockCore-Spigot/src/main/java/me/illusion/skyblockcore/spigot/network/complex/listener/ComplexPlayerJoinListener.java
* This class is responsible for loading the player's island when they join the server. If another instance is responsible for the island, we do not load it.
15
15
* Feel free to fork or modify this code so you can handle rejection, if island visitation is not a feature.
Copy file name to clipboardexpand all lines: SkyblockCore-Spigot/src/main/java/me/illusion/skyblockcore/spigot/network/simple/SimpleSkyblockNetwork.java
Copy file name to clipboardexpand all lines: SkyblockCore-Spigot/src/main/java/me/illusion/skyblockcore/spigot/network/simple/listener/SimplePlayerQuitListener.java
Copy file name to clipboardexpand all lines: SkyblockCore-Spigot/src/main/java/me/illusion/skyblockcore/spigot/network/simple/profile/SimpleProfileCache.java
0 commit comments