NilsIrl / DynaWhite

A Bukkit plugin that allows to whitelist people based on identity verification written in Rust
GNU General Public License v3.0
4 stars 0 forks source link

DynaWhite

A Bukkit plugin that allows to whitelist people based on identity verification written in Rust.

Setup

  1. Run mvn package to generate the .jar file for the plugin.
  2. Run cargo build --release to generate the dynamic library for the plugin.

Both files will be found in /target/.

fix_whitelist.sh MAY be run called from start.sh. It ensures the whitelist has a correct format and is loaded when the server restarts.

The LD_LIBRARY_PATH or java.library.path should be set to the path of the directory containing the dynamic library.

Environment variables for the http server:

The .jar should be put inside the plugins/ directory of your server.

Optional

Dependencies