You will need to uncomment the part that stops JS plugins from loading then rebuild Pluton. this will be done automatically soon.
Usage: you must set the crafting multiplier inside the script, then in game write /setcrafting to lock it in!
This will change the speed of crafting
Usage: you must set the crafting multiplier inside the script, then in game write /setcrafting to lock it in!
This will change the speed of crafting
JavaScript:
CRAFTING_MULTIPLIER = 10;
function On_Command(cmd){
if(cmd.cmd == "setcrafting")
Server.CraftingTimeScale = CRAFTING_MULTIPLIER;
}
Last edited by a moderator: