AutoHeliCall is a simple Rust Oxide plugin that automatically calls patrol helicopters at fixed intervals.
- Auto Spawn: Automatically calls 1 Patrol Helicopter every 60 minutes.
- Announcements: Broadcasts the time remaining until the next spawn every 5 minutes.
- Commands: check remaining time or force spawn helicopters manually.
- Download
AutoHeliCall.cs. - Place the file into your server's
oxide/pluginsfolder. - The plugin will load automatically.
/time: Check how many minutes are left until the next helicopter spawn.
Currently, settings are hardcoded in the script. You can edit the following variables in the .cs file directly if needed:
heliInterval: Spawn interval in seconds (Default: 3600 = 60 mins)heliCount: Number of helicopters to spawn (Default: 1)
AutoHeliCall は、一定時間ごとにパトロールヘリコプターを自動で呼び出すRust Oxide用プラグインです。
- 自動召喚: 60分ごとにパトロールヘリコプターを 1機 自動で出現させます。
- アナウンス: 出現までの残り時間を5分ごとに全体チャットで通知します。
- コマンド機能: 残り時間の確認や、手動での即時召喚が可能です。
AutoHeliCall.csをダウンロードします。- サーバーの
oxide/pluginsフォルダに入れます。 - 自動的に読み込まれます。
/time: 次の出現までの残り時間を表示します。
現在、設定ファイル(Config)は生成されません。設定を変更したい場合は、.cs ファイル内の変数を直接編集してください:
heliInterval: 出現間隔(秒)(デフォルト: 3600 = 60分)heliCount: 出現数(デフォルト: 1)