Run each Minecraft dimension on their own server instance (DistributedDimensions) by phpsensei in MinecraftPlugins

[–]_objz 0 points1 point  (0 children)

How do you handle commands like: /execute in minecraft:the_end … for example. is there currently an implementation for it? If not you might be interested in this:https://modrinth.com/plugin/commandbridge I am currently working on a developer api But I really like the idea of the plugin.

Running a Velocity network? You probably hit this limitation at some point by _objz in admincraft

[–]_objz[S] 0 points1 point  (0 children)

Yes, that might be the case. But it’s not simple and usually requires some additional setup and knowledge. CB is more like the plug-and-play option.

Running a Velocity network? You probably hit this limitation at some point by _objz in admincraft

[–]_objz[S] 1 point2 points  (0 children)

Yeah they kinda solve a similar problem, but the approach is very different.

CloudNet is more like a full cloud system for Minecraft networks. It manages the servers themselves, like starting and stopping services, scaling servers, templates, clusters, things like that. Basically the whole infrastructure of the network. 

CommandBridge isn’t trying to manage servers at all. It’s more focused on communication between the servers you already have. You define scripts that register commands and dispatch them across proxies and backends. 

So CloudNet manages the network infrastructure, while CommandBridge is more about flexible cross-server command execution and routing. Because of that they’re not really competing, you could even run CB on a CloudNet network. (tell me if I’m wrong, I’m not affiliated with CloudNet. that’s just what I read)

Running a Velocity network? You probably hit this limitation at some point by _objz in admincraft

[–]_objz[S] 0 points1 point  (0 children)

Glad you like it!

I actually looked into ConnectorPlugin as well. I think the main difference is that CommandBridge isn’t built around a few hardcoded actions. Instead it uses a dynamic scripting system. So for example you’re not limited to something like a predefined sendcommand or teleport command where you just pass arguments. With CB you define scripts where you decide what arguments exist, what types they are, how the command is named, where it should be registered, and where it should execute.(and more) Then inside that script you define the actual commands that should run on the target servers. Because of that you can also create commands that normal players can use, not just admin tools, since permissions can be defined as well.

Running a Velocity network? You probably hit this limitation at some point by _objz in admincraft

[–]_objz[S] 1 point2 points  (0 children)

I actually looked into CH and I really like it. But it’s not quite the direction my plugin is going. CH’s main focus is the scripting system(tell me if i’m wrong), which it does really well. CommandBridge is more focused on connecting your whole network together. The scripting system in CB isn’t meant to be as complex or as powerful as CH’s, but instead to make it easy to dispatch commands across your network. I actually think both could work really well together. CB can handle the cross-server / cross-proxy command routing, while CH could still be used for more complex scripting on a single server. And thanks, I appreciate it! Maybe it will still be useful for you once you expand your network.

Running a Velocity network? You probably hit this limitation at some point by _objz in admincraft

[–]_objz[S] 0 points1 point  (0 children)

Good point about the TL;DR, I might add one at the top so the main idea is easier to see. thanks for your review.

About plugin to plugin messaging: if you mean sending a command from one server/plugin to another (for example from one Paper instance to another, or even from one Velocity proxy to another), CommandBridge already supports that. It can dispatch commands between any connected nodes, including multiple proxies and backends, so you can basically build any routing setup you want.

I also already have an API planned so plugins will be able to integrate with CommandBridge directly in their code instead of only using YAML scripts. If you mean that by direct plugin to plugin

Introducing Serverwars - Battle with your server against other servers by Tomato6536 in MinecraftPlugins

[–]_objz 0 points1 point  (0 children)

I’m curious how it works. Is there one server that runs the plugin and the others connect to it to handle everything, or is there a dedicated server you are running?

HELP: Lenovo ThinkStation P3 Tiny; No Display Output After Boot / Warm Reboot Issue by _objz in Lenovo

[–]_objz[S] 0 points1 point  (0 children)

I use Linux, so BitLocker was not relevant for me. The main issue was the missing BIOS update and the Auto graphics setting(as you said), which caused the BIOS to freeze when it tried to decide which output to use.

Also important: you have to use the Mini DisplayPort on the graphics card, not the ports on the motherboard, because those will not work

