Skip to content

Commit

Permalink
V1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaizerBrumo authored Nov 28, 2022
1 parent 8389aea commit 19981d7
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion Safeguard anti-cheat B/dialogue/admin_panel.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//bridge-file-version: #37
{
"format_version": "1.17.20",
"minecraft:npc_dialogue": {
Expand Down Expand Up @@ -56,6 +55,12 @@
"commands": [
"/function admin_cmds/fake_leave"
]
},
{
"name": "Lag Clear",
"commands": [
"/function anti/anti_lag"
]
}
]
},
Expand Down Expand Up @@ -161,6 +166,24 @@
"commands": [
"/function settings/welcomer"
]
},
{
"name": "Anti 32k",
"commands": [
"/function settings/32k"
]
},
{
"name": "Anti Crasher",
"commands": [
"/function settings/crasher"
]
},
{
"name": "Anti Namespoof",
"commands": [
"/function settings/namespoof"
]
}
]
}
Expand Down

0 comments on commit 19981d7

Please sign in to comment.