wensheng / JuicyRaspberryPie

Programming Minecraft with Python (or JavaScript)!
BSD 2-Clause "Simplified" License
72 stars 28 forks source link

Add update command #4

Closed janezd closed 5 years ago

janezd commented 8 years ago

Adding or modifying functions currently requires restarting the MC server. This PR adds command "update" that reloads the module(s) with functions and rescans them. Thus the user can now change the script and reload it with /p update without needing to restart the server and reconnect to it.