Jump to content

Bradley Tiers 1.1.4

   (10 reviews)

2 Screenshots

  • 65,866
  • 2,318
  • 42.81 kB

About Bradley Tiers

Bradleys now spawn in Tiers with small config and lootcrate spawn options.


Features :

  • Spawns as Easy,Medium,Hard or Nightmare Tiers
  • Easy configuration and setup
  • BradleyGuards and BradleyOptions will disable their HP and Cratedrop settings automaticly (Krungh Crow versions).
  • Works on any Bradley no exceptions
  • Spawn and Kill Messages
  • Option to make a vanilla bradley spawn instead of a Tiered one at random.
  • Set a extra reward in the form of Economics or ServerRewards
  • Support for Tiered loot systems (using it set to false by default) v1.0.3
  • Showing Bradley tier on 1st damage then after each 2 minutes will show it again.

Issues with other plugins!!!

If you are using other bradley plugins changing the HP and Crate drop ammounts do the following

Look for settings to change amount of crates to drop inside the other plugins cfg and set this to 0
Look for settings to change Health inside the other plugins cfg and change this to 0

 For Other Devs/Plugins :

To work with BradleyTiers the following can be done

            [PluginReference] Plugin BradleyOptions, BradleyTiers;

            if (!BradleyTiers || !BradleyOptions)
            {
                bradley.maxCratesToSpawn = 4;
                bradley._maxHealth = 2000;
                bradley.health = bradley._maxHealth;
                Puts("Bradley[Tiers/Options] not installed using BradleyGuards Crate and HP settings");
            }
            if (BradleyTiers || BradleyOptions)
            {
                Puts("Bradley[Tiers/Options] installed skipping Crate and HP settings");
            }

 

 

Todo : (For Future updates)

  • killmessages (Added in V1.0.1)
  • GUIAnnouncements (Added in V1.0.1)
  • Side events

Permissions :

  • bradleytiers.use : To be able to use the /bt info chatcommand

Commands :

  • /bt info : Just prints plugin info version and author to chat

Configuration :

Want a certain item to spawn as a blue print just add .bp behind its shortname !

