Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more
ProxyCore
Add these lines to config.yml
modules:
friends: true
staffchat: true
messages: true
antibot: true
social: true
actions: true
actions:
on-join:
- title: "&bWelcome %player%"
- sound: ENTITY_PLAYER_LEVELUP
- message: "&7Server: &f%server%"
- bossbar: "&aConnected to the network"
on-server-switch:
- actionbar: "&eEntering %server%"
antibot:
flood-threshold: 100
lockdown-time: 300 # seconds
● 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