ProxyCore
● Toggleable commands were added
Add to your config.yml
webhooks:
report: "https://discord.com/api/webhooks/REPLACE_WITH_YOUR_REPORTS_URL"
helpop: "https://discord.com/api/webhooks/REPLACE_WITH_YOUR_HELPOP_URL"
# ─── DISCORD EMBED CUSTOMIZATION (fully editable) ───
embed:
helpop:
color: 16763904 # Orange
title: "New Help Request"
thumbnail: "https://crafatar.com/avatars/%uuid%?overlay=true" # Optional: player head
footer: "Helpop System • Nebula Network"
fields:
- name: "Player"
value: "%player%"
inline: true
- name: "Server"
value: "%server%"
inline: true
- name: "Message"
value: "%message%"
inline: false
report:
color: 15158332 # Red
title: "New Report"
thumbnail: "https://crafatar.com/avatars/%uuid%?overlay=true" # Reporter's head
footer: "Report System • Nebula Network"
fields:
- name: "Reported by"
value: "%player%"
inline: true
- name: "Target"
value: "%reported_player%"
inline: true
- name: "Server"
value: "%server%"
inline: true
- name: "Reason"
value: "%message%"
inline: false
● Toggleable commands were added
Add to your config.yml
Commands:
ignore: true
msg: true
reply: true
helpop: true
hub: true
ping: true
report: true
blacklist: true
info: true
maintenance: true
staffchat: true
friend: true
stream: true