You N'wah really need a map to get around?
Find a file
2020-03-03 17:54:15 +01:00
docker-test Initial release 2020-03-03 17:51:24 +01:00
extern add tes3mp-rs submodule 2020-03-03 17:47:10 +01:00
src Initial release 2020-03-03 17:51:24 +01:00
.gitignore Initial release 2020-03-03 17:51:24 +01:00
.gitmodules add tes3mp-rs submodule 2020-03-03 17:47:10 +01:00
Cargo.toml Initial release 2020-03-03 17:51:24 +01:00
README.md update README 2020-03-03 17:54:15 +01:00

nwahttp

Putting things in places where they shouldn't be

Features

  • Prometheus metrics endpoint
  • REST API with player info
  • WebSocket with realtime player info

Usage

First of warning, this plugin is created for a minimally patched tes3mp server, see the patch here docker-test/ScriptFunc.cpp (default tes3mp doesn't execute C++ timers)

build with cargo build --release for target and place nwahttp.so in the $TES3MP_HOME/scripts folder, and add nwahttp.so to the scripts argument in the config,

then connect via http://[ip of tes3mp server]:8787