Initial commit

This commit is contained in:
Starystars67
2022-10-19 20:00:04 +01:00
parent c9ee0c1e73
commit 5c1c76d97a
11 changed files with 170 additions and 130 deletions

View File

@@ -0,0 +1,8 @@
{
// Server Snippets
"MP.DropPlayer": {
"prefix": ["DropPlayer"],
"body": ["MP.DropPlayer($0)"],
"description": "Drop a player from the server using their player ID."
}
}