From a5decb854afa4ebfc3aaace8c4e03ecc3fdde3ff Mon Sep 17 00:00:00 2001 From: Alex 'mcmonkey' Goodwin Date: Tue, 24 Sep 2019 14:05:19 -0700 Subject: [PATCH] improve map command meta --- .../denizen/scripts/commands/item/MapCommand.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/item/MapCommand.java b/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/item/MapCommand.java index b58be2d458..5165d91b91 100644 --- a/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/item/MapCommand.java +++ b/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/item/MapCommand.java @@ -50,7 +50,8 @@ public class MapCommand extends AbstractCommand { // // @Usage // Use to add an image with the top-left corner at the center of a new map - // - map new:WorldTag image:my_map_images/my_center_image.png x:64 y:64 + // - map new:WorldTag image:my_map_images/my_center_image.png x:64 y:64 save:map + // - give filled_map[map=] // // @Usage // Reset map to have the center at the player's location