- Added unlink command
- Added command creator
You can now make your own commands in the config.yml, there is a default command to be used as an example:
Code (YAML):
commands:
online:
embed:
title
:
"Online players"
description
:
"%online-players%"
author
:
"%user%"
color:
r
: 0
g
: 255
b
: 0
If you don't want an embed, use:
Code (YAML):
message
:
"Hello! this is my message!"
You can also use both if you want
Current placeholders are:
%user% - User's name
%online players% - Get online players
%user's avatar% - Gets the user's avatar as a URL
%message% - Gets the user's message
PlaceholderAPI support will be coming within the next few updates