NiLSPACE
NiLSPACE
It's currently impossible to add newline characters (`\n`) inside ini file values. Cuberite will use the characters litterally. Instead it would be nice to make Cuberite handle the newlines like...
Network API
Hello, I saw you guys are using the webadmin from Cuberite even though Cuberite has a network API. Was there a reason to choose the webadmin over that? The documentation...
when i click on Beta: http://s15.postimage.org/7uauk7diz/Untitled_charged.png charged miners stops and i get this screen: http://s16.postimage.org/q7q52y839/Untitled_charged2.png
Is there a place with some documentation on how the protocol works? I'm currently working on a Lua version for WorldEdit for https://github.com/mc-server/MCServer . I got a normal square working,...
Previously it was possible to replace the Lua dll with a different one, even LuaJIT was able to work this way. I noticed this isn't possible anymore. After searching around...
I still need to write an article to explain how to configure the language server so this PR is still a work in progress, but the definition generation seems to...
You can see in this picture: http://puu.sh/7eEwQ.png that my "Path" plugin is considered a plugin with an error, but that's because it's just activated. I haven't looked too much into...
There are a few inconsistencies in the code style. - [ ] Semicolons are sometimes used to end a statement. - [ ] Variable names switch between PascalCase and camelCase.
With this PR WorldEdit works without any problems in the CuberitePluginChecker.
Currently every command has to be manually parsed to check if all the parameters are correct and the extract the values from them. If we'd create some kind of parser...