-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
162 lines (157 loc) · 4.35 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"BOT_TOKEN": "",
"FIVEGUARD_RESOURCE_NAME": "",
"SERVER_STATUS": {
"ON": false,
"MESSAGE": "<count> players on ExampleRP"
},
"AIMBOT_BANS": {
"ENABLED": false,
"AIMBOT_LOGS_CHANNEL": "111111111111111111"
},
"PERMISSIONS": {
"BAN": ["111111111111111111", "222222222222222222"],
"BANINFO": ["111111111111111111", "222222222222222222"],
"KICK": ["111111111111111111", "222222222222222222"],
"RECORDSCREEN": ["111111111111111111", "222222222222222222"],
"SCREENSHOT": ["111111111111111111", "222222222222222222"],
"UNBAN": ["111111111111111111", "222222222222222222"],
"REVIVE": ["111111111111111111", "222222222222222222"],
"BANLIST": ["111111111111111111", "222222222222222222"]
},
"LANGUAGE": {
"NO_PERMISSION_INFO": "You don't have permissions to use this Command",
"INVALID_ID_INFO": "**Invalid ID provided!**",
"BAN": {
"SUCCESS_MESSAGE": "**Player has been banned!**",
"DESCRIPTION": "Ban a Player",
"OPTIONS": {
"ID": {
"DESCRIPTION": "Enter the Player's ID to ban"
},
"REASON": {
"DESCRIPTION": "Enter the ban reason"
},
"LOG": {
"DESCRIPTION": "Send ban to logs?"
}
}
},
"BANINFO": {
"DESCRIPTION": "Enter the Player's BanID get Info"
},
"KICK": {
"DESCRIPTION": "Kick Player",
"OPTIONS": {
"ID": {
"DESCRIPTION": "Enter the Player's ID to Kick"
},
"REASON": {
"DESCRIPTION": "Enter the Kick Reason"
}
}
},
"RECORDSCREEN": {
"DESCRIPTION": "Record player's Screen",
"SUCCESS_MESSAGE": "**Recording screen, this may take a While!**",
"OPTIONS": {
"ID": {
"DESCRIPTION": "Enter the Player's ID"
},
"TIME": {
"DESCRIPTION": "Time in Seconds"
}
}
},
"SCREENSHOT": {
"DESCRIPTION": "Screenshot player",
"SUCCESS_MESSAGE": "**Screenshooting screen, this may take a While!**",
"OPTIONS": {
"ID": {
"DESCRIPTION": "Enter the Player's ID"
}
}
},
"UNBAN": {
"DESCRIPTION": "Unban a Player",
"ERROR_MESSAGE": "**Player is not Banned!**",
"OPTIONS": {
"BANID": {
"DESCRIPTION": "Enter the Player's BanID to unban"
}
}
},
"REVIVE": {
"DESCRIPTION": "Revive Player",
"SUCCESS_MESSAGE": "**🏥 Revive Player: {name}**",
"OPTIONS": {
"ID": {
"DESCRIPTION": "Enter the Player's ID to revive"
}
}
},
"BANLIST": {
"DESCRIPTION": "Display All Bans List"
}
},
"IN_GAME_PERMISSIONS": {
"ENABLED": false,
"SHOW_LOADED_INFO": false,
"FRAMEWORK": "ESX",
"GUILD_ID": "1111111111111111111",
"PERMISSIONS": {
"111111111111111111": [
"AdminMenuAccess",
"AnnouncementAccess",
"ESPAccess",
"ClearEntitiesAccess",
"BanAndKickAccess",
"GotoAndBringAccess",
"VehicleAccess",
"MiscAccess",
"LogsAccess",
"PlayerSelectorAccess",
"BanListAndUnbanAccess",
"ModelChangerAccess",
"BypassSpectate",
"BypassGodMode",
"BypassInvisible",
"BypassStealOutfit",
"BypassInfStamina",
"BypassNoclip",
"BypassSuperJump",
"BypassFreecam",
"BypassSpeedHack",
"BypassTeleport",
"BypassNightVision",
"BypassThermalVision",
"BypassOCR",
"BypassNuiDevtools",
"BypassBlacklistedTextures",
"BlipsBypass",
"BypassCbScanner",
"BypassWeaponDmgModifier",
"BypassInfAmmo",
"BypassNoReload",
"BypassRapidFire",
"BypassVehicleFixAndGodMode",
"BypassVehicleHandlingEdit",
"BypassVehicleModifier",
"BypassBulletproofTires",
"BypassModelChanger",
"BypassWeaponBlacklist",
"FGCommands",
"BypassVPN",
"BypassExplosion",
"BypassClearTasks",
"BypassParticle"
],
"ANOTHER_ROLE_ID": [
"BypassStealOutfit",
"BypassInfStamina",
"BypassNoclip",
"BypassSuperJump"
]
}
}
}