[+] Now there's a new feature, Discord Webhooks have arrived! you can set them now in the config.yml to send cool embed messages
when the whitelist is on and a certain player can enter or not
[+] PlaceholderAPI support, softdepend
For now you can only enable discord webhooks through the config.yml soon from ingame
Code (YAML):
type: "hybrid"# "java": to whitelist java users, "bedrock": to whitelist bedrock users, "hybrid": to whitelist both java and bedrock users, "permission": to whitelist users with a permission enabled: false
kick-message: -
"&cYou are not whitelisted on this server!" -
"&cPlease join our discord to get whitelisted!" - "&9Discord: discord.gg/yourdiscord
" - "&eOr visit our website
: yourwebsite.com
" discord: failed: enabled: false webhook: url: "https://discord.com/api/webhooks/yourwebhook
" username: "UltimateWhitelist
" avatarUrl: "https://i.imgur.com/yourimage.png
" data: embeds: 1: author: name: '%player_name%' iconUrl: https://mc-heads.net/avatar/%player_name% description: 'A player that is not whitelisted is trying to join: `%player_name%`' color: 255,0,0 success: enabled: false webhook: url: "https://discord.com/api/webhooks/yourwebhook
" username: "UltimateWhitelist
" avatarUrl: "https://i.imgur.com/yourimage.png
" data: embeds: 1: author: name: '%player_name%' iconUrl: https://mc-heads.net/avatar/%player_name% fields: 1: name: "UUID
" value: "%player_uuid%" inline: true
2:
name: "Server" value: "%server_name%" inline: true
3:
name: "Connected Players" value: "`%server_online%/%server_max_players%`" inline: true
description: 'A whitelisted player is joining the server
: `
%player_name%`' color: "0,255,0" whitelist: []