a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
Cedar  ·  3411 days ago  ·  link  ·    ·  parent  ·  post: What are you working on today?

The best hope is that by having them build parts of the same system in that multiplayer environment, that they'd feel enough ownership of the system not to wreck it all. I'll definitely have to put in a world backup system but the real limiting factor of any solution would be that python script access. I wonder if I could set up some form of authentication and logging so all scripts could be traced back to whoever runs them, I have little experience with Python but I guess the libraries are all accessible so it may be possible to just add it in.

Actually: thinking on it, I could have a gatekeeper so they authenticate with my server which will then pass the connection on to the actual Spigot+RaspberryJuice server perhaps? Otherwise I'd have to modify the RaspberryJuice mod as well, which I suppose is just Java so I'm fairly confident I could do that... blargh.