Blockland Forums > Suggestions & Requests
Server sided candle light.
Thé Lord Tony:
Could someone make a mod that changes all playertype lights to Kaje's candle light and disable the /greenlight command? While making this server sided, no events involved.
Thé Lord Tony:
bump
Thé Lord Tony:
Come on this can't be that hard.
MrLoganator111:
I support this.
Kalphiter:
--- Code: ---package nogreenlight
{
function serverCmdGreenlight(%c)
{
return;
}
};
activatePackage(nogreenlight);
--- End code ---