python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Screen socket not generating
I'm making a python flask server to run and turn off multiple Minecraft servers, Im using screen to run the minecraft server however screen seems to ignore my command
@app.route('/startserver/<int:...
Tom Mccormack
Votes: 0
Answers: 1
Error when parsing integer from Minecraft plugin config.yml
I tried adding a path for where the user could input the number of rows in the config file and I had to parse the integer since it's a string and it keeps returning an error. I think it may be an erro...
Ethan Frank
Votes: 0
Answers: 1
why item group getting key instead of value?
The item group name appearing as "itemGroup.dragon quest" instead of "dragon quest"
My little project is on github, and I made an issue with some screen here

Gabriel Aguiar
Votes: 0
Answers: 1
How to make commands with subcommands in spigot plugins?
So I'm trying to make a command with subcommands
command examples:
/its heal (player)
/its feed (player)
/its help
Here is my main plugin file code if needed:
package com.itsmateo20;
im...
It'sMateo20
Votes: 0
Answers: 1