Skip to content

raphaelpierquin/scedit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code was an experiment that I used to let my kids and my brother edit ScriptCraft files on our Bukkit (Minecraft) server. I'm pushing it out in case it's a useful starting point for others.

WARNING: this code was experimental, so there might be security issues here. I'm making no claims about dogs being held hostage by aliens. Just mentioning it.

Installing and running

Playing around with it should be fairly simple.

pip install -r requirements.txt
SRCDIR=path/to/players python main.py

Using it should simply be a matter of pointing your editor to one of these:

http://localhost:8095/edit/

To edit the files in the jsfiles directory.

or

http://localhost:8095/logfile

To inspect the logfile from the server.

To use it with a live Minecraft server, do the following:

  • Replace the file called mcserver.log with a symbolic link to the Minecraft server's logfile.

About

Simple web-based editor for ScriptCraft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.3%
  • HTML 47.5%
  • Shell 2.2%