python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
I've checked everything in my YAML file and yet it gives me an error
I'm writing a spigot plugin and in the config.yml, I get an error, this is the error:
Caused by: org.yaml.snakeyaml.scanner.ScannerExcption: mapping values are not allowed here
in string, line 3,...
Rudie
Votes: 0
Answers: 2
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
What's the fastest way to find if a point is in one of many rectangles?
So basically im doing this for my minecraft spigot plugin (java). I know there are already some land claim plugins but i would like to make my own.
For this claim plugin i'd like to know how to get if...
Xeonmeister
Votes: 0
Answers: 2