MineMaarten / PneumaticCraft

PneumaticCraft source
Other
84 stars 50 forks source link

Add chat broadcast command #761

Closed Forecaster closed 8 years ago

Forecaster commented 8 years ago

My current mining program is designed allow my drones to work even when I'm not present using Railcraft world anchors (chunk loaders), still working out some kinks but generally it's worked.

So I can now set an area for them to mine, and then I can leave the server, close my client and work on other things while they work, but I can't tell when they're done!

I'd love to have a command that allows the drones to send messages to chat, which I could see in the console. It would also be useful for allowing the drones to communicate in-game as well of course.

MineMaarten commented 8 years ago

I can see a lot of spam happening in less managed servers, sorry

Forecaster commented 8 years ago

Undesired puzzle pieces can be disabled though.

MineMaarten commented 8 years ago

If you want admin like tools like printing something in chat/log when something happens, use command blocks. drones can emit redstone.

Forecaster commented 8 years ago

You can't use command blocks in survival mode.