NexubyCore | Server Management Suite v2.0

All-in-one server management plugin with smart chat protection, staff tools, Discord integration and
ChatGPT Image 8 Tem 2026 06_12_25.png

herobanner.png

smartbanner.png

staffsecuritybanner.png

automod.png

admin.png

ChatGPT Image 9 Tem 2026 23_49_43.png

ChatGPT Image 10 Tem 2026 03_31_46.png


caps2_1.gif

login.gif

msg2.gif

panel.gif

reklam.gif

spam2.gif

Ekran görüntüsü 2026-07-10 043354.png

Ekran görüntüsü 2026-07-10 043411.png


Frequently Asked Questions (FAQ)


Got questions? We have answers! Click on any question below to reveal the details.

NexubyCore is meticulously built using the modern Paper API and targets Java 21.
It flawlessly supports 1.20.5, 1.20.6, 1.21, and above with maximum stability.

No, absolutely not!
We believe in keeping things fast and simple. NexubyCore runs entirely on lightning-fast, locally cached YAML files. This means zero database connection dropouts, zero complex setups, and ultra-lightweight performance.

NexubyCore sends stunning, color-coded embeds directly to your Discord channels to keep you updated in real-time. It logs:
  • Staff Activity: Logins & logouts (includes Player IPs and Real-Life Countries/Locations!)
  • Punishments: When a player is muted by the Auto-Punish system.
  • Warnings: Every time a staff member warns a player.

Not at all.
NexubyCore is highly optimized for performance. Heavy tasks—such as fetching IP Locations, processing punishment histories, and sending webhooks—are executed asynchronously (off the main thread). This ensures your server's TPS stays at a perfect 20.0!

NexubyCore is currently heavily optimized for standard Paper / Spigot / Purpur environments. Folia-specific async task handling can be provided upon request via our Discord support!

Commands & Permissions


Here is a list of all available commands and their respective permissions for NexubyCore. Click on a category to expand!

  • /nexuby reload - Reloads the plugin configuration and languages.
    Permission:
    Code:
    nexuby.admin
  • /nexuby panel - Opens the interactive GUI control panel.
    Permission:
    Code:
    nexuby.admin
  • /metrics - Displays blocked spams, ads, swears and other plugin statistics.
    Permission:
    Code:
    nexuby.admin

  • /stafflogin <password> - Authenticates staff members (Aliases: /yetkiligiriş).
    Permission:
    Code:
    nexuby.login
  • /socialspy - Toggles the ability to read players' private messages.
    Permission:
    Code:
    nexuby.socialspy

  • /warn <player> <reason> - Sends a warning to a player (Aliases: /uyar).
    Permission:
    Code:
    nexuby.warn
  • /warn history <player> - View a player's previous warnings.
    Permission:
    Code:
    nexuby.warn
  • /warn clear <player> - Clears all warnings of a player.
    Permission:
    Code:
    nexuby.warn
  • /mutehistory <player> - Displays the mute/punishment history of a player.
    Permission:
    Code:
    nexuby.mutehistory
  • /unmute <player> - Removes the active mute penalty from a player.
    Permission:
    Code:
    nexuby.unmute

  • /spamblocker <on/off> - Toggles the smart spam protection system.
    Permission:
    Code:
    nexuby.spamblocker
  • /swear <add/remove/list/clear> <word> - Manages the blacklisted words in-game (Aliases: /yasakla).
    Permission:
    Code:
    nexuby.swear

Configuration & Language Files


We believe in full transparency and customization. Take a look at our default configurations below to see how easily you can tailor NexubyCore to your server's needs!

YAML:
# NexubyCore Configuration File

# Language setting (tr or en)
settings:
  lang: tr

# Staff login system
staffLogin:
  users:
    testuser: password123
  webhookURL: ""
  webhookTitle: "Command Log"
  webhookColor: 3447003
  webhookFormat: "**%player%** has used a command:\n`%command%`"
  required: false

