Neko Hz

Results 139 comments of Neko Hz

@Shizzlebix does it not working?

BTW the daemon subcommand is internal usage ( only systemd can trace the daemon, or it will hard to manage

well, if you are using the script https://gist.github.com/codehz/610bdeba96fcec16e6339abae7208e7d you should answer "y" when it ask for installing systemd service

@Shizzlebix run this script again and paste the output ?

Oh , Trying to execute `sudo cp [email protected] /lib/systemd/system/`

after put the service to right place, exec `killall bedrockserver` and then try to starting server via systemctl

@Shizzlebix the status show it is running... so I think it just fake alert

@markusfisch This function is suitable for looping the pattern, but it can be a workaround for now.

@markusfisch If you want to do this in the future, do not forget to deal with the screen rotation. My advice is to simply disable this feature when using non-main...

to register enum: ```cpp enum class MyEnum: int {A, B}; auto test = BDLCommandRegistry::newEnum("test"); test.add("A", MyEnum::A); test.add("B", MyEnum::B); ``` dynamic enum: ```cpp // in global scope static auto test =...