Unofficial site, not affiliated with modrinth.com.What is this?
  • EzAfk 3.0.0

    release26 апреля 2026 г.
    • Updated plugin to Java 25
    • Updated to Paper 26.1
    • Integrated Jaloquent for the storage
      • Added optional Jaloquent logging
  • EzAfk 2.4.1

    release25 апреля 2026 г.
  • EzAfk 2.4.0

    release27 марта 2026 г.
    • Added Japanese translations (ja)
    • Added German translations (de)
    • Fixed issue, making it possible to create custom language files and use them
  • EzAfk 2.3.3

    release18 февраля 2026 г.
    • Fixed issue in TAB integration
  • EzAfk 2.3.2

    release9 февраля 2026 г.

    Feature changes

    • Fixed bug in WorldGuard being required, error on server startup when WorldGuard not available

    Code changes

    • Fixed MockBukkit testing
    • Added automated test tools
    • Added feature tests for all commands
  • EzAfk 2.3.1

    release8 февраля 2026 г.
    • Added new sound for when player comes back from being AFK.
    unafk:
      sound:
        enabled: true
        # Path to the MP3 file to play when returning from AFK (relative to plugin folder)
        file: "mp3/ezafk-sound.mp3"
    
  • EzAfk 2.3.0

    release29 января 2026 г.
    • Added AFK zones
      • Added AFK zone rewards
      • Added WorldEdit integration for adding AFK zones
    regions:
    - world: world
      z1: -877.0
      name: zone1
      y1: 62.0
      z2: -844.0
      x1: 100.0
      y2: 69.0
      x2: 140.0
      reward:
        enabled: true
        interval-seconds: 60
        amount: 5.0
        type: economy
        max-stack: 0
        limit: 10
        limit-cooldown-seconds: 60
    
    • Improved WorldGuard flag registering
  • EzAfk 2.2.3

    release25 января 2026 г.
    • Fixed shading of MiniMessage support (Adventure)
    • Added PlaceholderAPI support for configurable messages
    • Fixed Simple Voice Chat shading
    • Fixed Discord notification formatting
  • EzAfk 2.2.2

    release24 января 2026 г.
    • Added filler options to the gui.yml configuration
    empty-slot-filler:
      enabled: true
      material: GRAY_STAINED_GLASS_PANE
      display-name: " "
      lore: []
    
    • Added lore to action options in gui.yml configuration
    actions:
      kick:
        slot: 0
        material: IRON_BOOTS
        display-name: "&cKick Player"
        lore:
          - "&7Remove the player from the server."
    
    • Added back button options in gui.yml
    back-button:
      display-name: "&6« Back to Overview"
      lore:
        - "&7Return to the player list."
    
    • Moved lore logic to new LoreUtil
    • Shaded Paper's Adventure in the .jar to prevent issues on old Spigot / Paper servers
  • EzAfk 2.2.1

    release21 января 2026 г.
    • Refactored main EzAfk.java class for easier expansion and maintainability
    • Unregister listeners on server stop to prevent memory leakage
  • EzAfk 2.2.0

    release18 января 2026 г.
    • Added Simple Voice Chat integration
    • Added option to configure custom sound that plays when player goes AFK
    • Created and added custom default sound
  • EzAfk 2.1.3

    release18 января 2026 г.
    • Added CommandUtil to refactor all no permission checks to 1 function in this util
    • Added auto complete to the /afk command
    • Prepared for more AFK leader configuration options
  • EzAfk 2.1.2

    release14 января 2026 г.
    • Fixed compatibility issue triggering console errors when kicking players on Spigot servers
  • EzAfk 1.9.0

    release23 декабря 2025 г.

    Changelog - AFK Kick Warnings Feature

    Version: 1.9.0 - 2025-12-22

    Changelog

    • Added: AFK Kick Warnings
      • Server owners can now configure multiple warning messages to be sent to players before they are kicked for being AFK.
      • Warnings can be sent as chat messages, titles, or both.
      • Configure the warning intervals (e.g., 60s, 30s, 10s before kick) in config.yml.
      • Customize the warning messages in your messages.yml file.
      • Warnings are only sent once per interval and reset if the player returns from AFK.

    Configuration Example:

    kick:
      enabled: true
      timeout: 600
      warnings:
        enabled: true
        intervals: [60, 30, 10]
        mode: both
    

Совместимость

Сведения

Лицензия:
Опубликован:5 месяцев назад
Обновлён:1 месяц назад
ID проекта:
Главная