# Spam prevention system
spamSystem:
  enabled: true
  duration: 1 # seconds
  autoMuteEnabled: true
  autoMuteDuration: 60 # seconds
  capsLockLimit: 70
  capsLockMinLength: 4

# Swear prevention system
badwordBlock:
  enabled: true
  autoMute: true
  muteDuration: 120 # seconds
  replace: false
  replaceWith: "***"

# License Settings
license:
  key: '' # Enter your license key here

chat:
  blockEmojis: false
  characterSpam:
    enabled: true
    maxConsecutive: 2
  muteBlocksPMs: true

# Anti-Ad system
antiAd:
  enabled: true
  filterPMs: true
  whitelist:
    - nexuby.net.tr
    - discord.gg/nexuby
  blacklist:
    - aternos.me

# Command blocker system
commandBlocker:
  enabled: true
  blacklist:
    - /pl
    - /plugins
    - /?
    - /about
    - /version
    - /ver
    - /me
    - /say
    - /bukkit:pl
    - /bukkit:plugins
    - /bukkit:?
    - /bukkit:about
    - /bukkit:version
    - /bukkit:ver

# Warn system and punishments
warnSystem:
  punishments:
    '3': 'mute %player% 30m %reason%'
    '5': 'kick %player% %reason%'
    '10': 'ban %player% %reason%'

# Webhook Settings
webhooks:
  punishments: "" # Webhook URL for Mute and Warn logs

YAML:
prefix: "&7[&bNexuby&7] "

commands:
  player_only: "&cOnly players can use this command."
  no_permission: "&cYou do not have permission to use this command."
  reload: "&aConfiguration reloaded successfully."
  spamblocker_on: "&aSpam protection has been enabled."
  spamblocker_off: "&cSpam protection has been disabled."
  yasakla:
    usage: "&cUsage: /swear <add|remove|list|clear> <word>"
    added: "&aThe word has been added to the blacklist."
    removed: "&aThe word has been removed from the blacklist."
    list_header: "&eBlacklisted words:"
    cleared: "&aThe blacklist has been cleared."
  nexuby:
    reloaded: "&aThe plugin has been reloaded successfully."
  mutehistory:
    usage: "&cUsage: /mutehistory <player>"
    none: "&eNo mute history found for %player%."
    header: "&6Mute history for %player%:"
    entry: "&7 - %entry%"
  unmute:
    usage: "&eUsage: /unmute <player>"
    success: "&a%player%'s mute has been removed."
    notified: "&aYour mute has been lifted by a staff member."
    none: "&e%player% has no active mute."

login:
  success: "&aLogin successful! All your permissions are now active."
  failed: "&cIncorrect username or password!"
  not_allowed: "&cYou do not have permission to login on this server."
  already_logged_in: "&eYou are already logged in."
  usage: "&cUsage: /stafflogin <password>"
  chat_blocked: "&cYou must login before you can chat!"
  command_blocked: "&cYou must login before you can use commands!"
  move_blocked: "&cYou cannot move without logging in!"
  unknown: "Unknown"
  webhook_title: "Staff Login Notification"
  webhook_message: "**Staff:** %player%\n**IP Address:** %ip%\n**Location:** %location%\n**Time:** %time%"
  webhook_quit_title: "Staff Logout Notification"
  webhook_quit_message: "**Staff:** %player%\n**IP Address:** %ip%\n**Location:** %location%\n**Time:** %time%"

spam:
  warning: "&cPlease slow down your messages!"
  muted: "&cYou have been muted for %seconds% seconds due to spamming."

swear:
  blocked: "&cInappropriate language is not allowed."
  muted: "&cYou have been muted for %seconds% seconds due to swearing."

antiad:
  blocked: "&cAdvertising is strictly prohibited!"
  notify: "&8[&cAntiAd&8] &c%player% &7attempted to advertise: &f%message%"

