main/Server Admins Info

Server Admins Info

<< Back

Dependencies

MCClans Land Protection has the following dependencies:

  • UUIDCacher [required]: Is used to cache player UUIDs and names. This plugin is required for MCClans Land Protection to function.
  • MCClans [required]: Is the core plugin. This plugin is required for MCClans Land Protection to function.
  • Vault [optional]: Is used to charge players ingame currency for certain functions. This plugin is optional.
  • WorldGuard [optional]: If WorldGuard is present, placed down protection fields will not overlap WorldGuard regions. This plugin is optional.

Config

-config.yml

Config optionParametersDescription
GENERAL
debuggingtrue/falseDisplay debug messages in console
use-permissionstrue/falseIf set to false, admin command access defaults to players with OP access
use-economytrue/falseCharge players configured costs. Requires Vault
remove-inactive-fields-after-daysnumberDelete protection fields with inactive owners after x amount of days. Set to 0 to disable
safety-border-sizenumberMinimum amount of blocks between protection fields. Does not apply if the other field is owned by a clan member
field-refund-percentagenumberRefund percentage 0-100 of the purchase cost when removing a protection field
blocked-worlds:worldname1, worldname2, etc.Protection field placement is disabled in these worlds
create-backup-after-hoursnumberCreate a data backup every x hours in the MCClans/data/backup folder. Set to 0 to disable
maximum-amount-of-backups-before-removing-oldestnumberMaximum amount of backups to create before removing the oldest
DATABASE_SETTINGS
use-databasetrue/falseUse a database. Data is otherwise stored in the MCClans/data/recent folder, as flatfile
dbms-typemysql/sqliteDatabase type
database-server-portnumberDatabase server port
database-serverlocalhost/<ip>/<domain>Database server location
database-namenameDatabase name
database-server-userusernameDatabase username
database-server-passwordpasswordDatabase password
FIELDS
<material id>-<meta data><radius>, <max. per player>, <field name>, <price>ex. 2-0: 10, 2, Example Grass Field, 5.
COMMAND_ALIASES
command aliascommandex. /f: /field. Alias must be one word. Command must start with 'field'

Commands

CommandDescriptionBukkit perm.
USER COMMANDS
/field help {page}Lists all commands availablemcclp.user
/field page <page>Browse the pages of a tablemcclp.user
/field onActivate field place/remove modemcclp.user
/field offDeactivate field place/remove modemcclp.user
/field listLists all available field typesmcclp.user
/field meLists all your fieldsmcclp.user
/field infoLists all information of a fieldmcclp.user
/field add <playerName>Give a player or clan access to a field. When adding a clan, use 'c:<clanTag>'mcclp.user
/field remove <playerName>Remove a player's or clan's access to a field. When removing a clan, use 'c:<clanTag>'mcclp.user
/field accessLists all players and clans with access to a fieldmcclp.user
/field flag explosions toggleAllow or prevent explosions in a fieldmcclp.user
/field changeowner <playerName>Change the owner of a fieldmcclp.user
ADMIN COMMANDS
/field admin listLists all placed fieldsmcclp.admin
/field admin create <playerName>Create a new field for this player based on what block you are holdingmcclp.admin
/field admin destroyDestroy the field you are inmcclp.admin
/field admin reloadReload the configurationmcclp.admin
/field admin backupBackup the databasemcclp.admin