feat(scum): add bounded vehicle spawn adapter
This commit is contained in:
@@ -5,8 +5,14 @@ Checked 2026-07-29 against the pinned read-only UE4SS reference at
|
||||
capability evidence is recorded in
|
||||
`plugins/examples/scum-server-plugin/companion/UE4SS_CAPABILITY.md`.
|
||||
|
||||
The reference offers only a fixed, online-recipient `SendChat` path, which is
|
||||
already bounded by the supported `player.notify` adapter. It has no versioned
|
||||
The reference offers a fixed, online-recipient `SendChat` path, which is
|
||||
already bounded by the supported `player.notify` adapter. It also removes one
|
||||
leading `#` before dispatching a command, but its raw response is not a stable
|
||||
operation acknowledgement. Under the separately authorized fixed-template
|
||||
exception, the plugin's `vehicle.spawn` adapter can generate only
|
||||
`#spawnvehicle <vehicleCode>` from its allowlist through a local authorized
|
||||
transport port and maps its bounded receipt to success, failure, or unknown.
|
||||
It is not a general RCON surface. The reference otherwise has no versioned
|
||||
server-side schema, identity binding, acknowledgement contract, or isolated
|
||||
non-production fixture for login/logout events, network correlation, position
|
||||
or vehicle events, reward delivery, or state reads and writes.
|
||||
|
||||
Reference in New Issue
Block a user