Flying Kayak for Rust is an Oxide plugin which allows an enabled user to spawn and ride their own flying kayak.
- flyingkayak.use -- Allows player to spawn and fly a kayak
-
/fk -- Spawn a flying kayak
-
/fkd -- Despawn a flying kayak (must be within 10 meters of the kayak) For admins, they can destroy kayaks for all or specific players by name: /fkd all /fkd Bubba
-
/fkc -- List the current number of kayaks (Only useful if limit set higher than 1 per user)
-
/fkhelp -- List the available commands (above)
-
/fkg PLAYER -- For admins - Give player a Flying Kayak
-
fkgive PLAYER -- Console command for fsg
Configuration is done via the FlyingKayak.json file under the oxide/config directory. Following is the default:
{
"BlockInTunnel": true,
"UseMaxKayakChecks": true,
"debug": false,
"MaxKayaks": 1,
"VIPMaxKayaks": 2,
"MinDistance": 10.0,
"MinAltitude": 5.0,
"CruiseAltitude": 35.0,
"NormalSpeed": 12.0,
"SprintSpeed": 25.0,
"Version": {
"Major": 1,
"Minor": 0,
"Patch": 1
}
}-
Type /fk to spawn a kayak.
-
Sit in the kayak. You will rise above the minimum height, enough to where spacebar will not allow dismount.
-
From here on use, WASD, Shift (sprint), spacebar (up), and Ctrl (down) to fly.
-
Once near the ground, use the spacebar to dismount.
-
Use /fkd while standing next to the kayak to destroy it.