Coder Social home page Coder Social logo

restoremonarchyplugins / airdropmanager Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 1.0 17.44 MB

RocketMod plugin to manage airdrops in Unturned

License: MIT License

C# 100.00%
unturned rocketmod rocketmod4 rocketmod5 airdropmanager unturned-airdrop unturned-plugin mcrow restoremonarchy

airdropmanager's Introduction

AirdropManager

Features

  • Create airdrops with custom loot
  • Disable or override default airdrop spawns
  • Set custom airdrop spawn positions
  • Optionally set a custom airdrop speed and barricade

Commands

  • /whenairdrop - Displays time left to the next scheduled airdrop
  • /airdrop - Calls in airdrop at the random spawn position
  • /massairdrop - Calls in airdrop at every possible spawn positions
  • /setairdrop <airdropId> [name] - Set the airdrop spawn at your current position

FAQ

Why does Airdrop spawn empty? Most common reason is one or more of the items you have configured in the airdrop no longer exist on the server, because You uninstalled the original workshop file from the server or they just never existed.

Configuration

<?xml version="1.0" encoding="utf-8"?>
<AirdropManagerConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <MessageColor>yellow</MessageColor>
  <UseDefaultSpawns>true</UseDefaultSpawns>
  <UseDefaultAirdrops>false</UseDefaultAirdrops>
  <AirdropMessageIcon>https://i.imgur.com/JCDmlqI.png</AirdropMessageIcon>
  <AirdropInterval>3600</AirdropInterval>
  <AirdropBarricadeId>0</AirdropBarricadeId>
  <AirdropSpeed>128</AirdropSpeed>
  <Airdrops>
    <Airdrop AirdropId="13623" Name="Military">
      <Items>
        <AirdropItem ItemId="363" Chance="10" Name="Maplestrike" />
        <AirdropItem ItemId="17" Chance="20" Name="Military Drum" />
      </Items>
    </Airdrop>
  </Airdrops>
  <AirdropSpawns>
    <AirdropSpawn AirdropId="13623" Name="Middle of the map">
      <Position X="0" Y="0" Z="0" />
    </AirdropSpawn>
  </AirdropSpawns>
  <BlacklistedAirdrops />
</AirdropManagerConfiguration>

Translation

<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Translation Id="NextAirdrop" Value="Next airdrop will be in {0}" />
  <Translation Id="SuccessAirdrop" Value="Successfully called in airdrop!" />
  <Translation Id="SuccessMassAirdrop" Value="Successfully called in mass airdrop!" />
  <Translation Id="Airdrop" Value="{size=17}{color=magenta}{i}Airdrop{/i} is coming!{/color}{/size}" />
  <Translation Id="MassAirdrop" Value="{size=17}{color=magenta}{i}Mass Airdrop{/i} is coming!{/color}{/size}" />
  <Translation Id="SetAirdropFormat" Value="Format: /setairdrop &lt;AirdropID&gt;" />
  <Translation Id="SetAirdropSuccess" Value="Successfully set an airdrop spawn at your position!" />
  <Translation Id="SetAirdropInvalid" Value="Invalid AirdropID" />
</Translations>

airdropmanager's People

Contributors

negrifelipe avatar restoremonarchy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

liebesleid-eth

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.