theflyingbirdsmc / TFB-Network

Probably the best open-source Minecraft server network in the world
https://theflyingbirds.net
Apache License 2.0
8 stars 0 forks source link

🚀 Feature: TFB Dev servers are making changes itself #257

Open Fuglen opened 1 year ago

Fuglen commented 1 year ago

🔖 Feature description

When we are developing in TFB Dev, servers tend to edit a lot of files itself

🎤 Context

When we are starting servers, updating plugins etc. in TFB Dev, they are often a lot of files that are being updated that servers/plugins do themselves and I believe those changes should be added in our commits.

✌️ Possible Implementation

I think we simply just need a "ways of working" documentation on how to use TFB Dev.

When we don't commit those changes, the Live server will make it themselves too, but it won't be tracked in Git either, so there are high chances for misconfiguration and we will have a hard time debugging and probably get a lot of technical debt.

👀 Have you spent some time to check if this feature request has been raised before?

Are you willing to submit PR?

Yes I am willing to submit a PR!