Skip to content
phit edited this page Jan 27, 2017 · 21 revisions

Options are a way to configure plugins using player/group contexts through your permission system, this gives you the benefit of being able to set different settings for different players, groups, worlds etc.

Options Overview

Option Default Value Description
griefprevention.abandon-return-ratio 1.0 The portion of claim blocks returned to a player when a claim is abandoned.
griefprevention.blocks-accrued-per-hour 120 Blocks earned per hour. By default, each 'active' player should receive 10 blocks every 5 min. Note: The player must have moved at least 3 blocks since last delivery.
griefprevention.create-claim-limit 0 Maximum number of claims per player. (0 = unlimited)
griefprevention.initial-claim-blocks 100 The number of claim blocks a new player starts with.
griefprevention.max-accrued-claim-blocks 80000 The limit on accrued blocks (over time). doesn't limit purchased or admin-gifted blocks.
griefprevention.chest-claim-expiration 7 Number of days of inactivity before an automatic chest claim will be deleted.
griefprevention.player-claim-expiration 14 Number of days of inactivity before an unused claim will be deleted.

Note: Options are only set once during server startup. If you change it after startup you MUST run /gpreload for changes to work.

Examples for different permission plugins

LuckPerms

/lp user/group <user|group> meta set <option> <value> [server] [world]

PermissionsEx

/pex user/group <user|group> option <option> <value> [--context server-tag=<server>] [--context world=<world>]

Clone this wiki locally