diff --git a/Third-party-loggers.md b/Third-party-loggers.md new file mode 100644 index 0000000..fbeaf80 --- /dev/null +++ b/Third-party-loggers.md @@ -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). \ No newline at end of file