Hi cant we use a script that if a tile is in a place and a STAFF say remove tile and then its removed to normal grass and addtile like this:
if (playersays(remove tile)) {
removetile x,y,tile;
}
if (playersays(add tile)) {
addtile x,y,tile;
}
so staff dont need to upload things all the time
and you can have a script like this
if (playersays(add object)) {
addobject x,y,objectname;
}
and same thing u dont need to download and then upload to just put a tree