From 4ea052cbe3125de36d2a05be4bdc15e56d28ebd4 Mon Sep 17 00:00:00 2001 From: mckaygerhard Date: Tue, 28 May 2024 13:12:55 -0400 Subject: [PATCH] address workaround of error on mod loading for http api * we get some errors on load of nul value in http api, this becouse the mod must be in trusted mod and also in http api mods * this is related to issue https://github.com/SkyBuilder1717/essentials/issues/3 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef7b3b6..1817820 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,10 @@ by other mods some already new but similar to other mods. #### Configurations -| config param | type | value | req | default/min/mx | example or description | -| --------------------- | ------ | ---------- | --- | --------------- | -------------------------------- | +| config param | type | value | req | default/min/mx | observations and examples | +| ---------------------------- | ------ | ---------- | --- | --------------- | -------------------------------- | +| secure.http_mods | string | essentials | yes | none set | geoip,governing,essentials | +| secure.trusted_mods | string | essentials | yes | none set | auth_rx,governingg,essentials | | essentials_additional_privileges | bool | true | no | true | Enables extra refined privilegies for the commands, see privilegie tables | | essentials_changed_by | bool | true | no | true | Allows to see if a player property whas altered (by) when was made by some admin | | essentials_killed_by | bool | true | no | true | Allows to see who a player was killed (by) when was killed by some admin |