Hello Spigot Community, This is my very first plugin that allows you to easily provides links to your players with a basic GUI.
You are able to remove and add up to 9 Links with customization options in the config
Commands:
/Networker - The main command, opens the GUI
Config Example:
options:
- Website
- Documentation
- Support
links:
Website: "
https://yourwebsite.com"
Documentation: "
https://yourdocumentation.com"
Support: "
https://yoursupport.com"
items:
Website: "BOOK"
Documentation: "MAP"
Support: "COMPASS"
Make your own!
You are able to make your own links simply add an option, add the corresponding link and choose the item you'd like to display your link when the GUI is open an exmaple in the config for this would be
options:
- Website
- Areallygoodlink
links:
Website: "
https://yourwebsite.com"
Areallygoodlink: "
https://Reallygoodlink.com"
items:
Website: "BOOK"
Areallygoodlink "GOLD_BLOCK"
Planned Features:
Social Listener - A listener to provides rewards for when a player Likes/Follows/Subscribes to your server.
Feel free to use this plugin how ever you want