Solved Airdrop protection

Discussion in 'Plugin Requests' started by Rob Dempley, Jan 8, 2017.

  1. Is there a way to assign ownership to a called drop so it is accessible only to the player who called it?

    Thanks
     
  2. FancyDrop has currently such an option for the type "directdrop":
    Code:
        "Lock DirectDrop to be looted only by target player": true,
    This drop is called to a player by:

    console: toplayer <name> OR dropplayer <name>

    chat: droptoplayer <name> OR dropdirect <name>

    The second command does always create a supplydrop-crate 100m above the player.
    Until the named player did not open such drops, they are locked for anyone else.
     
  3. Thanks, will this work automatically when the player throws a supply signal?
     
  4. Nope, currently not, thats a bit more action to handle...already discussing that option :p
     
  5. Okay, that's what I'm looking for. I have a PVE server where the drops are signal called only and I am having problems with people sneaking up and looting the drops called by others.
     
  6. ...thats the way how it always worked since the beginning of rust ;)
    For that also FancyDrop can force crates to sink down faster, seperate for any type
     
  7. Thanks, man.