Nebula ProxyCore icon

Nebula ProxyCore 1.8

ProxyCore

Page 1
Nebula 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

 

Nebula ProxyCore
● 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
Nebula ProxyCore

● Added Discord WebHook system in Helpop and Report.

Nebula ProxyCore v1.5
ADDED
● Added capchat subcommand to enable and disable.
● Added to all commands onTabComplete.
● Added Ignore System (/ignore add/remove <player>).
● Added if it takes 5 seconds to complete the capchat it kicks.
 
FIXED
● Fixed disable and enable captcha system, like for bungee and velocity.
● Fixed the capchat title and subtitle in Velocity.
Nebula ProxyCore
● Added imports and added friends.yml file
● Friends system added
● Added title and subtitle to the capchat
 
● Added friend system in Velocity
● Added improved capchat system in velocity
● Added startup message in Velocity
Page 1