diff --git a/plugin/src/main/java/net/momirealms/customcrops/bukkit/command/feature/DebugInsightCommand.java b/plugin/src/main/java/net/momirealms/customcrops/bukkit/command/feature/DebugInsightCommand.java index a95ad49..25adf58 100644 --- a/plugin/src/main/java/net/momirealms/customcrops/bukkit/command/feature/DebugInsightCommand.java +++ b/plugin/src/main/java/net/momirealms/customcrops/bukkit/command/feature/DebugInsightCommand.java @@ -62,7 +62,7 @@ public class DebugInsightCommand extends BukkitCommandFeature { player.setMetadata("customcrops:insight", new FixedMetadataValue(plugin.getBoostrap(), 1)); new InsightPlayer(player.getUniqueId()); plugin.getSenderFactory().wrap(player).sendMessage(AdventureHelper.miniMessage("Insight mode: ON")); - plugin.getSenderFactory().wrap(player).sendMessage(AdventureHelper.miniMessage("Note: ")); + plugin.getSenderFactory().wrap(player).sendMessage(AdventureHelper.miniMessage("Note that this only shows a snapshot of the data.")); }); }