Parameters

Parameters

Player Containers

A player container can be the player name, or any other containers listed here. If the player container needs a parameter in a command line, you need the write the name of container, a space, and the parameter. Example: "group newbies". in a YML, you need to indent. Example:

    group:
       newbies:

Here is the list of player containers:

NameParameterDescription
Player<Player Name>You can write the player name without specify the word "player" (except in .yml)
Group<Group Name>Group name defined in your permission system
Permission<Permission>Bukkit permission (xxx.yyy. ... or group.xxx)
OwnerLand owner
ResidentLand resident
VisitorVisitor (not owner or resident)
EverybodyAll players, include visitors, owners and residents (for a land, it is recommended to use visitor to allow or disallow permissions)
NobodyNobody (If you give a permission to nobody, please visit your doctor!)
TenantLand renter
Faction<faction name>Faction
FactionTerritoryThe faction in siege

Flags

A flag is a global parameter in a land or in a world. A flag affect all players.

Flag nameValue typeDefault valueDescription
INHERIT_OWNERbooleantrueInherits the owner from the parent land
INHERIT_RESIDENTSbooleantrueInherits the residents from the parent land
INHERIT_TENANTbooleantrueInherits the tenant from the parent land
FIRESPREADbooleantrueFire spread
FIREbooleantrueAllow fire
EXPLOSIONbooleantrueAllow explosion
CREEPER_EXPLOSIONbooleantrueCreeper explosion
TNT_EXPLOSIONbooleantrueTNT explosion
CREEPER_DAMAGEbooleantrueCreepers make damage
ENDERMAN_DAMAGEbooleantrueEndermans can take blocks
WITHER_DAMAGEbooleantrueWithers make damage
GHAST_DAMAGEbooleantrueGhasts make damage
ENDERDRAGON_DAMAGEbooleantrueEnder dragons make damage
TNT_DAMAGEbooleantrueTNT makes damage
MOB_SPAWNbooleantrueHostile mobs can spawn
ANIMAL_SPAWNbooleantrueAnimals can spawn
FULL_PVPbooleantruePvP, no matter the faction
FACTION_PVPbooleantruePvP, different faction only
MESSAGE_JOINtextMessage when a player enters the land
MESSAGE_QUITtextMessage when a player exits the land
ECO_BLOCK_PRICEdouble (123.45)0Price per block for a land
EXCLUDE_COMMANDSstring listList of commands to deny inside a land
SPAWNtextLand spawn location (created with /factoid setspawn)
LEAF_DECAYbooleantrueLeafs automatically removed
CROP_TRAMPLEbooleantrueDestroy crops (players and animals)
WATER_FLOWbooleantrueWater cans flow
LAVA_FLOWbooleantrueLava cans flow

Permissions

A permission is what a player, or a group (player container) can do or not do in a land or a world. A permission is always boolean (true/false).

PermissionDefaultDescription
BUILDtruePlace and destroy blocks
BUILD_PLACEtruePlace blocks
BUILD_DESTROYtrueDestroy blocks
DROPtrueDrop items
PICKETUPtruePicket up items from ground
SLEEPtrueGo to bed
OPENtrueOpen all containers (does not affect doors!)
OPEN_CRAFTtrueOpen craft tables
OPEN_BREWtrueOpen brews
OPEN_FURNACEtrueOpen furnaces
OPEN_CHESTtrueOpen chests
OPEN_ENDERCHESTtrueOpen ender chests
OPEN_BEACONtrueOpen beacons
OPEN_HOPPERtrueOpen hoppers
OPEN_DROPPERtrueOpen droppers
OPEN_DISPENSERtrueOpen dispensers
OPEN_JUKEBOXtrueOpen jukeboxes
USEtrueUse doors, buttons, etc.
USE_DOORtrueUse doors and trap doors
USE_BUTTONtrueUse buttons
USE_LEVERtrueUse levers
USE_PRESSUREPLATEtrueUse pressure plates
USE_TRAPPEDCHESTtrueUse trapped chests
USE_STRINGtrueUse strings
USE_ENCHANTTABLEtrueUse enchanting tables
USE_ANVILtrueUse anvils
USE_MOBSPAWNERtrueChange a mob spawner
USE_LIGHTDETECTORtrueChange a daylight detector
ANIMAL_KILLtrueKill animals
TAMED_KILLtrueKill tamed animals
MOB_KILLtrueKill mobs
VILLAGER_KILLtrueKill villagers
VILLAGER_GOLEM_KILLtrueKill villager golems
HORSE_KILLtrueKill horses
BUCKET_WATERtrueBucket water
BUCKET_LAVAtrueBucket lava
FIREtruePut fire
AUTO_HEALfalseHeal players inside the land
FOOD_HEALtrueHeal players from food bar
EATtrueCan eat or drink
POTION_SPLASHtrueSplash potions
RESIDENT_MANAGERfalseCan add and remove residents
LAND_CREATEfalseCan create a land or a sub-land
LAND_ENTERtrueCan enter the land
LAND_REMOVEfalseCan remove a land
LAND_KICKfalseCan kick a player from the land
LAND_BANfalseCan ban a player from the land
LAND_WHOfalseCan show who is on the land
LAND_NOTIFYfalseCan be notified for Enter and exit
MONEY_DEPOSITfalseCan deposit money in the land
MONEY_WITHDRAWfalseCan withdraw money from the land
MONEY_BALANCEfalseCan see the money balance
ECO_LAND_FOR_SALEfalseCan sale the land
ECO_LAND_BUYfalseCan buy the land
ECO_LAND_FOR_RENTfalseCan make the land for rent
ECO_LAND_RENTfalseCan rent the land
ENDERPEARL_TPtrueCan use ender pearls
TPfalseCan be teleported to the land
TP_DEATHfalseReturn to land spawn after a death
LAND_DEATHfalseKill players on enter
CROP_TRAMPLEtrueDestroy crops
GODfalseNo damage to player
PLACE_<item>falseAllow to place a specific item ex: PLACE_WOOL (where there is no build permission)
NOPLACE_<item>falsePrevent to deposit a specific item (where there is build permission)
DESTROY_<item>falseAllow to remove a specific item (where there is no build permission)
NODESTROY_<item>falsePrevent to remove a specific item (where there is build permission)