scavenger
Save inventory and experience with penalties — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | scavenger |
| Type | Misc |
| Color | Orange |
| Icon | mdi:skull |
Fields
| Field | Type | Description |
|---|---|---|
inventoryLossPercent | Double | Percent of items to lose on death |
experienceLossPercent | Double | Percent of experience to lose on death |
blacklist | List<Var<Item>> | Items that are protected from loss |
lostItemsMessage | List<String> | Message sent listing lost items. Use {items} to insert item list |
penalties | List<Penalty> | Penalties applied when a player dies |
permission | String? | Permission required for this scavenger to apply |
Usage Example
- entry: scavenger
name: "Save inventory and experience with penalties"
inventoryLossPercent: 0
experienceLossPercent: 0
blacklist: []
lostItemsMessage: []
penalties: []
permission: ""