NexLogs (1.18.x/1.21.x)

NexLogs, Minecraft sunucunuzu yönetirken ihtiyaç duyacağınız tüm loglama ve bildirim sistemlerini tek bir yerde toplayan güçlü ve kullanımı kolay bir plugin’dir.

NexLogs'un Özellikleri;

Player Takibi

  • Giriş/çıkış

  • Konum

  • Blok etkileşimleri

  • Envanter

  • Sağlık/açlık

  • Sohbet

  • Komutlar

  • Ölüm

  • Teleport

  • Eşya kullanımı

Server Takibi

  • Başlatma/durdurma

  • Performans

  • Hatalar

  • Yedekleme

  • Güncelleme

  • Yapılandırma

  • Bağlantı

  • Kaynaklar

  • Pluginler

  • Dünya yönetimi

World Takibi

  • Oluşturma/silme

  • Sınırlar

  • Yapılandırma

  • Yedekleme

  • Performans

Entity Takibi

  • Oluşturma/silme

  • Hasar

  • Hareket

  • Etkileşim

  • Özellikler

Block Takibi

  • Değişiklikler

  • Hasar

  • Etkileşim

  • Özellikler

  • Oluşturma/silme

Inventory Takibi

  • Değişiklikler

  • Transfer

  • Açma/kapama

  • Kullanım

  • Sıralama

Chat Takibi

  • Mesajlar

  • Komutlar

  • Özel mesajlar

  • Filtreleme

  • Format

Command Takibi

  • Kullanım

  • Başarı/başarısızlık

  • Argümanlar

  • Yetki

  • Yönlendirme

NexLogs;

  nexlogsreload:
    description: Reloads the NexLogs plugin configuration.
    usage: /nexlogs reload
    permission: nexlogs.reload
    permission-message: "You don't have permission to use this command."
# NexLogs Configuration
# License Settings
license:
  key: ""

# Discord Webhook Settings
discord:
  enabled: true
  webhook-url: "https://discord.com/api/webhooks/WEBHOOK_ID/WEBHOOK_TOKEN"
  embed:
    color: "#00ff00"
    footer: "NexLogs v1.0.0"
    thumbnail: true
  message:
    prefix: "📝"
    date-format: "dd/MM/yyyy HH:mm:ss"

# Logging Settings
logging:
  enabled: true
  save-to-file: true
  log-path: "logs"
  date-format: "yyyy-MM-dd_HH-mm-ss"
  file-format: "txt"

# Features Configuration
features:
  join:
    enabled: true
    log-ip: true
    log-uuid: true
    log-inventory: true
    discord-notify: true
    webhook-url: "https://discord.com/api/webhooks/JOIN_WEBHOOK_ID/JOIN_WEBHOOK_TOKEN"

  quit:
    enabled: true
    log-inventory: true
    discord-notify: true
    webhook-url: "https://discord.com/api/webhooks/QUIT_WEBHOOK_ID/QUIT_WEBHOOK_TOKEN"

  chat:
    enabled: true
    log-format: "[%time%] %player%: %message%"
    discord-notify: true
    webhook-url: "https://discord.com/api/webhooks/CHAT_WEBHOOK_ID/CHAT_WEBHOOK_TOKEN"
    spam-protection:
      enabled: true
      cooldown: 2

  command:
    enabled: true
    log-format: "[%time%] %player% executed: %command%"
    discord-notify: true
    webhook-url: "https://discord.com/api/webhooks/COMMAND_WEBHOOK_ID/COMMAND_WEBHOOK_TOKEN"
    blacklisted-commands: ["/login", "/register"]

  death:
    enabled: true
    log-inventory: true
    log-location: true
    log-killer: true
    discord-notify: true
    webhook-url: "https://discord.com/api/webhooks/DEATH_WEBHOOK_ID/DEATH_WEBHOOK_TOKEN"

  respawn:
    enabled: true
    log-location: true
    discord-notify: true
    webhook-url: "https://discord.com/api/webhooks/RESPAWN_WEBHOOK_ID/RESPAWN_WEBHOOK_TOKEN"

  teleport:
    enabled: true
    log-from: true
    log-to: true
    log-inventory: true
    discord-notify: true
    webhook-url: "https://discord.com/api/webhooks/TELEPORT_WEBHOOK_ID/TELEPORT_WEBHOOK_TOKEN"

  kick:
    enabled: true
    log-reason: true
    log-kicker: true
    discord-notify: true
    webhook-url: "https://discord.com/api/webhooks/KICK_WEBHOOK_ID/KICK_WEBHOOK_TOKEN"

  itemdrop:
    enabled: true
    log-inventory: false
    discord-notify: true
    webhook-url: "https://discord.com/api/webhooks/ITEMDROP_WEBHOOK_ID/ITEMDROP_WEBHOOK_TOKEN"

  itempickup:
    enabled: true
    log-inventory: false
    discord-notify: true
    webhook-url: "https://discord.com/api/webhooks/ITEMPICKUP_WEBHOOK_ID/ITEMPICKUP_WEBHOOK_TOKEN"

  blockplace:
    enabled: true
    discord-notify: false
    webhook-url: "https://discord.com/api/webhooks/BLOCKPLACE_WEBHOOK_ID/BLOCKPLACE_WEBHOOK_TOKEN"

  blockbreak:
    enabled: true
    discord-notify: false
    webhook-url: "https://discord.com/api/webhooks/BLOCKBREAK_WEBHOOK_ID/BLOCKBREAK_WEBHOOK_TOKEN"

# Inventory Settings
inventory:
  save-items: true
  save-armor: true
  save-effects: true

# Advanced Settings
advanced:
  max-log-files: 100
  log-rotation: true
  cleanup:
    enabled: true
    days-to-keep: 30

Minecraft 1.16+ sürümleriyle tam uyumlu olan NexLogs, özellikle 1.18.2 - 1.21.x sürümlerinde maksimum performans sağlar.

Last updated