1. Hey everyone i am hosting a rust experimental server totally vanilla everything works fine except few things

    so here's a list of things need to fix

    -Airdrops are auto but i cant find the setting to disable or change time of each airdrop
    -Server appears to be not saving anything into users.cfg already tried server.writecfg
    -Oh one last thing there's a way to disable the green color of moderators/owners names?

    please guys need a hand here any help should be nice :D
     
  2. 1. Download AirDrop Settings plugin it will give you control over how airdrops work
    2. Not sure if its just a refresh thing or if it will be there on restart as I have not had an issue with it.
    3. You can download ChatHandler which allows you to modify admin/mod colors etc.
     
  3. there's no way to fix that without plugins?
    [DOUBLEPOST=1427146447][/DOUBLEPOST]i got the airdrop settings and chat handler not tested chat handler yet but airdrop settings seems to be working very well but i have configured to launch 1 air each 60minutes instead that the plugin called a bunch of airdrops! here my current cfg file.. how i can fix that?

    Code:
    {
      "AirdropSettings": {
      "ManualRunDrop": true,
      "ArrowSize": 4,
      "SupplyStayTime": 5,
      "NotifySupplyLanded": false,
      "ArrowLength": 15,
      "ArrowEnabled": true,
      "DropFrequency": 60,
      "NotifyAirdropStart": true,
      "MinimumPlayers": 1,
      "CustomSupplyLoot": true,
      "ArrowTime": 120
      },
      "Messages": {
      "MinNumberExplain": "Specify the minimum number of players. Example: /airdrop_min 3",
      "DontHaveAccess": "You don't have access!",
      "PlaneRemovedTrigger": "Cargo Plane has removed. The event was triggered not by timer.",
      "SupplyRemoveChanged": "Time after which the supply is removed changed to {number}.",
      "DropFrequencyChanged": "Frequency drop supplies successfully changed to {number}.",
      "PlaneRemovedMin": "Cargo Plane has removed. Minimum number of players: {number}.",
      "PlaneSpawned": "Cargo Plane has spawned.",
      "SupplyRemoveExplain": "Time in minutes after which the supply is removed. Example: /airdrop_stay 30",
      "SupplyLanded": "Supply has landed at coordinates X: {x} Y: {y} Z: {z}",
      "DropFrequencyExplain": "Specify the frequency drop supplies in minutes. Example: /airdrop_freq 60",
      "PlaneLaunched": "Airdrop Incoming!",
      "MinNumberChanged": "Minimum number of players successfully changed to {number}.",
      "LootReset": "Custom loot successfully reset to the default settings."
      },
      "PluginSettings": {
      "Version": "1.0.0",
      "Title": "Airdrop Settings"
      }
    }
    
     
    Last edited by a moderator: Mar 23, 2015