Placeholder

ItsMyBot has a system similar to PlaceholderAPI, which you can find for a Minecraft server. ItsMyBot includes several internal extensions, and plugins also bring their own extensions!

You can use placeholders almost anywhere in the configuration. If a placeholder doesn’t work in a location where you’d like it to, don’t hesitate to contact support to have it added. The internal extensions are available in most messages that contain the necessary information!


Internal Extensions

User

Retrieve the information of a user. It is often available with different prefixes if several users are involved in the message.

  • Available like this: %[prefix]_id%
%user_id%
%user_displayname%
%user_username%
%user_pfp%
%user_createdate%
%user_joindate%
%user_roles%
%user_messages%

Channel

Retrieve the information of a channel. It is often available with different prefixes if several channels are involved in the message.

  • Available like this: %[prefix]_id%
%channel_id%
%channel_name%
%channel_mention%
%channel_type%
%channel_createdate%
%channel_topic%
%channel_url%

Role

Retrieve the information of a role. It is often available with different prefixes if several channels are involved in the message.

  • Available like this: %[prefix]_id%
%role_id%
%role_name%
%role_mention%

Guild

Retrieve the information of a guild. It is often available with different prefixes if several channels are involved in the message.

%guild_id%
%guild_name%
%guild_icon%
%guild_boosts%
%guild_level%
%guild_create_date%
%guild_afk_channel%
%guild_afk_timeout%
%guild_verification_level%
%guild_members%
%guild_bots%
%guild_users%
%guild_roles%
%guild_roles_list%
%guild_channels%
%guild_voice_channels%
%guild_text_channels%
%guild_announcement_channels%
%guild_stage_channels%
%guild_forum_channels%
%guild_media_channels%
%guild_categories%
%guild_emojis%
%guild_regular_emojis%
%guild_animated_emojis%
%guild_stickers%
%guild_online_users%
%guild_online_bots%
%guild_online_members%
%guild_idle_members%
%guild_dnd_members%
%guild_offline_members%

Bot

Retrieve the information of the bot.

%bot_id%
%bot_username%
%bot_mention%
%bot_pfp%

Time

Display the time in different formats. It is often available with different prefixes if several channels are involved in the message.

%[prefix]_short_date%   # 11/28/2018
%[prefix]_long_date%    # November 28, 2018	
%[prefix]_short_time%   # 9:01 AM	
%[prefix]_long_time%    # 9:01:00 AM	
%[prefix]_short%        # November 28, 2018 9:01 AM	
%[prefix]_long%         # Wednesday, November 28, 2018 9:01 AM	
%[prefix]_relative%     # 3 years ago	

Math

Perform simple math operations.

%math_[operation]%

Owner

Retrieve information about the owner of the guild.

%owner_id%
%owner_username%
%owner_displayname%
%owner_pfp%
%owner_createdate%
%owner_joindate%
%owner_roles%
%owner_messages%

Peformance

Retrieve information about the performance of the bot.

%performance_total_memory%
%performance_used_memory%
%performance_free_memory%
%performance_free_memory_percent%
%performance_uptime%
%performance_cpu_usage%
%performance_cpu_usage_percent%

External Extensions

External extensions are available when you add the relevant plugins!

Invite Tracker

Retrieve the information of Invite Tracker. Need the Invite Tracker plugin

%invitetracker_inviter%
%invitetracker_invites%
%invitetracker_regular%
%invitetracker_bonus%
%invitetracker_left%
%invitetracker_fake%

Tickets

Retrieve the information of Tickets. Need the Tickets plugin

%tickets_ticket_amount%