DTags
Give players Dog Tags (or ID Tags) on kills across PvP/NPC/Bradley/animals. Colors and amounts are configurable; PvP drops can go to the victim’s bag or killer’s inventory. PvP tags include the victim’s name; team color overrides available via permissions. Permissions: - dtags.use - Allows player...
codefling.com
About DTags
Give players Dog Tags (or ID Tags) on kills across PvP/NPC/Bradley/animals. Colors and amounts are configurable; PvP drops can go to the victim’s bag or killer’s inventory. PvP tags include the victim’s name; team color overrides available via permissions.
Permissions:
- dtags.use - Allows players to receive tags.
- dtags.red - Forces players to drop red tags (use with teams/clans for events ect.)
- dtags.blue - Forces players to drop blue tags (use with teams/clans for events ect.)
- dtags.silver - Forces players to drop silver tags (use with teams/clans for events ect.) (Dog Tags only; with ID Tags enabled this will drop gray)
- dtags.gray - Forces players to drop gray tags (use with teams/clans for events ect.)
- dtags.green - Forces players to drop green tags (use with teams/clans for events ect.)
- dtags.lavender - Forces players to drop lavender tags (use with teams/clans for events ect.)
- dtags.mint - Forces players to drop mint tags (use with teams/clans for events ect.)
- dtags.orange - Forces players to drop orange tags (use with teams/clans for events ect.)
- dtags.pink - Forces players to drop pink tags (use with teams/clans for events ect.)
- dtags.purple - Forces players to drop purple tags (use with teams/clans for events ect.)
- dtags.white - Forces players to drop white tags (use with teams/clans for events ect.)
- dtags.yellow - Forces players to drop yellow tags (use with teams/clans for events ect.)
Default Config:
Code:
{
"Options": {
"Player dog tags drop in body bag": true,
"Player names on tags": true,
"Use team tags": true,
"Use ID tags (true = use ID Tags; false = use legacy Dog Tags). Palettes — Dog Tags: Blue, Red, Silver. ID Tags: Blue, Red, Gray, Green, Lavender, Mint, Orange, Pink, Purple, White, Yellow (Silver not available with ID Tags).": false
},
"Rewards": {
"Bradley rewards": true,
"Heli rewards": true,
"Animal rewards": true,
"Scientist/Human NPC rewards": true
},
"Colors": {
"Player tags color": "Silver",
"Animal tags color": "Red",
"Scientists tags color": "Red",
"Heavy Scientist tags color": "Red",
"Tunnel Dweller tags color": "Red",
"Attack Heli tags color": "Red",
"Bradley tags color": "Red"
},
"Amounts": {
"From Players. (Default is 1)": 1,
"From Animals. (Default is 1)": 1,
"From Scientists. (Default is 1)": 1,
"From Heavy Scientists. (Default is 1)": 1,
"From Tunnel Dwellers. (Default is 1)": 1,
"From Attack Heli. (Default is 1)": 1,
"From Bradley. (Default is 1)": 1
}
}