Removing unwanted names?Solved
Can someone Plz help me.... I have Death Notes plugin running in my server... I also have BotSpawn... When players kill them I get Names that I dont want, Ill I want is Zombie when they get killed. This is a list of names from the config.. How can I get rid of all these names and just have the bots called Zombie?

Moderator edit: Please use code blocks when posting large portions of text such as logs or config files.

That would be in the Botspawn config, not deathnotes.

  },
  "Monuments": {
    "AirDrop": {
      "AutoSpawn": true,
      "Murderer": true,
      "Bots": 2,
      "BotHealth": 150,
      "Radius": 15,
      "Kit": [],
      "BotNamePrefix": "",
      "BotNames": [
        "Zombie"
      ],
      "Bot_Accuracy": 3,
      "Bot_Damage": 1.0,
      "Disable_Radio": true,
      "Roam_Range": 5,
      "Peace_Keeper": false,
      "Peace_Keeper_Cool_Down": 5,
      "Weapon_Drop": false,
      "Keep_Default_Loadout": false,
      "Wipe_Belt": true,
      "Wipe_Clothing": true,
      "Allow_Rust_Loot": true,
      "Suicide_Timer": 300,
      "Chute": false,
      "Sci_Aggro_Range": 30,
      "Sci_DeAggro_Range": 40
    },
BadonkaNae Thank you That fixed it.... 
Locked automatically