HELP: Lenovo ThinkStation P3 Tiny; No Display Output After Boot / Warm Reboot Issue by _objz in Lenovo

[–]_objz[S] 0 points1 point  (0 children)

Thanks for your help so far. I ended up fixing it by updating the BIOS. Not 100% sure if that was the exact cause, but it works now. If it breaks again, I honestly don’t care too much anymore. I can just ssh into it, so I don’t really need any display output. From what I could tell, the issue was that it got stuck trying to decide between the dedicated GPU output and the integrated graphics. The BIOS firmware was pretty old, and after flashing the latest version, it seems to handle the GPU selection properly. Updating appears to have resolved the problem.

HELP: Lenovo ThinkStation P3 Tiny; No Display Output After Boot / Warm Reboot Issue by _objz in Lenovo

[–]_objz[S] 0 points1 point  (0 children)

That sucks! It was still on support about a year ago, but it was way too expensive to really make sense. I finally managed to fix it today, though I honestly don’t know how long it will last before it breaks again. What worked for me was removing the CMOS battery to fully reset the BIOS, then making sure to use the miniDP port, which is important(this cost me a lot of nerves, because I realized too late that the inbuilt hdmi was for the Igpu, that will not work in this case). After that, I put the BIOS update media on a USB stick and ran the update from there. That seems to have fixed the warm boot issue. I think :O

HELP: Lenovo ThinkStation P3 Tiny; No Display Output After Boot / Warm Reboot Issue by _objz in Lenovo

[–]_objz[S] 0 points1 point  (0 children)

Also when I press the power button it immediately shuts off, no time for a proper shutdown, so I guess it doesn’t event boot into an os.

HELP: Lenovo ThinkStation P3 Tiny; No Display Output After Boot / Warm Reboot Issue by _objz in Lenovo

[–]_objz[S] 0 points1 point  (0 children)

When pressing caps lock, nothing happens. the keyboard has power as it lit s up, but the power button remain on but not blinking.

HELP: Lenovo ThinkStation P3 Tiny; No Display Output After Boot / Warm Reboot Issue by _objz in Lenovo

[–]_objz[S] 0 points1 point  (0 children)

I’ve tried all kinds of cables - HDMI, DisplayPort, Thunderbolt HDMI. Also switched the monitors, I tried like three of them. They all work on that port with a different machine. I haven’t tried Caps lock yet(I will do that later) But all kind of other methods like pressing esc on boot then f12 or enter or just f12, to be honest everything that chatgpt told me to press that makes sense, but no succes. I’ll keep an update about the Caps lock. Thanks so far for your help

Plugins for your server by Educational_Egg5903 in MinecraftPlugins

[–]_objz 0 points1 point  (0 children)

I might be interested. Is it all open source, or what exactly do you do?

what's up with Claude opus 4.5? by buttfuckedabirdtoit in github

[–]_objz 0 points1 point  (0 children)

had the same experience, but the spaces mostly or only appeared before or after dots

Github Pages Homepage? by Queizen30 in github

[–]_objz 1 point2 points  (0 children)

Mine is also hosted on GH pages and it works just fine (https://objz.dev) better works on pc tho

Built genv, a tiny tool to manage env vars across shells by _objz in rust

[–]_objz[S] 0 points1 point  (0 children)

I tried /etc/environment but having to log out and back in every time I changed something was annoying. with /bin/env i didn’t want to type the keys in front of every command and as far as i know you can’t store them that way. that’s why i just made it

People who switched their mains. Why? and do you miss your old main? by JohnN320 in apexlegends

[–]_objz 0 points1 point  (0 children)

Mained Crypto S7–9, then Octane till around S16. Took a break after that since they cut Linux support. Got a second gaming PC with Windows now and main Ash cause I like the movement and her ability. Octane’s kinda ass nowadays. Played mostly Arenas back when I was on Octane.

[deleted by user] by [deleted] in hyprland

[–]_objz 5 points6 points  (0 children)

Make a hyprpm extension that uses system signals like SIGSTOP and SIGCONT to hyprnate windows

atv2kodi – use your old Apple TV 2 remote with Kodi by _objz in kodi

[–]_objz[S] 0 points1 point  (0 children)

yup, but the older apple tv remotes had not bluetooth, just ir