micartey
micartey
I didn't go that far down the rabbit hole… The web socket stopped after a few seconds until the backend gets restarted. There were at least no error messages in...
I really don't want to understand how citizens works. So if someone wants to tell me the commands, I am fine with that. This issue is blocked until then
@bbb908 Your video is broken - please update
Happened thus far only on certain blocks (e.g. extended pistons). Other blocks haven't been found so far... The server doesn't send updates and a player won't be flagged for this...
This should normally only trigger when placing blocks
@FallenCrystal you are right. Didn't look at his board. He should have created an issue from the Draft 🤔 Well, now he has one 😆
@jonesdevelopment can you explain what you are currently struggling with? I am sure I can find a solution. (Although I am more known for hacking the JVM than "best practices"...
@jonesdevelopment please delete the comment made by @Kowwwk
https://github.com/codemonstur/simplexml/blob/ad60080569b15a2ca41e8fa588d788a0805ebb50/src/main/java/xmlparser/XmlParser.java#L126-L128 This can be improved by using e.g. a `BufferedReader` ```java try (InputStreamReader streamReader = new InputStreamReader(stream, this.charset); BufferedReader bufferedReader = new BufferedReader(streamReader)) { return XmlReader.toXmlDom(bufferedReader, this.trimmer, this.escaper); } ```...