Airdrop to RandomPlayer

Airdrop to RandomPlayer 2.2.0

No permission to download
Fougerite Compatibility
1.9.2 or +
Plugin's Engine
Jint2 (Jint)

Airdrop To Random Player

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Description

Automatically spawns airdrops near a random player at configurable intervals. Simple, lightweight and fully customizable.

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

⚙ Configuration

To change the airdrop interval, simply modify this value (milliseconds):

var AIRDROP_INTERVAL = 7200000;

Default: 2 hours

You can set any custom time by adjusting this number.

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Optional Broadcast

You can enable a global message announcing near which player the airdrop spawned.

Just remove the
// from this line in the code:

// Server.Broadcast("Airdrop spawned near " + player.Name);

Uncomment it to activate the notification.

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Commands

CommandDescription
/airdropShows time remaining until the next airdrop

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

How it works

  1. Timer runs automatically in loop
  2. A random player is selected
  3. Airdrop spawns near that player
  4. Next airdrop is scheduled automatically

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

✨ Features

  • Random player targeting — dynamic drop locations
  • Loop system — stable and automatic
  • Custom timer — easy configuration
  • Optional broadcast — announce drop location
  • Lightweight — no performance impact

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

⚙ Installation

  1. Place the plugin file inside your JsPlugins folder
  2. rust_server\Save\JsPlugins
  3. Reload plugins or restart the server
  4. Done — airdrops will start automatically

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Author
TheKichDM
Downloads
2
Views
208
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from TheKichDM

  • Recycle System
    Recycle System
    Recycle your items back into crafting materials — supports stacks, durability and multi-slot.
  • DiscordBOT + API
    DiscordBOT + API
    Bridge between Rust Legacy (Fougerite) and Discord for commands, DMs, and cross-plugin API communica
  • Airdrop Alert
    Airdrop Alert
    It is a simple plugin that notifies players of the airdrop's location.
  • PM System
    PM System
    Simple and fast private messaging system
  • WebHooks System Simple
    WebHooks System Simple
    A lightweight Fougerite plugin that sends chat, join/leave, and server events to Discord via webhook

Latest updates

  1. fix playerscount fail in js

    n
  2. Airdrop To Random Player v2.0.0 – Stable Timer, Config & Improvements

    Update v2.0.0 This update focuses on stability and reliability improvements. Stable timer...