Add these lines to config.yml
- The new version and more have been updated.
- Configurable system for actions on events such as join or switch server (titles, sounds, messages)
- Advanced antibot protection against floods, invalid handshakes, and UUID spoofing. Includes lockdown, temporary whitelisting, and IP blocking with notifications.
- Main configuration for modules (enable/disable), actions, antibot (threshold) and more. Flexible without recompiling.
- Chat with hover (player info) and clicks (/msg, /reply, /server). Improve UX with examples like [Staff].
- API for other plugins: getFriends, sendProxyMessage, getCurrentServer. Extensible base.
- Social system with friends, statuses (online/offline/in game), notifications with clicks to join servers.
YAML: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
Java: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
JavaScript: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
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.
● 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.
● Global flood + emergency mode.
● Name validation.
● Blacklist temporal de IPs.
● Rate limit por IP.
● Ping Anti-Spam.
● Capchat system added.
