Configuration

Config.yml Setup

Database

Default database is Sqlite, but if you prefer MySQL the setup is self-explanatory

mysql: true mysql-hostname: localhost mysql-port: 3306 mysql-database: minecraft mysql-user: root mysql-password: root mysql-table: lockstock

|

##Some other options

###when true, server operators will have all LockStock permissions

op-is-admin: true ###Garbage collection interval in minutes. You probably won't need to change this. garbage-collection: 10

Use this to warn players they cannot lock any more blocks

autoprotect-warn: true

|

##Disabling LockStock in specific worlds

worlds-disabled:    - creative_world    - world_of_grief

|

##Enable locking of specific blocks. You can use numbers too.

blocks:   - chest    - 146    - Hopper    - cake

|

###Automatically lock these blocks when they are placed

autoprotect:    - chest    - trapped_chest    - dropper    - 170

|

###Limiting players Example 1: Players in group ServerInfidels shall be allowed 5 chests, 2 beacons, and unlimited everything else

groups:   ServerInfidels:     default: unlimited     chest: 5     beacon: 2

Example 2: Players in group Freemium shall be allowed 10 protections in total.

 groups:     Freemium:     default: 10


Comments

Posts Quoted:
Reply
Clear All Quotes