Adds placeholders that receive data from a discord server for use in the game, allows creation based on the imagination of configurators and server creators, you can do things like what is shown in the picture, suggestions for placeholders that you would like to have in your game are welcome.
Join here to suggest . Those placeholders update every x time to avoid lag and they are async.
Setup:
Get the plugin and PlaceholderAPI
Log in Discord Developers Portal and create a new application
Grab the application Bot Token (We are not creating a bot, we need it to get data from discord)
Go to oauth2 section on Oauth2 URL Generator select Bot Scope and set Administrator permissions, copy the url and invite the bot
Go to bot section and enable Server Member and Presence Intent
Go to config and paste the token and the guild ID of your server
Restart the server and try the placeholders with /papi parse --null %discordplaceholders_guild_name%
Placeholders:
%discordplaceholders_guild_id%
%discordplaceholders_guild_name%
%discordplaceholders_guild_description%
%discordplaceholders_guild_owner_id%
%discordplaceholders_guild_owner_name%
%discordplaceholders_guild_member_count%
%discordplaceholders_guild_member_count_with_role_ROLEIDHERE%
%discordplaceholders_guild_member_count_bot%
%discordplaceholders_guild_member_count_human%
%discordplaceholders_guild_member_count_online% (Doesn't count bots)
%discordplaceholders_next_update%
%discordplaceholders_last_update%
Config:
Spoiler: Config
Code (YAML):
updateInterval
: 5
# minutes
notification
: true
token
:
"BOT-TOKEN"
guild
:
"GUILD-ID"
debugger
: false
Showcase (Using ItemsAdder and TAB):