--------------------------------- FEATURES ---------------------------------
1)
On join messages - send your preferred links to your players using variables (example: %discord% would return the value that you gave to it in the config)
2)
Disable certain links - if you don't have team speak for example, you can disable it in the configuration file.
3)
Source code - feel free to go look at the source code.
4)
Easy to use - it's really simple to go ahead and configure, give some preferred links in the join message and you're ready to go.
5)
Incredibly configurable - I assure you there is not 1 message that isn't configurable in this plugin.
--------------------------------- CONFIG ---------------------------------
Code (YAML):
# ----------------------------------- # Start of configuration # LinkIt made with <3 by FireRoz # -----------------------------------
# ----------------------------------- # General # -----------------------------------
# The message that appears when a player doesn't have permission to something noperm: "&cI'm sorry, but you do not have permission to perform this command."
# The message that appears when a social media / link is disabled in the config notenabled: "This feature isn't enabled on the configuration."
# The message that sends to a player when the player joins. (You can use %discord%, %forums%, %store%, %instagram%, %twitter%, %teamspeak%) Use \n for a new line joinmessage: "&e-------------\n&fWelcome to my server!\n%discord%\n%forums%\n%store%\n&e-------------"
permissions:
linkit.forums:
description: Forums
default: op
linkit.discord:
description: Discord
default: op
linkit.instagram:
description: Instagram
default: op
linkit.twitter:
description: Twitter
default: op
linkit.store:
description: Store
default: op
linkit.teamspeak:
description: TeamSpeak
default: op
linkit.reload:
default: op
linkit.*:
description: All perms for link it
default: op
children:
linkit.discord: true
linkit.forums: true
linkit.instagram: true
linkit.twitter: true
linkit.store: true
linkit.teamspeak: true
linkit.reload: true
linkit.player:
description: All perms a player needs for link it
default: op
children:
linkit.discord: true
linkit.forums: true
linkit.instagram: true
linkit.twitter: true
linkit.store: true
linkit.teamspeak: true
--------------------------------- LAST THING --------------------------------- If you enjoy this plugin make sure to leave a 5 star review and do not report bugs in the reviews section. You can suggest stuff there but if you're having any issues, DM me on Spigot (Not on Discord because I disabled my friend requests because I'm getting spammed by bots)