python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Letter appears in console output, but shouldn't. problem with Bukkit.getConsoleSender().sendMessage();
I'm trying to split code in classes. This code is sending to console text with B letter in start of line, but shouldn't.
Code:
static ConsoleWrapper cw = new ConsoleWrapper();
cw.notify("using ur...
InTostor
Votes: 0
Answers: 1
Bukkit Player check achievements
I don't know what I should put into player.getAdvancementProgress(Here).
if (player.getAdvancementProgress().isDone()) {
}
Maybe someone knows something?
Silvan
Votes: 0
Answers: 1
Spigot - Plugin won't load and the error isn't specified
I'm making a server bridge for a server, but it won't load. This is the log:
[ERROR] Could not load 'plugins/MGServerBridge.jar' in folder 'plugins'
at org.bukkit.plugin.java.JavaPluginLoader.loadPlug...
JustAdam
Votes: 0
Answers: 1
NullPointerException when registering a new command in main class
I want to create a new command in a minecraft plugin im currenly developing.
it should give a player an item. I registered the command in my main class and in the plugin.yml but when the server loads ...
potzplitz
Votes: 0
Answers: 1