chat:
  muted_by_admin: "&cChat is currently muted by administrators!"
  emojis_blocked: "&cYou cannot use emojis in chat messages!"
  capslock_warning: "&ePlease refrain from using excessive capital letters."
  cleared: "&aChat has been cleared by %player%!"
  toggled_off: "&cChat has been muted!"
  toggled_on: "&aChat has been unmuted!"
  type_word_to_ban: "&ePlease type the word you want to ban in chat (add /swear add before it)."
  pm_muted: "&cYou cannot send private messages while you are muted!"

features:
  premium_only: "&eThis feature is only available in NexubyCore Premium."
  premium_url: "&7Details: https://nexuby.net.tr"

socialspy:
  disabled: "&cSocialSpy has been disabled."
  enabled: "&aSocialSpy has been enabled. You can now see private messages."
  format: "&8[Spy] &7%player%: &f%command%"

gui:
  panel_title: "&8NexubyCore Control Panel"
  clear_chat: "&aClear Chat"
  clear_chat_lore: "&7Click to clear the chat."
  toggle_chat: "&cMute/Unmute Chat"
  toggle_chat_lore: "&7Click to toggle chat mute status."
  swear_list: "&eSwear List"
  swear_list_lore: "&7Quickly add a new banned word."
  spam_toggle: "&eSpam Protection"
  ad_toggle: "&eAnti-Ad Protection"
  swear_toggle: "&eSwear Protection"
  reload_plugin: "&aReload Plugin"
  reload_plugin_lore: "&7Reloads all configurations and languages."
  license_info: "&bLicense Status"
  status_enabled: "&a&lEnabled"
  status_disabled: "&c&lDisabled"
  status_lore: "&7Current status: %status%"
  click_to_toggle: "&eClick to toggle."

warn:
  usage: "&cUsage: /warn <player> <reason> OR /warn history <player> OR /warn clear <player>"
  success: "&a%player% &7has been successfully warned."
  title: "&cYou have received a warning for violating server rules!"
  reason: "&cReason: &7%reason%"
  count: "&cYour Current Warnings: &7%count%"
  history_none: "&eThis player has a clean warning history."
  history_header: "&eWarning history for %player%:"
  history_entry: "&7- &f%entry%"
  cleared: "&aAll warnings for %player% have been cleared."

help:
  header: "&e--- NexubyCore %version% Help ---"
  reload: "&a/nexuby reload &7- Reload config"
  login: "&a/yetkiligiriş &7- Admin login"
  spamblocker: "&a/spamblocker &7- Spam system commands"
  banword: "&a/yasakla &7- Swear filter management"
  unmute: "&a/unmute &7- Unmute a player"
  mutehistory: "&a/mutehistory &7- Player mute history"
  panel: "&a/nexuby panel &7- Open admin panel"

punishment:
  mute_reason: "You have received too many warnings!"
  kick_reason: "You have exceeded the warning limit!"
  ban_reason: "Too many rule violations!"
  swear_warn: "Using inappropriate language"
  spam_warn: "Spamming"
  ad_warn: "Advertising"
  pm_swear_warn: "Swearing in private message"
  system_warner: "System"
  mute_history_format: "[%reason%] %seconds% seconds mute"
  warn_punishment_reason: "You have received too many warnings!"
  staff_notification: "&8[&cAuto-Punish&8] &e%player% &7was muted. Reason: &c%reason%"

punishments:
  system_warner: "System (Auto-Punish)"
  spam_warn: "Spam protection."
  swear_warn: "Swear protection."
  staff_notification: "&8[&cAuto-Punish&8] &e%player% &7was automatically muted for &c%reason%"
  mute_expired: "&aYour mute penalty has expired! You can chat again."
  webhook_mute_title: "Mute Notification"
  webhook_mute_message: "**Player:** %player%\n**Duration:** %duration% Seconds\n**Reason:** %reason%\n**Time:** %time%"
  webhook_warn_title: "Warn Notification"
  webhook_warn_message: "**Player:** %player%\n**Warner:** %warner%\n**Reason:** %reason%\n**Time:** %time%"

