Setting gamemode
Hello, im new to the bungeecord API but how do i set a players gamemode to gamemode 3 after they connected to another server? Thx in advance
View ArticleGet MOTD of server
Hey! Can anyone explain to me how I would get the MOTD of a server? Thanks, Faraaz
View ArticleBungee help
Hello, I have been coding for bukkit for several years and i wanted to try out bungee never coded a plugin for bungee before but I have been watching youtube videos but I still am confused as to what...
View ArticleBukkit-Bukkit message channel
How to send bungee message without "using" of player? I mean about send message directly to server, not player. Is it at all doable? If so, I'd like get example, thank u in advance
View ArticleStop and stop servers
Hello! I am working on this plugin and one of the features is that you do /servers and it opens a GUI where it lists all the servers connected with BungeeCord and it shows their status (online or...
View ArticleBest way to check if player is at the end of the map
Hey guys im suffering a huge problem with my GetDown plugin... sometimes when player jumps straight down to the end of map, he doesnt die and he finish the map. Sometimes if the player finishes the...
View ArticleGet server name with Sockets
Hello! I am working a plugin that uses some BungeeCord API and I need to get the server's name. I was originally using plugin messaging, but that only works if you have a player online. I am trying to...
View ArticleBungee > Bukkit PluginMessage - Send Message to all Servers?
Is there a way to send Data to all Bukkit Servers there are connected with the BungeeCord proxy?
View ArticlegetDescription() in Bungee
Hello, I've been trying to write some abstractions to make my plugin development easier. I basically need to get the version string from the plugin's plugin.yml or bungee.yml. How should I go about...
View ArticleBungeeCord Plugin test mod
Hello , I'm trying to make a bungeecord plugin wich kick the player if he hasn't the Mumble link mod installed. Here's my code: Code (Text): import java.util.ArrayList; import...
View ArticlePlugin can't find BungeeCord-Folder
Hey guys, I'm making a plugin, which has to edit the config.yml-file of BungeeCord. I tried this, but it doesn't work: Code (Text): File plugins_dir = new File("plugins");...
View ArticleWhen Player Change Server
Player clicks a Sign and warps to a game, player decides nope and goes back to lobby. Im trying to use a PlayerChangeServerEvent and I cant find an event is there a bungee event for this or can I use...
View ArticleHelp with serverinfo instances.
Is there a way to create and use a server info instance without adding it to the bungeecord config. I tried to use Code (Text): ProxyServer.getInstance().constructServerInfo(name, address, motd,...
View ArticleCommands don't load
Hey guys, in my plugin, I have some commands, but if I perform the command, nothing happens. plugin.yml: Code (Text): name: BungeePerms version: 1.0 author: Justix main: de.justix.bungeeperms.Main...
View ArticleHow to check if a group exists
Hey guys, I have a problem. I want to check whether a BungeeCord-Group really exists. This is what I have used, but the server says which the path passes, although there is not: Code (Text):...
View ArticleWeird error?
I'm simply trying to create a text component but I'm getting this error: anyone know what it means?
View ArticleHow can I get the Spigot-API in BungeeCord
Hey guys, I want to set spigot permissions with a bungeecord-plugin. I want to set it with the PermissionAttachment, but how can I get it from one of the other servers? I think i have to get it with...
View ArticleTeleport player to random coords depended on WorldBorder
Hey guys im making a plugin which will teleport player on interract with portal / command into specified world but with random coords. I have no problems teleporting player into normal worlds, but when...
View ArticleColoured text on multiple lines?
So I have this method (string extensions were borking for me so I had to use this): Code (Text): fun formatMC(str: String): String { val prefix = ChatColor.translateAlternateColorCodes('&',...
View ArticleWhere to start
Hey, Where/how do I start with bungeecord. are there any good tutorials out there. I want to make my Autocast plugin with bungee support. Please help x)
View Article