Customization
commandCustomization {
// command literal
"rename" {
// fully disables this command
disabled=true
}
"st" {
// allows you to access this command using /myexample
aliases=[
myexample
]
// changes base literal (useful on command conflict)
literal=stbox
}
}Last updated