Hello there! I am StarMade wrapper scripter. I was very excited about the "/sql_query" command and have hit a dead end, unfortunately. The "/sql_query" command is not unusable with starnet.jar. I get "ERROR: YOU DO NOT HAVE PERMISSIONS TO DO SQL QUERIES!" See attached image or click on the URL: http://prntscr.com/e48wnu{F11319}
The "/sql_query" command does work with direct console access or when run by an allowed admin account in the main chat room. But this really isn't very useful for scripting. This allows me to experiment and get my formatting right for how I want to set up my queries, but I can't then actually produce scripting. I need to use starnet.jar to send commands because it isolates the response, thus allowing my scripts to run independently from one another and then parse each individual server response. If the scripting has to send the command directly to the console and read the direct console output, this is going to complicate my scripting quite a bit and possibly introduce a lot of unnecessary parsing of information, which might get laggy when the console is screaming by with text.
The fix here is to allow the superuser connection from starnet.jar to always have access to the SQL commands, as the console does.