{ "features": [ { "name": "vendor-sale", "summary": "vendor.sale events — player-vendor purchases with buyer, owner, item, price and commission", "lost": "no vendor.sale events", "rebuild": "core", "patches": [ { "name": "playervendor-sale-eventsink", "file": "patches/playervendor-sale-eventsink.patch", "target": "Server/EventSink.cs" }, { "name": "playervendor-sale-gump", "file": "patches/playervendor-sale-gump.patch", "target": "Scripts/Gumps/PlayerVendorGumps.cs" } ], "companions": [ { "file": "patches/BridgeVendorSale.cs", "install_to": "Scripts/Custom/Bridge/BridgeVendorSale.cs" } ] }, { "name": "moderation-audit", "summary": "in-game moderation actions ([ban, [kick, [bcast) forwarded to the website as admin.audit", "lost": "no in-game moderation audit forwarding", "rebuild": "scripts", "patches": [ { "name": "commandlogging-event", "file": "patches/commandlogging-event.patch", "target": "Scripts/Commands/Logging.cs" } ], "companions": [ { "file": "patches/BridgeModerationAudit.cs", "install_to": "Scripts/Custom/Bridge/BridgeModerationAudit.cs" } ] } ] }