Cuberite Forum
Execute - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Plugins (https://forum.cuberite.org/forum-1.html)
+--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html)
+--- Thread: Execute (/thread-1317.html)



Execute - NiLSPACE - 01-16-2014

Execute
Is a plugin that could be usefull for anyone who wants to mess with the MCServer API.

It adds a tab in the webadmin where you can easily without reloading the server execute Lua scripts. You can save, delete and load the scripts with the push of a button. It's realy usefull if you want to learn how the MCServer API works.

Interface
  • You have one button to save your file.
  • One button to show all your saved scripts.
  • One button to execute your script.
   


Github Link


RE: Execute - FakeTruth - 01-16-2014

Ooohh that's pretty cool.

Does it really show the log too or did you paste that in?


RE: Execute - NiLSPACE - 01-16-2014

Yes it shows the log in the browser Smile I still have to edit it though because it doesn't support formatting yet.

Formatting addedBig Grin


RE: Execute - NiLSPACE - 10-18-2014

Hmm. I think I might try to rewrite this. I'm starting to work with JavaScript, and I managed to get some kind of editor working instead of raw input. Nothing special, but you are now able to use tabs in itBig Grin

Yay I made it so that it remembers how many tabs you used when pressing enterBig Grin


RE: Execute - NiLSPACE - 10-19-2014

I really like how this is going. It's much easier to use now. I just need to implement the opening/removing of a file and I'm done.

Oh and it's much more stable Smile


RE: Execute - NiLSPACE - 10-19-2014

I uploaded the code Smile