This plugin features custom server logos
- Fork the repository
- Create
ip_port.json
(e.g.127.0.0.1_7777.json
) file inservers
folder
Important
For some reason, IP address are only allowed.
If you know how can this plugin, please open a pull request.
- Fill-up this (all fields are optional)
{
"application_id": "",
"logo": "",
"small_image": "",
"large_text": "",
"small_text": "",
"details": "",
"state": "",
"buttons": []
}
button structure:
{
"label": "",
"url": ""
}
example:
- Create pull request
- Wait to be accepted.
This plugin also has support for placeholders.
Current placeholders:
- SERVER_NAME
- SERVER_IP
- SERVER_PORT
- USERNAME
- PLAYERS
- MAX_PLAYERS
- LANGUAGE
- GAMEMODE
Playing in {SERVER_NAME}.
- Hual - for creating samp-discord-plugin
- open.mp team - the query.cpp is from one of their projects, I just asked AI to convert it to C++ from Rust.