Skip to content

Secure Commands!

Joshua Cleland edited this page Jan 7, 2017 · 1 revision

Securing your packages commands!

IF you decide to define a function (for example):

{
"Defines": [
  {
     "Name": "GiveMeRole",
     "Params": [
        "RequiredRole",
        "RoleName"
     ],
     "Content": ""
  }

If you're making an Admin Command for giving yourself any role using {params}
Make sure you include a RequiredRole or ExcludeRole parameter in your function.
And make sure if your package is going to be public, to let them know!

Not familiar with the A.R.S

Make sure to familiarize yourself with the A.R.S System before messing with functions!

Clone this wiki locally