Various C# Script improvements

Move handling code in a separate file
Add caching ability for low-power devices (rpi..)
Use a distinct API with MCC.MethodName()
Stop script execution only on specific API calls
This commit is contained in:
ORelio 2015-08-23 18:51:24 +02:00
parent ca02c7f2e6
commit 3e2622fbb7
8 changed files with 407 additions and 159 deletions

View file

@ -3,7 +3,7 @@
/* This is a sample script that will load a ChatBot into Minecraft Console Client
* Simply execute the script once with /script or the script scheduler to load the bot */
LoadBot(new ExampleBot());
MCC.LoadBot(new ExampleBot());
//MCCScript Extensions