TwitchWhitelist is a highly customizable and professional Spigot Plugin to give your Viewers the opportunity to whitelist themself on your Minecraft Server via a Channel points Reward on Twitch. This opens brand new doors of interaction with your community.
To be able to use a Channel Point Reward you need to be Twitch Affiliate!
Commands
Permission: whitelist.cmd
whitelist on — Enable the Whitelist on your Server
whitelist off — Disable the Whitelist on your Server
whitelist list — Get an overview over all Whitelisted Players
whitelist add playerName — Add a Player to the Whitelist manually by the Minecraft Player Name
whitelist remove playerName — Remove a Player from the Whitelist by the Minecraft Player Name
Additional Information
For a step to step to Tutorial on how to use and configure this Plugin and further Features, visit it on GitHub:
https://github.com/Jakkoble/TwitchWhitelist
If you find any Bugs or need Help, feel free to open a new Issue on GitHub. In case you have any feedback, please leave a review.
Configuration File
Config File to setup the Plugin up to your liking (Tutorial on GitHub):
Code (YAML):
enabled
: true
token
: YourToken
channelID
: YourChannelID
offlineServer
: false
ticketsPerUser
: 1
serverName
: Minecraft Community SMP
channelRewardName
: Minecraft Whitelist Ticket
sendMessage
: true
successMessage
: /me
%s, you are now Whitelisted on the '%s'.
playerNotFoundMessage
: /me
%s, there is no Player called '%s'.
alreadyWhitelistedMessage
: /me
%s, you are already Whitelisted on the '%s'.
tooManyPlayersWhitelisted
: /me
%s, you have already Whitelisted to many Players to the '%s'.
notWhitelistedMessage
: §cYou are not Whitelisted on this Server! Purchase a Whitelist Slot
via Channel Points Reward at '
%s'.