▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/LootrPlugin
LootrPlugin

LootrPlugin

Lootr Plugin - Per-player instanced loot chests for Paper 1.18-1.21

336
5

LootrPlugin 1.2.2

release17 марта 2026 г.

Lootr Plugin 1.2.2

Fix Some Know Issue Where Some chest Is not opening.

LootrPlugin 1.2.1

release3 марта 2026 г.

Нет описания изменений

1.2

release9 февраля 2026 г.

Changelog

All notable changes to LootrPlugin will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


[1.0.0] - 2026-02-09

🎉 Initial Release

✨ Added

  • Core Functionality

    • Per-player unique loot system for structure chests
    • Automatic detection of vanilla loot table chests (temples, dungeons, ancient cities, etc.)
    • Virtual inventory system — each player has isolated loot
    • Persistent data storage (YAML-based)
    • Auto-save system (configurable interval, default 5 minutes)
  • Protection System

    • Break protection with admin double-confirm (must break twice within 3 seconds)
    • Explosion protection (creeper, TNT, bed, respawn anchor)
    • Hopper extraction protection
    • Piston push/pull protection
  • Visual Features

    • Particle effects on unopened chests (configurable type)
    • Option to show particles only on unlooted chests
    • Sound effects on chest open/close
  • Admin Tools

    • /lootr help — Command list
    • /lootr reload — Hot-reload config and data
    • /lootr info — View chest information (look at chest)
    • /lootr stats — Plugin statistics (uptime, chests, player entries)
    • /lootr clear <player|all> — Clear loot data
    • /lootr reset — Reset specific chest (everyone gets fresh loot)
    • /lootr list [page] — Paginated list of all registered chests
    • Tab completion for all commands
  • Configuration

    • 20+ configurable options in config.yml
    • Per-world disable system
    • Customizable messages (all chat messages editable)
    • Adjustable particle types and behavior
    • Configurable protection features (individually toggleable)
    • Bypass permission for admins
  • Permissions

    • lootr.admin — Full access
    • lootr.break — Break chests with double-confirm
    • lootr.bypass — See vanilla chest behavior
    • lootr.use — Use Lootr chests (default: true)
  • Data Persistence

    • chests.yml — Stores registered chest locations and loot table info
    • playerdata/<uuid>.yml — Individual player loot data
    • Async auto-save to prevent lag
    • Safe shutdown handling

🛠️ Technical Details

  • Package: com.fetal.lootr
  • API Version: 1.20+
  • Java Version: 17+
  • Dependencies: None (standalone)
  • File Structure:

LootrPlugin 1.1

release5 февраля 2026 г.

Lootr

Per-player loot chests for Paper servers. No more loot stealing!

Inspired by the Lootr Mod. Every player gets their own unique loot from structure chests.

Features

  • 🎁 Per-player loot - Same chest, different loot for each player
  • 🏛️ Structure support - Dungeons, temples, mansions, and more
  • 📦 Datapack compatible - Works with custom structure datapacks
  • 🔒 Protected - Anti-break, anti-hopper, anti-explosion
  • 🛡️ Gamemode protection - Survival/Adventure players cannot break chests
  • OP Double-break - OP/Admins must break twice to confirm destruction
  • 1.18 - 1.21 - Full Paper compatibility

How It Works

  1. Find a chest in any structure
  2. Open it → Get unique loot
  3. Other players open same chest → Get their own loot
  4. For you, it becomes a normal chest after first open
  5. Chest stays protected so other players can still use it

Commands

CommandPermissionDescription
/lootrlootr.adminMain admin command
/lootr reloadlootr.adminReload config and datapacks
/lootr convertlootr.adminConvert nearby chests to Lootr
/lootr customlootr.adminCreate custom Lootr chest
/lootr debuglootr.adminDebug datapack loot tables
/customchestlootr.customShortcut to create custom chest

Permissions

  • lootr.admin - Full admin access
  • lootr.custom - Create custom chests
  • lootr.break - Break Lootr chests
  • lootr.bypass - Bypass all restrictions

Config

settings:
  auto-convert: true
  particles: true
  sounds: true
  
loot:
  refresh-hours: 0  # 0 = one time per player
  
protection:
  prevent-break: true           # Prevent breaking in Survival/Adventure
  require-permission-to-break: false
  op-double-break: true         # OP must break twice to confirm
  prevent-hopper: true          # Prevent hopper extraction
  prevent-explosion: true       # Prevent explosion damage
  
messages:
  break-warning: "&c&l[!] &eThis chest is instanced per-player. You cannot break it!"

LootrPlugin 1.0.0

release4 февраля 2026 г.

Lootr

Per-player loot chests for Paper servers. No more loot stealing!

Inspired by the Lootr Mod. Every player gets their own unique loot from structure chests.

Features

  • 🎁 Per-player loot - Same chest, different loot for each player
  • 🏛️ Structure support - Dungeons, temples, mansions, and more
  • 📦 Datapack compatible - Works with custom structure datapacks
  • 🔒 Protected - Anti-break, anti-hopper, anti-explosion
  • 1.18 - 1.21 - Full Paper compatibility

How It Works

  1. Find a chest in any structure
  2. Open it → Get unique loot
  3. Other players open same chest → Get their own loot
  4. For you, it becomes a normal chest after first open

Commands

CommandPermissionDescription
/lootr reloadlootr.adminReload config
/lootr convertlootr.adminConvert nearby chests
/lootr customlootr.adminCreate custom chest
/lootr debuglootr.adminDebug loot tables

Config

settings:
  auto-convert: true
  particles: true
  
loot:
  refresh-hours: 0  # 0 = one time per player
  
protection:
  prevent-break: true
  prevent-hopper: true

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

Minecraft: Java Edition

1.21.x1.20.x1.19.x1.18.x

Платформы

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

Сервер

Детали

Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:1 месяц назад
Обновлён:1 день назад
Главная