ItsShadowCone
ItsShadowCone
Can we confirm that this bug is either still existing or fixed in the latest beta?
@madmaxoft @PureTryOut probably means that you install the binary system-wide but the server directory is at .local/share/cuberite I wanna drop in my comment, that it's actually also atm possible to...
I like it. However, about the dbs: I would prefer cuberite has all databases open when it runs, of course every plugin gets its own database. When switching to mysql...
Where to place the various ini files? I would suggest config files regarding the server Like crafting should be read and written only by the server and a plugin can...
Yeah I updated my post. Settings (also for plugins) should all be handled by cuberite and plugins get an interface, whereas data is either always stored in a database (why...
Uhm actually I didn't mean that. I meant it to be a bit more high level, a plugin asks cuberite to store data and cuberite has the database implemented, lets...
@madmaxoft I think we shouldn't consider stdout as on-screen. It is often used as cheapest option to forward the log to another process, much easier than to read a specific...
Suggestion persists, I have the feeling you don't quite understand why one splits code into a library file and an executable, because *adding code at the bottom so it's less...