StackDoubleFlow
StackDoubleFlow
Attempting to `dlopen` my shared library on an android device results in it being unable to find the `__clear_cache` symbol. This is needed for my project. It is needed for...
**MCHPRS Version:** 0.4.1 ``` 2023-07-02T06:59:08.131137Z ERROR mchprs_core::server: plot panicked at 'Argument was not a Pattern', crates/core/src/plot/worldedit/mod.rs:228:18 0: mchprs_core::server::MinecraftServer::run::{{closure}} 1: ::call at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/alloc/src/boxed.rs:1987:9 std::panicking::rust_panic_with_hook at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/std/src/panicking.rs:695:13 2: std::panicking::begin_panic_handler::{{closure}} at /rustc/90c541806f23a127002de5b4038be731ba1458ca/library/std/src/panicking.rs:580:13 3:...
The current implementation of these functions do not properly convert between the unicode encodings and have caused bugs in the past. This new implementation makes use of std::codecvt and std::wstring_convert....
This update also comes with a few notable changes: - The default world height limit has been set to 384 - The default plot scale has been set to 5...
Currently we handle the [Client Information (play)](https://wiki.vg/index.php?title=Protocol&oldid=19208#Client_Information_.28play.29) packet but ignore the new [Client Information (configuration)](https://wiki.vg/index.php?title=Protocol&oldid=19208#Client_Information_.28configuration.29) packet.