Skip to content

Allow whitelisted users to whitelist others, on the server and outside the server.

Notifications You must be signed in to change notification settings

NotDaniHere/ArisInviter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArisInviter

ArisInviter is a powerful and flexible Spigot plugin designed to enhance community engagement by introducing a robust invitation system for your Minecraft server. Players can invite others to join the server, from virtually anywhere!

Features

  • Whitelist for all!: Allow already whitelisted players to invite new players onto your server!
  • Whitelist outside of the game!: An HTTP Server runs and when configured with a frontend, can allow players to whitelist on a website, discord bot or even from their terminals!

Installation

  1. Download the latest release of ArisInviter from the Releases section.
  2. Place the .jar file into the plugins folder of your Spigot server.
  3. Restart the server to generate the default configuration files.
  4. Configure the plugin to your needs in the ArisInviter/config.yml file. (Work in progress)

Commands

Command Description Permission
/invite [playername] Whitelists a new player! arisinviter.use

HTTP Server Interactions

In a new terminal window, run the following command:

curl -X POST -H "Content-Type: application/json" \
     -d '{"username":"Notch"}' \
      http://[server-ip]:8080/whitelist

In order to whitelist a player (In this example, Notch)

Development

This project is open-source! Contributions, bug reports, and feature requests are welcome. Feel free to fork the repository and submit a pull request.

Issues

If you encounter any issues or have suggestions, please open an issue in the Issues section.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Credits

Support

For support or inquiries, reach out to me@danihere.xyz.