-
Notifications
You must be signed in to change notification settings - Fork 67
Contract Group
nightingale edited this page Mar 12, 2015
·
10 revisions
The CONTRACT_GROUP node provides grouping for multiple Contract Configurator contracts, and allows some common attributes to be set across those groups.
CONTRACT_GROUP
{
// Name of the contract group
name = ContractGroup
// Use this to specify the minimum version of Contract Configurator
// That is required to run contracts in this group.
minVersion = 0.7.0
// The maximum number of times that contracts within this contract
// group can be completed (0 being unlimited).
// Default = 0
maxCompletions = 3
// The maximum instances of this contract within this contract group
// that can be active at one time (0 being unlimited).
// Default = 0
maxSimultaneous = 1
}
Contract Configurator
Configuration File Syntax
Extending Contract Configurator