BungeeCord fix ... again ... and again...
This commit is contained in:
parent
d7f76c8cdf
commit
0d47578323
2
pom.xml
2
pom.xml
@ -28,7 +28,7 @@
|
|||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<version>2.7.16b2</version>
|
<version>2.7.16b4</version>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.bukkit</groupId>
|
<groupId>org.bukkit</groupId>
|
||||||
|
|||||||
@ -254,8 +254,10 @@ public class AuthMe extends JavaPlugin {
|
|||||||
pm.registerEvents(new AuthMeChestShopListener(database, this), this);
|
pm.registerEvents(new AuthMeChestShopListener(database, this), this);
|
||||||
ConsoleLogger.info("Successfully hook with ChestShop!");
|
ConsoleLogger.info("Successfully hook with ChestShop!");
|
||||||
}
|
}
|
||||||
if (Settings.bungee)
|
if (Settings.bungee) {
|
||||||
|
Bukkit.getMessenger().registerOutgoingPluginChannel(this, "BungeeCord");
|
||||||
Bukkit.getMessenger().registerIncomingPluginChannel(this, "BungeeCord", new BungeeCordMessage(this));
|
Bukkit.getMessenger().registerIncomingPluginChannel(this, "BungeeCord", new BungeeCordMessage(this));
|
||||||
|
}
|
||||||
|
|
||||||
//Find Permissions
|
//Find Permissions
|
||||||
if (pm.getPlugin("Vault") != null) {
|
if (pm.getPlugin("Vault") != null) {
|
||||||
|
|||||||
@ -3,7 +3,7 @@ author: darkwarriors,Xephi
|
|||||||
website: http://www.multiplayer-italia.com/
|
website: http://www.multiplayer-italia.com/
|
||||||
description: AuthMe prevents people, which aren't logged in, from doing stuff like placing blocks, moving, typing commands or seeing the inventory of the current player.
|
description: AuthMe prevents people, which aren't logged in, from doing stuff like placing blocks, moving, typing commands or seeing the inventory of the current player.
|
||||||
main: uk.org.whoami.authme.AuthMe
|
main: uk.org.whoami.authme.AuthMe
|
||||||
version: 2.7.16b2
|
version: 2.7.16b4
|
||||||
softdepend: [Vault, ChestShop, Spout, Multiverse-Core, Notifications, Citizens, CombatTag, Essentials]
|
softdepend: [Vault, ChestShop, Spout, Multiverse-Core, Notifications, Citizens, CombatTag, Essentials]
|
||||||
commands:
|
commands:
|
||||||
register:
|
register:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user