metrics:
  header: "=== NexubyCore Metrics ==="
  spams: "Blocked Spams: "
  swears: "Blocked Swears: "
  ads: "Blocked Ads: "
  chats: "Processed Chats: "
  logins: "Staff Logins: "

log:
  license_failed: "License verification failed! Disabling plugin..."
  plugin_enabled: "NexubyCore has been successfully enabled!"
  plugin_disabled: "NexubyCore disabled!"
  command_failed: "Failed to register %command% command! Check plugin.yml."
  commands_error: "Error occurred while registering commands: %error%"
  config_doctor_fixed: "Config Doctor: Configuration file repaired and saved."
  config_doctor_added: "Config Doctor: Missing setting added -> %key%"
  config_save_error: "Failed to save configuration file: %error%"
  license_no_ip: "Server IP address could not be found! Disabling plugin..."
  license_not_found: "License key not found in config.yml! Read value: '%key%'"
  license_ensure_filled: "Please ensure the 'license.key' setting in config.yml is filled."
  license_verified: "License successfully verified!"
  license_blocked: "License blocked! Please contact support."
  license_error: "License verification error: %message%"
  license_check_error: "An error occurred during license check: %error%"
  license_ip_found: "Found IP address: %ip%"
  license_alt_ip: "Found IP using alternative method: %ip%"
  license_ip_error: "Failed to retrieve external IP address: %error%"
  webhook_error: "Failed to send Discord webhook: %error%"
  swear_save_error: "Failed to save swear list: %error%"
  warn_create_error: "Failed to create warnings.yml: %error%"
  warn_save_error: "Failed to save warnings: %error%"
  banner:
    system_active: "&a&l✓ System Active"
    system_deactive: "&c&l✗ System Deactive"
    valid: "&a&l✓ Valid"
    invalid: "&c&l✗ Invalid"

YAML:
prefix: "&7[&bNexuby&7] "

commands:
  player_only: "&cBu komutu sadece oyuncular kullanabilir."
  no_permission: "&cBu komutu kullanmak için yetkiniz yok."
  reload: "&aYapılandırmalar başarıyla yeniden yüklendi."
  spamblocker_on: "&aSpam engelleme sistemi aktif edildi."
  spamblocker_off: "&cSpam engelleme sistemi devre dışı bırakıldı."
  yasakla:
    usage: "&cKullanım: /yasakla <ekle|sil|liste|temizle> <kelime>"
    added: "&aKelime yasaklı listeye eklendi."
    removed: "&aKelime yasaklı listeden kaldırıldı."
    list_header: "&eYasaklı kelimeler:"
    cleared: "&aYasaklı kelime listesi temizlendi."
  nexuby:
    reloaded: "&aPlugin başarıyla yeniden yüklendi."
  mutehistory:
    usage: "&cKullanım: /mutehistory <oyuncu>"
    none: "&e%player% için susturma geçmişi yok."
    header: "&6%player% adlı oyuncunun susturma geçmişi:"
    entry: "&7 - %entry%"
  unmute:
    usage: "&eKullanım: /unmute <oyuncu>"
    success: "&a%player% adlı oyuncunun susturması kaldırıldı."
    notified: "&aSusturman bir yetkili tarafından kaldırıldı."
    none: "&e%player% adlı oyuncunun aktif bir susturması yok."

login:
  success: "&aGiriş başarılı! Artık tüm yetkilerin aktif."
  failed: "&cHatalı kullanıcı adı veya şifre!"
  not_allowed: "&cBu sunucuda giriş izniniz yok."
  already_logged_in: "&eZaten giriş yapmışsınız."
  usage: "&cKullanım: /yetkiligiriş <şifre>"
  chat_blocked: "&cSohbet etmek için önce giriş yapmalısınız!"
  command_blocked: "&cKomut kullanmak için önce giriş yapmalısınız!"
  move_blocked: "§cGiriş yapmadan hareket edemezsin!"
  unknown: "Bilinmiyor"
  webhook_title: "Yetkili Giriş Bildirimi"
  webhook_message: "**Yetkili:** %player%\n**IP Adresi:** %ip%\n**Konum:** %location%\n**Tarih:** %time%"
  webhook_quit_title: "Yetkili Çıkış Bildirimi"
  webhook_quit_message: "**Yetkili:** %player%\n**IP Adresi:** %ip%\n**Konum:** %location%\n**Tarih:** %time%"

