Skip to content
Hackante edited this page Nov 25, 2021 · 5 revisions

Levii wiki

Here are some first explanations to read before you have a look at the wiki!

Arguments:

[arg] - arg is an optional argument that often has a default value.
<arg> - arg is a required argument that needs to be added.
arg1 | arg2 - you can either choose arg1 OR arg2 as argument.
(sub) - sub is a sub command. You will often see those as choices like mentioned before.
args... - these arguments are not restricted to end after a space

Examples:

+prefix [newPrefix] - newPrefix is an optional argument. In this specific case it does not have an default value as the prefix can only be changed by server managers.
+command (enable | disable) <command> - Here we have the option to choose between two sub commands. Afterwards it is required to provide a command
+example [<arg1> <arg2>] - This syntax means that you can add arguments optionally but if you add them you need to add both arguments.
+description <args...> - In this example you need to add some text but you are not restricted to one word.

Permissions:

Clone this wiki locally