Neko Hz
Neko Hz
maybe we should use codegen insteads of just template meta programming... or the argument name cannot be inferred from function.. (and optional argument)
BTW, the command parsing is happened in server side.. so the malformed command expression would be able to detect in server side and rerouting to fallback handler.. seems pointless..
alternative concept: for codegen ```cpp // header (.h) struct Teleport : CustomCommandDescription { static constexpr auto name = "teleport"; static constexpr auto permission = CommandPermission::OP; // any name void impl_01(ServerPlayer...
Idea: Use ringbuffer for IPC
Alternative: UNIX Socket (socketpair DGRAM)...
(In fact it is exists already) Still under developing. The mod is called `bus` , but it is only a client, you need to build and run https://github.com/codehz/MiniBus to get...
@nrss Actually this mod is to define flat world config (like TNT at 0 layer etc
> > @nrss Actually this mod is to define flat world config (like TNT at 0 layer etc > > ah, I see. That sounds even cooler, I always would...
> Btw, I tried running [eac0569](https://github.com/Element-0/ElementZero/commit/eac056940a64122b670838f70bcbd99b45272215) but it crashes, without mods enabled. Is it just me? So did you have the crash log?
Typing CJK character's problems have not been fully resolved, when pressing the backspace key, you can not delete characters correctly. 