Leave a note about (temporary) not undoable tree tools

This commit is contained in:
NotMyFault
2021-07-27 19:45:31 +02:00
parent 77e44c80c2
commit 69067fe8c8
2 changed files with 7 additions and 0 deletions

View File

@ -242,6 +242,9 @@ public class ToolCommands {
TreeGenerator.TreeType type
) throws WorldEditException {
setTool(player, session, new TreePlanter(type), "worldedit.tool.tree.equip");
//FAWE start
player.print(TextComponent.of("Warning: This brush is currently not undo-able due to a Spigot bug!").color(TextColor.RED));
//FAWE end
}
@Command(