ObjectManagerManager / SMAPIDedicatedServerMod

Dedicated (headless) server mod for Stardew Valley, powered by SMAPI. Turns the host into an automated bot.
MIT License
78 stars 17 forks source link

Chat commands to demolish buildings #3

Closed ObjectManagerManager closed 1 year ago

ObjectManagerManager commented 1 year ago

Non-host players can enter chat commands by direct-messaging the automated host. So far, the only such chat command is "build", supporting building of the three types of in-game cabins (since normally only the host can build these by talking to Robin).

However, only the host can demolish buildings. A similar chat command should be implemented to allow non-host players to demolish buildings, provided that they are demolishable.

ObjectManagerManager commented 1 year ago

This has been implemented via the "demolish" chat command.