#W# Change: [Go menu now uses 1 file Data/go.json. It also excepts a 'map' destination.
This commit is contained in:
parent
3aeeb3705b
commit
6388a96fa9
23 changed files with 519 additions and 38 deletions
128
Distribution/Configuration/FeatureFlags/flags.json
Normal file
128
Distribution/Configuration/FeatureFlags/flags.json
Normal file
|
|
@ -0,0 +1,128 @@
|
|||
[
|
||||
{
|
||||
"Key": "player_trading",
|
||||
"Description": "Allow secure trades between players",
|
||||
"Enabled": true,
|
||||
"DefaultEnabled": true,
|
||||
"Category": "Economy",
|
||||
"LastModified": "2026-09-21T12:58:21.3413169Z",
|
||||
"LastModifiedBy": "System"
|
||||
},
|
||||
{
|
||||
"Key": "pvp_combat",
|
||||
"Description": "Allow player vs player combat",
|
||||
"Enabled": true,
|
||||
"DefaultEnabled": true,
|
||||
"Category": "Combat",
|
||||
"LastModified": "2026-09-21T12:58:21.3413169Z",
|
||||
"LastModifiedBy": "System"
|
||||
},
|
||||
{
|
||||
"Key": "bank_access",
|
||||
"Description": "Allow players to access their bank boxes",
|
||||
"Enabled": true,
|
||||
"DefaultEnabled": true,
|
||||
"Category": "Economy",
|
||||
"LastModified": "2026-09-21T12:58:21.3413169Z",
|
||||
"LastModifiedBy": "System"
|
||||
},
|
||||
{
|
||||
"Key": "speedhack_detection",
|
||||
"Description": "Enable speedhack detection",
|
||||
"Enabled": false,
|
||||
"DefaultEnabled": false,
|
||||
"Category": "System",
|
||||
"LastModified": "2026-09-21T12:58:21.3413169Z",
|
||||
"LastModifiedBy": "System"
|
||||
},
|
||||
{
|
||||
"Key": "insurance",
|
||||
"Description": "Enable item insurance",
|
||||
"Enabled": false,
|
||||
"DefaultEnabled": false,
|
||||
"Category": "Economy",
|
||||
"LastModified": "2026-09-21T12:58:21.3413169Z",
|
||||
"LastModifiedBy": "System"
|
||||
},
|
||||
{
|
||||
"Key": "vendor_purchase",
|
||||
"Description": "Allow purchasing from NPC vendors",
|
||||
"Enabled": true,
|
||||
"DefaultEnabled": true,
|
||||
"Category": "Economy",
|
||||
"LastModified": "2026-09-21T12:58:21.3413169Z",
|
||||
"LastModifiedBy": "System"
|
||||
},
|
||||
{
|
||||
"Key": "vendor_sell",
|
||||
"Description": "Allow selling to NPC vendors",
|
||||
"Enabled": true,
|
||||
"DefaultEnabled": true,
|
||||
"Category": "Economy",
|
||||
"LastModified": "2026-09-21T12:58:21.3413169Z",
|
||||
"LastModifiedBy": "System"
|
||||
},
|
||||
{
|
||||
"Key": "player_vendors",
|
||||
"Description": "Allow player vendor interactions",
|
||||
"Enabled": true,
|
||||
"DefaultEnabled": true,
|
||||
"Category": "Economy",
|
||||
"LastModified": "2026-09-21T12:58:21.3413169Z",
|
||||
"LastModifiedBy": "System"
|
||||
},
|
||||
{
|
||||
"Key": "house_placement",
|
||||
"Description": "Allow new house placements",
|
||||
"Enabled": true,
|
||||
"DefaultEnabled": true,
|
||||
"Category": "Housing",
|
||||
"LastModified": "2026-09-21T12:58:21.3413169Z",
|
||||
"LastModifiedBy": "System"
|
||||
},
|
||||
{
|
||||
"Key": "boat_placement",
|
||||
"Description": "Allow new boat placements",
|
||||
"Enabled": true,
|
||||
"DefaultEnabled": true,
|
||||
"Category": "Housing",
|
||||
"LastModified": "2026-09-21T12:58:21.3413169Z",
|
||||
"LastModifiedBy": "System"
|
||||
},
|
||||
{
|
||||
"Key": "bulk_orders",
|
||||
"Description": "Allow bulk order deeds",
|
||||
"Enabled": true,
|
||||
"DefaultEnabled": true,
|
||||
"Category": "Crafting",
|
||||
"LastModified": "2026-09-21T12:58:21.3413169Z",
|
||||
"LastModifiedBy": "System"
|
||||
},
|
||||
{
|
||||
"Key": "passive_detect_hidden",
|
||||
"Description": "Enable passive detect hidden",
|
||||
"Enabled": true,
|
||||
"DefaultEnabled": true,
|
||||
"Category": "System",
|
||||
"LastModified": "2026-09-21T12:58:21.3413169Z",
|
||||
"LastModifiedBy": "System"
|
||||
},
|
||||
{
|
||||
"Key": "young_player_system",
|
||||
"Description": "Enable the young player system",
|
||||
"Enabled": true,
|
||||
"DefaultEnabled": true,
|
||||
"Category": "System",
|
||||
"LastModified": "2026-09-21T12:58:21.3413169Z",
|
||||
"LastModifiedBy": "System"
|
||||
},
|
||||
{
|
||||
"Key": "bitmap_pathfinding_cache",
|
||||
"Description": "Enable the bitmap pathfinding cache",
|
||||
"Enabled": true,
|
||||
"DefaultEnabled": true,
|
||||
"Category": "Performance",
|
||||
"LastModified": "2026-09-21T12:58:21.3413169Z",
|
||||
"LastModifiedBy": "System"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue