Maven
Where can I find the maven dependency for BungeeCord? EDIT: Nvm, I found it: Code (Text): <dependency> <groupId>net.md-5</groupId>...
View ArticleHow to make a player executes a command
I'm trying to makes a player execute a command in Bungee from LoginEvent I tryed to use ev.getConnection().runCommand but nothing.. How can I do it?
View ArticleonEnable error
Hello I was creating a bungee plugin with config but this is my code with error why I got errors with Files.copy Code (Text): public void onEnable() { System.out.println("Plugin...
View ArticleProject Setup
Hello, this is my pom: Code (Text): <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0...
View ArticleBungeecord project setup.
Hello, this is my pom: Code (Text): <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0...
View ArticleBungeecord Config Saving not working :(
The way to save config in bungeecord API isnt working here is the method I am using: Code (Java): ConfigurationProvider.getProvider(YamlConfiguration.class).save (getConfig(),...
View ArticleIs this against any rules?
Hello, So I have a few resources on SpgiotMC, and one of them has been getting leaked every time we post an update. So I thought up an idea, as all of my resources require a custom made dependency to...
View ArticleSet armorstand arm pose?
Code (Text): public PlayerObject(Player player, ArmorStand armorstand) { armorstand.setLeftArmPose(xxX??????X?SSDASDASD); } How do I set the left arm pose?
View ArticleWhy aren't doesn't my listener work?
Main class Code (Text): import java.util.HashMap; import org.bukkit.Location; import org.bukkit.World; import org.bukkit.entity.ArmorStand; import org.bukkit.entity.EntityType; import...
View ArticleError dispatching event PostLoginEvent
Code (Text): 19:51:36 [SEVERE] Mar 24, 2017 7:51:36 PM net.md_5.bungee.event.EventBus post WARNING: Error dispatching event PostLoginEvent(player=NoDLL) to listener...
View ArticleGet world even occurred in
I'm using regular spigot api for most my plugin, though I have bungeecord api* installed, is there anyway for me to get what server an event occurs in
View ArticleError enabling plugin
Whenever I try to load up my plugin i get this error. Code (Text): Could not load plugin from file plugins\newhubcmd-0.0.1-SNAPSHOT.jar java.lang.NullPointerException: Plugin must have a plugin.yml or...
View ArticleHow 'intensive' are channels?
I am getting the 'PlayerCount' through the 'BungeeCord' channel on my hub plugin so I can update holograms, how intensive are these requests? How often should I update the player counts without any 'lag'?
View ArticleKick players to server on reload / stop.
Hello. How can I do that, the plugin will kick the players on /reload, or on stop to hub server which is define in config ? It cannot be done in onDisable method because the plugin needs to be enabled...
View ArticleHow can i create a file config and getting value in this config ?
Hello, i want create a config, setting default into the config, and after getting the value of the config, how can i make this ?
View ArticlePlayer Count
Hey, I posted this on Spigot Plugin Development first but they said to transfer over here. **NOTE** This is a use of SpigotAPI with messaging channels to connect with bungee So basically I have this...
View ArticleConnecting to Lobbies
Hello, I've created plugin to sending players to lobby and I have one problem. In main Bungee config I have set this: Code (Text): listeners: priorities: - Lobby-1 - Lobby-2 And I want to send...
View ArticleReconnect player to spigot without disconnecting them from bungeecord
I'm simply trying to create a way to change my name both on spigot and bungeecord, but need a way to re connect a player to the spigot server. Yes I have seen things before to keep the players online...
View Article