Skip to content

Quick Start Configuration

Frank Wu edited this page Apr 3, 2016 · 5 revisions

Quick start guide for LockettePro. This page will briefly guides you how to configure LockettePro.

Dealing with Hopper Stealing
There are two ways you may choose from.
The first way is to allow hoppers from taking items in or out of the chests, but not allowing unauthorized players from placing hoppers near a locked chest. Use the following config:

block-interfere-placement: true
block-item-transfer-in: false
block-item-transfer-out: false
block-hopper-minecart: remove  

The second way is to prevent hoppers from taking items in or out of the chests, but allowing unauthorized players to place hoppers near a locked chest. Use the following config:

block-interfere-placement: false
block-item-transfer-in: true
block-item-transfer-out: true
block-hopper-minecart: remove  
Clone this wiki locally