Skip to content

Commit 3193ce5

Browse files
committed
Remove info about NBT API being included in the base CommandAPI plugin
1 parent ff0c12d commit 3193ce5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/en/create-commands/arguments/types/nbt-arguments.md

-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ authors:
1010

1111
The CommandAPI includes support for NBT compound arguments using an NBT API. The usage for the `NBTCompoundArgument` depends on whether you are using the CommandAPI plugin (using a `CommandAPI.jar` file in your `plugins/` folder), or are shading the CommandAPI (including the compiled CommandAPI code in your own plugin).
1212

13-
## Plugin usage setup
14-
15-
By default, the CommandAPI plugin includes a copy of the [NBT API by tr7zw](https://www.spigotmc.org/resources/nbt-api.7939/) in `dev.jorel.commandapi.nbtapi`. No additional setup is required, and it can be used directly out the box.
16-
1713
## Shading usage setup
1814

1915
In order to use the `NBTCompoundArgument`, you will have to use an NBT API that can create an NBT Compound object from an `Object` (ideally a `net.minecraft.nbt.NBTTagCompound` object). Examples of NBT APIs that can do this are _(these are not sponsored in any way)_:

0 commit comments

Comments
 (0)