Ethanol nice mod! I was thinking about something similar! The light level addition really helps with making mines so I know where to place torches and such keep up the great work.
Make sure to allow the user to change their game speed its one of the cool ones here's the code (From my commands mod)
function procCmd(c) {
var p = c.split(" ");
var command = p[0];
switch(command) {
case 'gamespeed_slow': {
ModPE.setGameSpeed(10);
break;
} case 'gamespeed_norm': {
ModPE.setGameSpeed(20);
break;
} case 'gamespeed_ultra': {
ModPE.setGameSpeed(1000);
break;
}
}
}
Obviously you can change the actual output but those are the best in my opinion...
BL idea, Readable chat, if a player types something in chat the script could use a prewritten response something like
if(playerResonse==("Hello")
{
clientMessage("Good day to you fellow player");
}
Something along the lines of that where it could pick up keywords or something like that sort of like a siri effect (Yeah I know most users here are Android but its the only example I gotssss.....)
0
Honestly I would just make a new mod! =D *Cough* idea *Cough* infinite *Cough* worlds msg me, I have an idea.
0
-Pig
0
0
Obviously you can change the actual output but those are the best in my opinion...
1
0
0
0
0
0
Something along the lines of that where it could pick up keywords or something like that sort of like a siri effect (Yeah I know most users here are Android but its the only example I gotssss.....)
0
0
0
0
0