diff --git a/plugin/src/main/java/net/aufdemrand/denizen/scripts/commands/BukkitCommandRegistry.java b/plugin/src/main/java/net/aufdemrand/denizen/scripts/commands/BukkitCommandRegistry.java index 25bcfc672a..a4b7e8abdd 100644 --- a/plugin/src/main/java/net/aufdemrand/denizen/scripts/commands/BukkitCommandRegistry.java +++ b/plugin/src/main/java/net/aufdemrand/denizen/scripts/commands/BukkitCommandRegistry.java @@ -2248,7 +2248,7 @@ public void registerCoreMembers() { // Note that all maps have a size of 128x128. // The file path is relative to the 'plugins/Denizen/images/' folder. // Use escaping to let the image and text arguments have tags based on the player viewing the map. - // Custom maps do not persist over restarts. + // Custom maps will persist over restarts using the 'maps.yml' save file in the Denizen plugins folder. // // @Tags // returns the map created by the 'new:' argument if used.