this repo has no description

README

Changed files
+25
+25
README.md
···
··· 1 + # Gatekeeper 2 + 3 + A simple way to have a player invites player structured whitelist for survival servers 4 + 5 + Gatekeeper 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 10 + Permission: `keii.gatekeeper.invite` 11 + Invite a player using `/invite <Minecraft Username>` 12 + 13 + # Usage Admin 14 + 15 + ## Save 16 + Permission: `keii.gatekeeper.save` 17 + Save the data using `/gatekeeper save` 18 + 19 + Saving happens automatically at server stop and /reload 20 + 21 + ## Load 22 + Permission: `keii.gatekeeper.load` 23 + Load the data using `/gatekeeper load` 24 + 25 + Loading happens automatically at server start and after /reload