Created Third party loggers (markdown)

Jesse Boyd 2017-08-29 17:38:52 +10:00
parent 2b1a866e90
commit e237ba2db4

12
Third-party-loggers.md Normal file

@ -0,0 +1,12 @@
FAWE supports third party loggers, like CoreProtect (CP) using [BlocksHub](https://www.spigotmc.org/resources/blockshub.331/), however it is not recommended since they cannot handle large edits.
For this reason, (no configuration needed), there is logging and rollback capabilities built into FAWE. Just use `//inspect` and `//rollback`.
Unlike other loggers, the FAWE logger:
- Supports all entity and block NBT
- Has no impact on the performance of edits
- Compresses data and will use significantly less space on disk (configurable)
- Significantly faster lookups and rollbacks
- Is safe for normal players to use (e.g. Non admins can only rollback regions they are the owner of)
FAWE does not currently log normal block placement. If you think it should, or you have any other complaint/suggestion [please create a ticket](https://github.com/boy0001/FastAsyncWorldedit/issues/new).