server-modloader icon indicating copy to clipboard operation
server-modloader copied to clipboard

A mod loader for the Bedrock dedicated server

Results 7 server-modloader issues
Sort by recently updated
recently updated
newest added

Example: ```c #include #include THOOK(on_initialize_logging, void, "_ZN15DedicatedServer17initializeLoggingEv", uintptr_t this) { on_initialize_logging.original(this); char array[32]; // sizeof(std::string) == 32 void *sstr_new = NULL; void *sstr_array = array; void *sstr_malloc = malloc(32); std_string_string(&sstr_new,...

Thank you for your contribution to the BDS plugin loader space! You are a pioneer and now we have the most advanced plugin loader "LiteloaderBDS"

Hello, can i contact with you in any way? Maybe e-mail or discord?

anyone have any pre-made plugins/ mods for this?

I find something wrong in the hooking Disassemble Error: 3

otherwise the console gets flooded with bullshit and it's 100x more difficult to fix errors