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

Move buildings via ingame option #16

Closed Chris82111 closed 6 months ago

Chris82111 commented 6 months ago

The changes deal with Issue #2. MoveBuildPermission (and the aliases mbp and movepermissiong) can be used to change the authorization of farmhands to move buildings from the carpentry shop. The command is set each time the server is started and can also be changed in-game with /message ServerBot MoveBuildPermission on.

The changes include:

Chris82111 commented 6 months ago

I have just been offered an improvement and would like to add it to this pull request. Please do not merge yet.

Chris82111 commented 6 months ago

From my point of view, the merge can continue.

ObjectManagerManager commented 6 months ago

Changes look good. Testing it now.