promotional bannermobile promotional banner

Partial Inventory

Keep your most valuable items on death.

Partial Inventory

What is Partial Inventory?

Partial Inventory is a plugin for modifying item drop behavior on death. This includes a list of items the player always keeps, always loses, a percent based chance to lose items, and the ability to keep your topmost valuable items. All of these are configurable.

Features

-Keep Valuables on death

-Percent chance to drop items on death

-Never drop some items on death

-Always drop other items on death

-Fully customizable

-Built against latest bukkit 1.12

 

Change Log

Version 1.1.2 

-Updated Default Config File with over 100 item rarities

Version 1.1 

-Added always keep / always drop

-Added Drop Chance

-Fixed Bugged with Incorrect Tool Rarity

Version 1.0

-Initial Release

 

 

Commands

Will add to page later.

Read plugin.yml for now or type /help PartialInventory

 

 

Requested Plugin by Rigack see thread.

 

plugin.yml

name: PartialInventory
main: com.bluecakewithcows.partialInventory.Main
version: 1.1
commands:
  rarity:
    description: Get rarity weight of Material or held item.
    permission: partialinventory.rarity
    usage: Simply type /rarity <Material>
  setrarity:
    description: Set rarity weight of Material.
    permissions: partialinventory.configure
    usage: /setrarity <material> [value]
  setalwayskeep:
    description: Adds or remove item from alwayskeep list.
    permissions: partialinventory.configure
    usage: /setalwayskeep <material> <true/false> (defaults true)
  setalwaysdrop:
      description: Adds or remove item from alwaysdrop list.
      permissions: partialinventory.configure
      usage: /setalwaysdrop <material> <true/false> (defaults true)
  pisave:
        description: Saves configuration to config and reloads.
        permissions: partialinventory.configure
        usage: /pisave
  pireload:
        description: Loads configuration from config.
        permissions: partialinventory.configure
        usage: /pireload

permissions:
  partialinventory.rarity:
    description: Use rarity command
    default: true
  partialinventory.allitems:
    description: Keep all items on death
    default: false
  partialinventory.valuables:
    description: Keep most rare items on death
    default: true
  partialinventory.allxp:
    description: Keep all xp on death.
    default: false
  partialinventory.dropchance:
    description: After valuables; percent chance to lose items.
    default: true
  partialinventory.alwayskeep:
    description: Enables always keeping items on alwayskeep list.
    default: true
  partialinventory.alwaysdrop:
      description: Enables always dropping items on alwaysdrop list.
      default: true
  partialinventory.configure:
      description: Adds ability to change configuration with commands
      default: false

 


 

 

The Partial Inventory Team

profile avatar
  • 1
    Projects
  • 761
    Downloads
Donate