Hide commands in console
Hello everyone, there is a question. How to make a command so that it does not appear in the console, for example, you write gm 1 but it does not show this command in the console and who entered it,...
View ArticlePermissionsEx to LuckPerms
Hello, I have code of this msg plugin, but its for PEX, how to improve it for LuckPerms? View attachment 514591
View ArticleBungeecord error
my bungeecord sends `java.net.UnknownHostException: sessionserver.mojang.com: Temporary failure in name resolution` when players try to join does someone know how to fix this?
View ArticleBungeeCord TeamChat Plugin, so wie es noch nie war?
Wer hätte Lust auf ein BungeeCord-TeamChat Plugin, wo nicht nur login/logout möglich ist? Sondern natürlich sich auch die Teammitglieder anzeigen lassen mit ihren Servern Dazu die Gruppen zu sehen...
View ArticleIn what sequence events are actually called when player joins?
I can't find answer on <title> question. Can anyone tell me? Don't want to spend time on testing by myself...
View ArticleJoin-event leave-event
Hey, I need a plugin that shows staff members that other staff joined the server and switch from servers. I want to have a permission for this and a config where I can edit the join message. is there a...
View ArticleConfig files and NullPointerExceptions
My code: Code (Java): package es.codersky.cskb.filemanager; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.nio.file.CopyOption; import java.nio.file.Files;...
View ArticleError while loading my plugin: org.yaml.snakeyaml.error.YAMLException
I have a problem with a new development version of my plugin. Here is my console output: Code (Text): $ java -Xms2G -jar waterfall.jar [09:43:20 INFO]: Using standard Java JCE cipher. [09:43:20 INFO]:...
View ArticleSystem send message
Hey, Last week, I created my own on-demand server system, and I would like that when the server is turned on it sends a message directly to the player. I tried with the spigot messaging channel but it...
View ArticleHow to play sound for a player by bungeecord
How to play sound for a player by bungeecord using packet (code) please
View ArticleBroadcast to the all network
Hello! I am trying to make a plugin that sends an alert to the all network, but i'm not have experience with the BungeeCord API, someone can help me? Thanks
View ArticleLooking For Beta Testers
Hello viewer I'm TheAlgorithm476, and I'm developer of the Plugin "BungeeCord Staff Chat" (or BungeeStaffChat in short), and I'm busy developing my recoded 2.0 version of this plugin....
View ArticleGetting "Timed out" error
Hello. I'm giving up. Several days ago I've wrote small plugin working like "balancer" for my server: some of players will be sent to Lobby-1, and others with other permission, for example, to Lobby-2....
View ArticleCreate Bungeecord Configuration
I wanna create a ConfigHandler here is my code: Code (Java): package net.lesyrqx.bungeecommands.utils; import java.io.File; import java.io.IOException; import net.md_5.bungee.config.Configuration;...
View ArticleProblem with Randomizer (Location)
Hey guys, i had did this code but each player is sent to a different map, how can I get everyone to be sent to the same location? Code (Text): for(Player pls :...
View ArticleA mediator between bungee and spigot
Hi there! I need to make something like a mediator between bungee join and spigot join to let the player enter some code. Is there the most lightweight way to do this plugin-side? not setting up a...
View ArticleCommunication between a BungeeCord and two Spigot Plugins
Hello, since two days now I'm working on a plugin with sends "Data" from the one Spigot server -> to BungeeCord Plugin -> which sends again "Data" to a Spigot Plugin. From the first Server to...
View ArticleCheck if whitelist is enabled on a server
Hello, I'm making a bungee plugin, and I don't know how to check if the whitelist is enabled on one of the servers, pls help me...
View ArticlePlugin Won't Load at all
I have written a small plugin that I plan to add to a bit later. Unfortuntately, I can not get it to load on my server at all. I have put all the relevant things (what I think is relevant) below, but...
View Article