-
Notifications
You must be signed in to change notification settings - Fork 17
Avatar command
The /avatar
minecraft command is used to manage the Avatar mod and its related systems. This is a great tool that has many useful functions. You can give bending to your friends, etc.
Note: Many of these commands won't work if you are not using a valid Minecraft account.
##Table of contents
Simply type the desired command into chat. There are many sub-commands, so you can look through this wiki page and find one that you need.
Example of using this page:
You are an admin on a server. xKiddo8x is griefing the server using his firebending. We need to remove his firebending to keep the server safe.
First, look for a subcommand which will allow us to remove bending.
As you can see, it is the /avatar bending remove
subcommand.
In the sub-command notes, we can see that you need to be an operator. If you're an admin, you will be able to use this sub-command.
Next, look at the syntax.
We can see that the remove sub-command is utilized like so:
/avatar bending remove <player> <bending>
The syntax involves 2 parameters: player
and bending
. These are replaced in the next step with the actual values.
Finally, use this in-game:
Substitute the parameters with the necessary data:
/avatar bending remove xKiddo8x firebending
Then just type it into the chat bar.
As you can see, we replaced <player>
with xKiddo8x
. This means the target player is xKiddo8x.
Also, we substituted <bending>
for firebending
. That makes it so firebending is removed from the target player.
Wrapping it up
You can use this process for many problems that you have. As long as the /avatar
command has the functionality you need, you'll be able to solve any of those issues.
The avatar command may seem complicated at first, but by looking at the examples, you will be able to utilize these tools with ease.
## BendingThe bending sub-command is used to manage players' bending. You can list, add, or remove bending from any player.
For in-game help, type in:
/avatar bending --help
### List
The list sub-command, located under the bending sub-command, lists all bending for the given player.
Notes: You can only use this if you are opped.
Syntax:
/avatar bending list <player>
player
parameter is the name of who you want to check.
Example:
/avatar bending list Bob
List all bending for Bob.
In-game Help
In game help is found via:
/avatar bending list --help
### Add
The add sub-command, located under the bending sub-command, adds bending to the given player.
Notes: You can only use this if you are opped.
Syntax:
/avatar bending add <player> <bending>
where <player>
is the player name and <bending>
is the name of the bending you want to add.
Example:
/avatar bending add Bob earthbending
gives Bob earthbending
In-game Help
In game help is found via:
/avatar bending add --help
### Remove
The remove sub-command, located under the bending sub-command, removes a certain bending from a target player.
Notes: You can only use this if you are opped.
Syntax:
/avatar bending remove <player> <bending>
player
parameter is the name of the target.
bending
parameter is the target bending.
Example:
/avatar bending remove Bob earthbending
Take earthbending from Bob
In-game Help
In game help is found via:
/avatar bending remove --help