BVengo / anti-entity-grief

A minecraft mod for fabric, allowing you to control the griefing capabilities of entities.
GNU Lesser General Public License v3.0
2 stars 0 forks source link

[Feature]: Readme: Usage: Explain how to import config #6

Open mk-pmb opened 2 weeks ago

mk-pmb commented 2 weeks ago

Request Description

The usage documentation should start with clarifying:

If it can do config files, it would be nice to have an example config file that people can read top to bottom, uncomment blocks or edit options as needed, and be somewhat confident they didn't miss an important option/command. I could try and make one if needed.

Images

No response

Fabric Version

No response

Additional Context

No response

BVengo commented 2 weeks ago

Thanks MK,

Great example of documentation that I should add, so I'll make sure this gets into the README when free.

To answer your question now though; yes, it all gets stored in a file antientitygrief.json in the config folder. Unfortunately, off the top of my head (I'm just on mobile), I can't recall if it's per world.

I strongly suspect it isn't because my focus on server testing means I didn't consider multi-world scenarios. If I find this is the case later, I'll open up an issue connected to this one so I can look into a per-world implementation.