Mattes D

Results 117 comments of Mattes D

A backslash for formatting codes? That's new. It'd be somewhat nerve-wrecking in code - it has to be escaped, which is often forgotten. But otherwise that could work. The only...

But those can't be typed on a keyboard.

The point is that they're exposed.

They are in SQLite, but the API provides a full set of commands to work with them, so it should be a simple task of mapping the console commands to...

I'm not against a single command, but I strongly suggest having simple separate commands as well, because almost anyone using the server will need to use those and we want...

Since Cuberite is compatible with LuaRocks, you can actually use any locally installed LuaRocks library, such as luasql, in your plugins. However, that makes the plugin dependent on that library...

What? I've been using LuaRocks on windows for ages.

After all, LuaRocks is the reason we have two Lua DLLs on windows - the real one and the proxy one.

That would be because Cuberite doesn't use the `LUA_PATH` and `LUA_CPATH` environment variables, so it doesn't have the LuaRocks path set properly. Just to test it out, try adding the...

So how would you like the permissions to work? What permission nodes should there be, and what would their combination mean for the command? Ideally write out an entire table...