question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Output from /bluemap does not show up through RCON or in log

See original GitHub issue

What I did / Steps to reproduce

Running the bluemap command in a Minecraft client outputs the result normally: image

However, running it through RCON outputs nothing: image

The output does not show up in the server log in either case.

Expected result

I expect to see the output from the bluemap command through RCON and possibly in the server log as well.

Actual result

The output does not show up through RCON or in the server log.

Context

BlueMap Version: BlueMap-3.4-spigot Platform: PaperMC 1.19.2-210

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
TBlueFcommented, Nov 1, 2022

@ion1 So … the good news are, i found the reason why there are no responses to rcon sometimes… … The bad news are i won’t be able to fix this.

BlueMap processes most commands asynchronously, to not block the server-thread while doing the calculations for the command. This is something i won’t change, because some BlueMap commands take a second to read and freezing the server for a second is not acceptable for me. The problem with RCON is now that the way most ServerAPI’s like Spigot/Paper are implementing their command-system, is that … if the command gets executed asynchronously, Spigot/Paper closes the RCON-connection before bluemap finished executing the command. Which means that bluemap can’t send a response.

tl;dr: To send a response to RCON i’d need to execute the commands on the Server-Thread, which i don’t want to and will not do ^^’

1reaction
TBlueFcommented, Nov 1, 2022

I’ll add that 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

FAQ | BlueMap
BlueMap is a Minecraft mapping tool that creates 3D models of your Minecraft worlds and displays them in a web viewer.
Read more >
Web map is not displayed nothing · Issue #23 · BlueMap ...
I have loaded as a sponge server mod It's been 24 hours since loading and it prompts me Render-Threads are running!
Read more >
Couple Questions : r/BlueMap - Reddit
It is generating 3D models of your minecraft world and displaying that on the Browser. Dynmap renders flat images. BlueMap can use more ......
Read more >
The Configuration File — Overviewer 0.13 documentation
This will display render progress on the output map in the bottom right corner ... will announce render progress with the server's say...
Read more >
Spigot - BlueMap | SpigotMC - High Performance Minecraft
BlueMap is a tool that generates 3d-maps of your Minecraft worlds and displays them in your browser. Take a look at this demo....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found