custom name on place block core

This commit is contained in:
Chayapak 2023-10-03 07:07:49 +07:00
parent 74b1720e05
commit 97ebc36556

View file

@ -200,6 +200,7 @@ public class CorePlugin extends PositionPlugin.Listener {
blockEntityTag.put(new StringTag("Command", command));
blockEntityTag.put(new ByteTag("auto", (byte) 1));
blockEntityTag.put(new ByteTag("TrackOutput", (byte) 1));
blockEntityTag.put(new StringTag("CustomName", bot.config.core.customName));
tag.put(blockEntityTag);
final Vector3i temporaryBlockPosition = Vector3i.from(