▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
ViperX

ViperX

Just a simple minecraft plugin that clears any player's inventory when banned and is fully compatible with AdvancedBan and LiteBan.

Оцените первым
316
0

ViperX

!GitHub Release !GitHub License

ViperX is a Simple Minecraft Server Plugin for Clearing Player Inventory When Banned.

Overview

ViperX helps server automatically clear certain NBT data when banned such as goods in the inventory obtained via unfair means or a custom NBT tag, handling of which is powered by NBTAPI.

Features

  • Clears player inventory data when a ban is applied
  • Supports AdvancedBan and LiteBans as well as Vanilla ban system
  • Removes custom NBT tags from player data
  • Supports custom ban durations and duration presets
  • Tracks pending clears
  • Provides operator-only configuration menus

Commands

CommandDescription
/viperxOpens the main menu for operators; non-operators are sent to the public links menu
/vxAlias for /viperx

Permissions

PermissionDescriptionDefault
viperx.menu.*Grants access to all ViperX menusop
viperx.mainMenuOpens the main menuop
viperx.settingsOpens the settings menuop
viperx.pendingOpens the pending clears menuop
viperx.linksOpens the public links menutrue
viperx.banMenuOpens the ban duration menuop

Requirements

  • Bukkit/Spigot/Paper server
  • NBTAPI

Installation

  1. Download the latest ViperX release JAR.
  2. Place it in your server's plugins/ folder.
  3. Install NBTAPI if it is not already present.
  4. Start or restart the server.

Configuration

After the first startup, ViperX generates its config files. The current default config includes offline-mode warnings, ban duration presets, playerdata paths, and NBT tags to clear.

# False: Does not warn the currently logged-in admin if the server is in offline mode
# True: Warns the currently logged-in admin if the server is in offline mode
offline-mode-warning: true

global:
  ban-durations:
    # The amount of time the ban duration is allowed to be off by in milliseconds
    grace-period: 100
    # Exact durations that can be matched for inventory clearing
    duration:
      - "1s"
      - "1h"
      - "1d"
      - "1w"
      - "1y"
  # Relative paths to playerdata folders inside each world directory
  playerdata-path:
    - "playerdata"
    - "players/data"

  # NBT tags that are removed from player data
  NBT-Tags:
    - "Inventory"
    - "EnderItems"

Changelog

See CHANGELOG.md for release notes and version history.

!Settings and Duration menu

!Pending menu

Authors

  • NotNightSky

Часто задаваемые вопросы

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

Minecraft: Java Edition

26.2.x26.1.x1.21.x1.20.x1.19.x1.18.x1.17.x1.16.x1.15.x1.14.x1.13.x1.12.x1.11.x1.10.x1.9.x1.8.x

Платформы

Поддерживаемые окружения

Сервер

Зависимости

Ссылки

Создатели

Детали

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