this repo has no description
at master 25 lines 664 B view raw view rendered
1# Gatekeeper 2 3A simple way to have a player invites player structured whitelist for survival servers 4 5Gatekeeper keeps a track of which players each player has invited so that you can ban bad actors who are inviting undesired players. 6 7# Usage Player 8 9## Inviting players 10Permission: `keii.gatekeeper.invite` 11Invite a player using `/invite <Minecraft Username>` 12 13# Usage Admin 14 15## Save 16Permission: `keii.gatekeeper.save` 17Save the data using `/gatekeeper save` 18 19Saving happens automatically at server stop and /reload 20 21## Load 22Permission: `keii.gatekeeper.load` 23Load the data using `/gatekeeper load` 24 25Loading happens automatically at server start and after /reload