maruohon / minihud

A client-side Minecraft mod with configurable "info lines" ("mini-F3") and various overlays, such as light level and structure bounding boxes
GNU Lesser General Public License v3.0
417 stars 118 forks source link

Bounding boxes not rendering #18

Open Pendraw opened 4 years ago

Pendraw commented 4 years ago

im playing on spigot server, i have permission to use /seed command, everything works except bounding boxes of structures, i toggle the overlayStructureMainToggle, and structure has been enabled to render bounding box overlay. slimechunks rendering works.

vacla commented 4 years ago

bounding boxes only work with carpet mod and singleplayer atm since the server needs to send that data over to the client.

Pendraw commented 4 years ago

sorry i didn't know, thanks

noxifoxi commented 4 years ago

Well, I'm asking it here. Does anyone knows a mod / plugin for bukkit/spigot/paper which sends the data to the client? Everyone is talking about that stuff but nobody is saying a name of a mod/plugin solution.

vacla commented 4 years ago

not yet, masa is working on a server mod atm to send it from the server to client

maruohon commented 4 years ago

I'm probably also going to add support for the Bounding Box Outline Reloaded mod's data format, because that mod already has a bukkit plugin to send the bounding boxes from any bukkit/spigot/paper servers. That way I don't have to create my own server-side plugin for bukkit/spigot/paper for that, since I don't really have any interest in spending more time on spigot etc. support than absolutely necessary.

1schlick commented 3 years ago

I have carpet mod installed on my server and its still not showing the bounding boxes

maruohon commented 3 years ago

@1schlick Which Carpet mod? Only DeadlyMC's/skyrising's QuickCarpet sends the bounding boxes, FabricCarpet or even CarpetExtra don't. For the latter you need the Servux mod.

ligix commented 2 years ago

I'm probably also going to add support for the Bounding Box Outline Reloaded mod's data format, because that mod already has a bukkit plugin to send the bounding boxes from any bukkit/spigot/paper servers.

Any updates on this? Are carpet and servux the only options?

maruohon commented 2 years ago

@GodSaveTheDoge No changes on MiniHUD's side still. But if you need that BBOR support, then the separate 3rd party MasaGadget mod already adds support to MiniHUD for reading that data format.

sakurawald commented 1 year ago

I'm probably also going to add support for the Bounding Box Outline Reloaded mod's data format, because that mod already has a bukkit plugin to send the bounding boxes from any bukkit/spigot/paper servers. That way I don't have to create my own server-side plugin for bukkit/spigot/paper for that, since I don't really have any interest in spending more time on spigot etc. support than absolutely necessary.

Hello, do you know that there are a plugin named "bbor bukkit plugin" (https://dev.bukkit.org/projects/bounding-box-outline-reloaded) This plugin can be installed in bukkit/spigot/paper servers, but i guess it's a bit different frombbor modCan you support this bbor bukkit plugin ?

See also: https://github.com/maruohon/minihud/issues/191

ErikNij commented 2 months ago

Hi all,

What is the best way to have bounding boxes on 1.20.6, cause servux and QuickCarpet are both out of date. Is MasaGadget mod the way to go?

maruohon commented 2 months ago

@ErikNij There is an updated Servux version here: https://github.com/sakura-ryoko/servux/releases

Does/did MasaGadget have structure bounding boxes? But isn't it only a client-side mod?

ErikNij commented 2 months ago

@maruohon Thanks! This worked! I only check the curseForge, and it wasn't there, but I didn't check the GitHub. Thanks!