NovaProxy is a lightweight, advanced proxy core for Velocity and BungeeCord, perfect for Minecraft networks wanting friends, private messaging, and global chat without heavy dependencies. Single universal JAR with multi-database support for optimal performance.
Code:
/f <add/remove/accept/decline/notifications/msg> <player> Manage friends nova.friend.use
/fl (/friend list) Friends list online/offline nova.friend.list
/msg <player> <message> (/w, /tell) Private message nova.msg.use
/msg block/friends Toggle message blocking nova.msg.block
/global Toggle global chat nova.global.toggle
/nexus reload Reload config nova.admin
/nexus audit <player> Staff action logs nova.audit.view
/nexus note <add/list/del> Staff notes nova.note.use
Plugin completely standalone - NO Vault, NO LuckPerms required
config.yml (main):
Code:
database:
type: "sqlite" # sqlite/mysql/mariadb/mongodb/redis
host: "localhost"
port: 3306
database: "proxycore"
friends:
enabled: true
max-friends: 100
messaging:
enabled: true
block-mode: "none" # all/friends-only/none
globalchat:
enabled: true
prefix: "&7[Global] &f"
Code:
prefix: "&6[NovaProxy] &f"
friends:
list-title: "&eYour friends:"
list-online: "&a● %player% &7(&aOnline&7)"
msg-format: "&d%player%&8 -> &f%message%"
Velocity 3.0+ (recommended)
BungeeCord 1.8-1.20+
Code:
1.8.x → 1.20.x+
Tested on Paper/Purpur/Folia backends
sqlite Local .db file (default) Recommended for: Small-medium servers
mysql Classic SQL database Recommended for: Medium networks
mariadb MySQL drop-in Recommended for: Production
mongodb Document-based Recommended for: Different traffic
redis In-memory cache Recommended for: High-traffic
- Async database operations
- Connection pooling (HikariCP)
- Memory efficient UUID storage
- Built-in spam protection
- Live reload without downtime
ItsDavlooo presents: The ultimate proxy companion!