{
  "Main config": {
    "Debug": false,
    "Chat Prefix": "[<color=yellow>Bradley Tiers</color>] ",
    "Use GUIAnnouncement": false,
    "Reply to player in chat on attack": true,
    "Reply to player in chat on reward": true,
    "Show kills/spawns in Global chat": true,
    "Use Notify": false,
    "Notify profile ID": 0,
    "Include Vanilla Bradley": false
  },
  "Tier Names": {
    "Vanilla": "Vanilla",
    "Easy": "Easy",
    "Medium": "Medium",
    "Hard": "Hard",
    "Nightmare": "Nightmare"
  },
  "Kill Rewards": {
    "Use Economics?": false,
    "Use ServerRewards?": false,
    "Vanilla amount": 500,
    "Easy amount": 1000,
    "Medium amount": 1500,
    "Hard amount": 2000,
    "Nightmare amount": 2500
  },
  "Loot Tables": {
    "Use lootsystem": true,
    "Use Random Skins": false
  },
  "Easy Bradley": {
    "Bradley Health": 2000,
    "Bradley Max Fire Range": 100,
    "Bradley Throttle Responce": 1.0,
    "Bradley Accuracy (0-1)": 0.6,
    "Bradley Damage scale (0-1)": 0.6,
    "Bradley Max crates after kill": 4,
    "Spawn Min Amount Items": 2,
    "Spawn Max Amount Items": 6,
    "Loot Table": [
      {
        "shortname": "ammo.pistol",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.pistol.fire",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.pistol.hv",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.rifle",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.rifle.explosive",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.rifle.hv",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.rifle.incendiary",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.shotgun",
        "amount": 12,
        "skin": 0,
        "amountMin": 8
      },
      {
        "shortname": "explosive.timed",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "explosives",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "pistol.m92",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "shotgun.spas12",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "pickaxe",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "hatchet",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "can.beans",
        "amount": 3,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "can.tuna",
        "amount": 3,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "black.raspberries",
        "amount": 5,
        "skin": 0,
        "amountMin": 3
      }
    ]
  },
  "Medium Bradley": {
    "Bradley Health": 4000,
    "Bradley Max Fire Range": 100,
    "Bradley Throttle Responce": 1.0,
    "Bradley Accuracy (0-1)": 0.75,
    "Bradley Damage scale (0-1)": 0.7,
    "Bradley Max crates after kill": 5,
    "Spawn Min Amount Items": 2,
    "Spawn Max Amount Items": 6,
    "Loot Table": [
      {
        "shortname": "ammo.pistol",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.pistol.fire",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.pistol.hv",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.rifle",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.rifle.explosive",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.rifle.hv",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.rifle.incendiary",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.shotgun",
        "amount": 12,
        "skin": 0,
        "amountMin": 8
      },
      {
        "shortname": "explosive.timed",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "explosives",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "pistol.m92",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "shotgun.spas12",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "pickaxe",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "hatchet",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "can.beans",
        "amount": 3,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "can.tuna",
        "amount": 3,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "black.raspberries",
        "amount": 5,
        "skin": 0,
        "amountMin": 3
      }
    ]
  },
  "Hard Bradley": {
    "Bradley Health": 10000,
    "Bradley Max Fire Range": 100,
    "Bradley Throttle Responce": 1.0,
    "Bradley Accuracy (0-1)": 0.8,
    "Bradley Damage scale (0-1)": 0.85,
    "Bradley Max crates after kill": 8,
    "Spawn Min Amount Items": 2,
    "Spawn Max Amount Items": 6,
    "Loot Table": [
      {
        "shortname": "ammo.pistol",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.pistol.fire",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.pistol.hv",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.rifle",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.rifle.explosive",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.rifle.hv",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.rifle.incendiary",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.shotgun",
        "amount": 12,
        "skin": 0,
        "amountMin": 8
      },
      {
        "shortname": "explosive.timed",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "explosives",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "pistol.m92",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "shotgun.spas12",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "pickaxe",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "hatchet",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "can.beans",
        "amount": 3,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "can.tuna",
        "amount": 3,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "black.raspberries",
        "amount": 5,
        "skin": 0,
        "amountMin": 3
      }
    ]
  },
  "Nightmare Bradley": {
    "Bradley Health": 15000,
    "Bradley Max Fire Range": 100,
    "Bradley Throttle Responce": 1.0,
    "Bradley Accuracy (0-1)": 0.85,
    "Bradley Damage scale (0-1)": 1.0,
    "Bradley Max crates after kill": 12,
    "Spawn Min Amount Items": 2,
    "Spawn Max Amount Items": 6,
    "Loot Table": [
      {
        "shortname": "ammo.pistol",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.pistol.fire",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.pistol.hv",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.rifle",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.rifle.explosive",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.rifle.hv",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.rifle.incendiary",
        "amount": 5,
        "skin": 0,
        "amountMin": 5
      },
      {
        "shortname": "ammo.shotgun",
        "amount": 12,
        "skin": 0,
        "amountMin": 8
      },
      {
        "shortname": "explosive.timed",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "explosives",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "pistol.m92",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "shotgun.spas12",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "pickaxe",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "hatchet",
        "amount": 1,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "can.beans",
        "amount": 3,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "can.tuna",
        "amount": 3,
        "skin": 0,
        "amountMin": 1
      },
      {
        "shortname": "black.raspberries",
        "amount": 5,
        "skin": 0,
        "amountMin": 3
      }
    ]
  }
}

 

Localisation :
English language file included to use a different language just make a new file in the language folder.

{
  "Bradley": "Bradley",
  "Destroyed": "finally destroyed the",
  "Info": "\n<color=green>Available Commands</color>\n<color=green>/bt info</color> : Shows info on version/author and commands",
  "InvalidInput": "<color=red>Please enter a valid command!</color>",
  "KillRewardMessage": "You recieved {0}$ for Destroying the {1} BradleyApc",
  "AttackMessage": "You are taking on a {0} Bradleyapc",
  "Version": "Version : V",
  "NoPermission": "<color=green>You do not have permission to use that command!</color>",
  "KillNotification": "<color=orange>{0}</color> Destroyed a {1} BradleyApc",
  "SpawnMessage": "A {0} Bradley has spawned around {1}"
}

1997472344_discordbanner.png.a420428b0e99570e8fa9252aba8af1fd.png

  • Like 2
  • Love 8

User Feedback

555.9k

Downloads

Total number of downloads.

3.1k

Customers

Total customers served.

41.3k

Files Sold

Total number of files sold.

716.7k

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.