Skip to content

Commit d0c874c

Browse files
committed
add rep and group for BA whitelist
1 parent f485a99 commit d0c874c

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

adkats.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,8 @@ REPLACE INTO `adkats_commands` VALUES(154, 'Active', 'player_whitelistmoveprotec
329329
REPLACE INTO `adkats_commands` VALUES(155, 'Active', 'player_whitelistmoveprotection_remove', 'Log', 'Remove Move Protection Whitelist', 'unmovewhitelist', TRUE, 'Any');
330330
REPLACE INTO `adkats_commands` VALUES(156, 'Active', 'player_language_punish', 'Log', 'Issue Language Punish', 'lpunish', TRUE, 'Any');
331331
REPLACE INTO `adkats_commands` VALUES(157, 'Active', 'player_language_reset', 'Log', 'Issue Language Counter Reset', 'lreset', TRUE, 'Any');
332-
332+
REPLACE INTO `adkats_commands` VALUES(158, 'Active', 'player_whitelistba', 'Log', 'BattlefieldAgency Whitelist Player', 'bawhitelist', TRUE, 'AnyHidden');
333+
REPLACE INTO `adkats_commands` VALUES(159, 'Active', 'player_whitelistba_remove', 'Log', 'Remove BattlefieldAgency Whitelist', 'unbawhitelist', TRUE, 'AnyHidden');
333334

334335

335336
DROP TABLE IF EXISTS `adkats_infractions_global`;

adkatsreputationstats.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -903,5 +903,15 @@
903903
"command_typeaction": "157|157",
904904
"target_weight": 8,
905905
"source_weight": 0.5
906+
},
907+
{
908+
"command_typeaction": "158|158",
909+
"target_weight": 0,
910+
"source_weight": 0
911+
},
912+
{
913+
"command_typeaction": "159|159",
914+
"target_weight": 0,
915+
"source_weight": 0
906916
}
907917
]

adkatsspecialgroups.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@
134134
"group_id":26,
135135
"group_key":"whitelist_move_protection",
136136
"group_name":"Move Protection Whitelist"
137+
},
138+
{
139+
"group_id":27,
140+
"group_key":"whitelist_ba",
141+
"group_name":"BattlefieldAgency Whitelist"
137142
}
138143
]
139144
}

0 commit comments

Comments
 (0)