spam:
  warning: "&cLütfen mesajlarınızı yavaş gönderin!"
  muted: "&cSpam nedeniyle %seconds% saniyeliğine susturuldunuz."

swear:
  blocked: "&cKüfürlü içerik kullanılamaz."
  muted: "&cKüfür nedeniyle %seconds% saniyeliğine susturuldunuz."

antiad:
  blocked: "&cReklam yapmanız yasaktır!"
  notify: "&8[&cAntiAd&8] &c%player% &7reklam yapmaya çalıştı: &f%message%"

chat:
  muted_by_admin: "&cSohbet şu anda yöneticiler tarafından kapatıldı!"
  emojis_blocked: "&cSohbet mesajlarında emoji kullanamazsınız!"
  capslock_warning: "&eLütfen sürekli büyük harf kullanmamaya özen gösterin."
  cleared: "&aSohbet %player% tarafından temizlendi!"
  toggled_off: "&cSohbet kapatıldı!"
  toggled_on: "&aSohbet açıldı!"
  type_word_to_ban: "&eLütfen yasaklamak istediğiniz kelimeyi sohbete yazın (Başına /yasakla ekle ekleyerek)."
  pm_muted: "&cŞu anda susturulmuş olduğunuz için özel mesaj gönderemezsiniz!"

features:
  premium_only: "&eBu özellik NexubyCore Premium sürümünde bulunmaktadır."
  premium_url: "&7Detaylar: https://nexuby.net.tr"

socialspy:
  disabled: "&cSocialSpy deaktif edildi."
  enabled: "&aSocialSpy aktif edildi. Özel mesajları görebileceksiniz."
  format: "&8[Spy] &7%player%: &f%command%"

gui:
  panel_title: "&8NexubyCore Yönetim Paneli"
  clear_chat: "&aSohbeti Temizle"
  clear_chat_lore: "&7Tıklayarak sohbeti temizleyebilirsiniz."
  toggle_chat: "&cSohbeti Sustur/Aç"
  toggle_chat_lore: "&7Tıklayarak sohbeti susturabilir veya açabilirsiniz."
  swear_list: "&eKüfür Listesi"
  swear_list_lore: "&7Hızlıca yeni bir kelime ekleyebilirsiniz."
  spam_toggle: "&eSpam Koruması"
  ad_toggle: "&eReklam Koruması"
  swear_toggle: "&eKüfür Koruması"
  reload_plugin: "&aEklentiyi Yenile"
  reload_plugin_lore: "&7Tüm ayarları ve dilleri yeniler."
  license_info: "&bLisans Durumu"
  status_enabled: "&a&lAçık"
  status_disabled: "&c&lKapalı"
  status_lore: "&7Şu anki durum: %status%"
  click_to_toggle: "&eDeğiştirmek için tıklayın."

warn:
  usage: "&cKullanım: /uyar <oyuncu> <sebep> VEYA /uyar history <oyuncu> VEYA /uyar clear <oyuncu>"
  success: "&a%player% &7başarıyla uyarıldı."
  title: "&cSunucu kurallarını ihlal ettiğiniz için uyarı aldınız!"
  reason: "&cSebep: &7%reason%"
  count: "&cMevcut Uyarı Sayınız: &7%count%"
  history_none: "&e%player% adlı oyuncunun uyarı geçmişi temiz."
  history_header: "&e%player% adlı oyuncunun uyarı geçmişi:"
  history_entry: "&7- &f%entry%"
  cleared: "&a%player% adlı oyuncunun tüm uyarıları silindi."

