An open API service indexing awesome lists of open source software.

https://github.com/restoremonarchyplugins/airdropmanager3

RocketMod plugin to manage airdrops in Unturned
https://github.com/restoremonarchyplugins/airdropmanager3

airdropmanager mcrow restoremonarchy rocketmod rocketmod4 rocketmod5 unturned unturned-airdrop unturned-plugin

Last synced: 3 months ago
JSON representation

RocketMod plugin to manage airdrops in Unturned

Awesome Lists containing this project

README

        

# Airdrop Manager
The all-in-one airdrop manager for Unturned servers.

## Features
* **Airdrop Interval:** Automatically send airdrops at a configurable interval.
* **Airdrop Spawns:** Set up airdrop spawns with custom airdrop configurations.
* **Airdrop Commands:** Order airdrops at random spawn, specific spawn, or your current position.
* **Mass Airdrop:** Order a mass airdrop at all spawns.
* **Airdrop Grenade:** Configure airdrops to be ordered by throwing a specific grenade.
* **Customizable Messages:** Customize all messages sent by the plugin.
* **Customizable Airdrops:** Set up custom airdrops with custom items and weights.
* **Rich Text Formatting:** Use rich text formatting in messages.

## Commands
* **/airdrop** - Order an airdrop at random spawn.
* **/airdrop \ [speed]** - Order an airdrop at a specific spawn with optional speed.
* **/airdrop random [speed]** - Order an airdrop at a random spawn with optional speed.
* **/airdrophere** - Order an airdrop at your current position.
* **/airdrophere \ [speed]** - Order an airdrop at your current position with optional speed.
* **/airdrophere random [speed]** - Order an airdrop at your current position with optional speed.
* **/massairdrop** - Order a mass airdrop at all spawns.
* **/massairdrop [speed]** - Order a mass airdrop at all spawns with optional speed.
* **/setairdropspawn \ [airdrop]** - Set the airdrop spawn at your current position.
* **/whenairdrop** - Check the time until the next airdrop.
* **/rocket reload airdropmanager** - Reload the AirdropManager configuration.

## Permissions
```xml

whenairdrop

airdrop
airdrophere
massairdrop

airdrop.full

airdrophere.full

massairdrop.full

setairdropspawn
```

## Airdrop Grenades
You can turn any grenade into an airdrop grenade by adding the `` tag to the airdrop configuration. When a player throws the grenade, an airdrop will be called at position of the grenade.

In `Airdrops.{Map}.xml` file add `` tag, like so:
```xml







...

```
## Airdrop Storage
You can change the airdrop storage size or even replace a Carepackage (1374) with another barricade.

To change all airdrops, edit the `DefaultAirdropStorageBarricadeId`, `DefaultAirdropStorageWidth`, and `DefaultAirdropStorageHeight` attributes in the configuration file.

To change one specific airdrop, in `Airdrops.{Map}.xml` file add `` tag, like so:
```xml







...
```

### Airdrop Effects
You can replace the default airdrop landed effect (red smoke) with another effect.

To change all airdrops, edit the `DefaultLandedEffectGuid` attribute in the configuration file.

To change one specific airdrop, in `Airdrops.{Map}.xml` file add `` tag, like so:
```xml



61d63a016a6448ffb6e4432a4c6a6ee1



...
```

## Configuration
```xml

false
yellow
true
2400
3600
5
128
1374
7
7
2c17fbd0f0ce49aeb3bc4637b68809a2







```

### Airdrops.Washington.xml

```xml




































```

### AirdropSpawns.Washington.xml
```xml















```
## Translations
```xml























```