From 38173b5eb0396e691aa4e03201a607252d572403 Mon Sep 17 00:00:00 2001 From: Andrey Vakhterov Date: Mon, 17 Jan 2022 03:50:53 +0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c91790..f699a97 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ Required tags in left side to spawn entity: **Pos** - position of entity. List of doubles Examples: -`/nbt {id:pig,Pos:[1d,100d,2d],Riding:{id:MinecartRideable}} spawn world1` - spawn pig in minecart at position 1:100:2 in world world1 +`/nbt {id:pig,Pos:[1d,100d,2d],Riding:{id:MinecartRideable}} spawn world1` - spawn pig in minecart at position `1:100:2` in world world1 `/nbt id123(Creeper) copy` - copy entity value to buffer `/nbt buffer Pos = me Pos` - change position stored in buffer to your position `/nbt buffer spawn` - spawn entity at your position @@ -443,4 +443,4 @@ and selected object is stored in variable %var API --- -http://flinbein.github.io/PowerNBT/apidocs/ \ No newline at end of file +http://flinbein.github.io/PowerNBT/apidocs/