help:
  header: "&e--- NexubyCore %version% Yardım ---"
  reload: "&a/nexuby reload &7- Config yeniler"
  login: "&a/yetkiligiriş &7- Yetkili girişi yapar"
  spamblocker: "&a/spamblocker &7- Spam sistemi komutları"
  banword: "&a/yasakla &7- Küfür filtresi yönetimi"
  unmute: "&a/unmute &7- Susturulan oyuncuyu açar"
  mutehistory: "&a/mutehistory &7- Oyuncu susturma geçmişi"
  panel: "&a/nexuby panel &7- Yönetici menüsünü açar"

punishment:
  mute_reason: "Çok fazla uyarı aldınız!"
  kick_reason: "Uyarı sınırını aştınız!"
  ban_reason: "Çok fazla kural ihlali!"
  swear_warn: "Küfür kullanımı"
  spam_warn: "Spam yapma"
  ad_warn: "Reklam yapma"
  pm_swear_warn: "Özel mesajdan küfür"
  system_warner: "Sistem"
  mute_history_format: "[%reason%] %seconds% saniye mute"
  warn_punishment_reason: "Çok fazla uyarı aldınız!"
  staff_notification: "&8[&cOto-Ceza&8] &e%player% &7adlı oyuncu susturuldu. Sebep: &c%reason%"

punishments:
  system_warner: "Sistem (Oto-Ceza)"
  spam_warn: "Spam koruması."
  swear_warn: "Küfür koruması."
  staff_notification: "&8[&cOto-Ceza&8] &c%player% &7adlı oyuncu &e%reason% &7sebebiyle otomatik susturuldu."
  mute_expired: "&aSusturma cezanızın süresi doldu! Artık tekrar konuşabilirsiniz."
  webhook_mute_title: "Mute Bildirimi"
  webhook_mute_message: "**Oyuncu:** %player%\n**Süre:** %duration% Saniye\n**Sebep:** %reason%\n**Tarih:** %time%"
  webhook_warn_title: "Uyarı Bildirimi"
  webhook_warn_message: "**Oyuncu:** %player%\n**Uyaran:** %warner%\n**Sebep:** %reason%\n**Tarih:** %time%"

metrics:
  stats_spam: "Engellenen Spam Sayısı:"
  stats_ad: "Engellenen Reklam Sayısı:"
  stats_swear: "Engellenen Küfür Sayısı:"
  header: "=== NexubyCore İstatistikleri ==="
  no_permission: "&cİstatistikleri görmek için izniniz yok."
  spams: "Engellenen Spam: "
  swears: "Engellenen Küfür: "
  ads: "Engellenen Reklam: "
  chats: "İşlenen Mesaj: "
  logins: "Yetkili Girişleri: "

log:
  license_failed: "Lisans doğrulaması başarısız! Plugin devre dışı bırakılıyor..."
  plugin_enabled: "NexubyCore başarıyla aktif edildi!"
  plugin_disabled: "NexubyCore kapatıldı!"
  command_failed: "%command% komutu alınamadı! plugin.yml kontrol et."
  commands_error: "Komutlar kaydedilirken hata oluştu: %error%"
  config_doctor_fixed: "Config Doctor: Ayar dosyası onarıldı ve kaydedildi."
  config_doctor_added: "Config Doctor: Eksik ayar tamamlandı -> %key%"
  config_save_error: "Yapılandırma dosyası kaydedilemedi: %error%"
  license_no_ip: "Sunucu IP adresi bulunamadı! Plugin kapatılıyor..."
  license_not_found: "Lisans anahtarı config.yml dosyasında bulunamadı! Okunan değer: '%key%'"
  license_ensure_filled: "Lütfen config.yml dosyanızdaki 'license.key' ayarının dolu olduğundan emin olun."
  license_verified: "Lisans başarıyla doğrulandı!"
  license_blocked: "Lisans engellendi! Lütfen destek ile iletişime geçin."
  license_error: "Lisans doğrulama hatası: %message%"
  license_check_error: "Lisans kontrolü sırasında bir hata oluştu: %error%"
  license_ip_found: "Bulunan IP adresi: %ip%"
  license_alt_ip: "Alternatif yöntemle bulunan IP: %ip%"
  license_ip_error: "Harici IP adresi alınamadı: %error%"
  webhook_error: "Discord webhook gönderilemedi: %error%"
  swear_save_error: "Küfür listesi kaydedilemedi: %error%"
  warn_create_error: "warnings.yml oluşturulamadı: %error%"
  warn_save_error: "Uyarılar kaydedilemedi: %error%"
  banner:
    system_active: "&a&l✓ Sistem Aktif"
    system_deactive: "&c&l✗ Sistem Kapalı"
    valid: "&a&l✓ Geçerli"
    invalid: "&c&l✗ Geçersiz"



Need Help or Have a Suggestion?
Join our Discord server for lightning-fast support and a great community!

CLICK HERE TO JOIN DISCORD

Looking for detailed documentation and setup guides? Check out our Wiki:
NexubyCore Official Wiki



Terms of Service


By purchasing or downloading this resource, you agree that:
1. All sales are final. No refunds will be provided.
2. You are not allowed to decompile, resell, or redistribute this plugin under any circumstances.
3. One premium license is valid for one network/server.
4. Support is provided exclusively through our official Discord server.


© 2026 Nexuby. All rights reserved.





Buy a license now
$3.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
Share and earn
Refer this resource and earn a 10% commission.
471 Views
0 Purchases
2 Downloads
Nov 27, 2025 Published
Jul 10, 2026 Updated
Not yet rated
254.1 KB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. Yes
AI Content Disclosure
Marketing materials, product description and promotional copy were drafted with AI assistance and reviewed, edited and finalized by the author. Some marketing graphics were created or refined using AI-assisted tools.
AI Content Disclosure
AI was used as a development assistant for code suggestions, debugging, documentation and language improvements. All core functionality, implementation, testing and final review were completed by the author.
Type
  1. Chat
  1. Protection
  1. Staff
Game mode
  1. Survival
  1. Skyblock
  1. Prison
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
  1. Purpur
Supported versions
  1. 26.1
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
Supported languages
  1. English
  1. Turkish
Creator
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link.
Recommended for you
Professional FakeLobby Setup Secure, Aesthetic, and High Performance Supports 1.18-1.21+
Not yet rated
0 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 140 ratings
4,232 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,230 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 45 ratings
3,133 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 72 ratings
2,822 purchases
Share and earn
Refer this resource and earn a 10% commission.
471 Views
0 Purchases
2 Downloads
Nov 27, 2025 Published
Jul 10, 2026 Updated
Not yet rated
254.1 KB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. Yes
AI Content Disclosure
Marketing materials, product description and promotional copy were drafted with AI assistance and reviewed, edited and finalized by the author. Some marketing graphics were created or refined using AI-assisted tools.
AI Content Disclosure
AI was used as a development assistant for code suggestions, debugging, documentation and language improvements. All core functionality, implementation, testing and final review were completed by the author.
Type
  1. Chat
  1. Protection
  1. Staff
Game mode
  1. Survival
  1. Skyblock
  1. Prison
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
  1. Purpur
Supported versions
  1. 26.1
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
  1. 1.20
Supported languages
  1. English
  1. Turkish
Creator
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link.
Recommended for you
Professional FakeLobby Setup Secure, Aesthetic, and High Performance Supports 1.18-1.21+
Not yet rated
0 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 140 ratings
4,232 purchases
Create items, blocks, mobs, emojis, and more with automatic resourcepack generation!
5.00 star(s) 54 ratings
3,230 purchases
Protect your server from crash/dupe/packet exploits with the ultimate security fix plugin.
5.00 star(s) 45 ratings
3,133 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
4.50 star(s) 72 ratings
2,822 purchases
Top