mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-31 04:46:36 +00:00
Update DebugInsightCommand.java
This commit is contained in:
@@ -62,7 +62,7 @@ public class DebugInsightCommand extends BukkitCommandFeature<CommandSender> {
|
|||||||
player.setMetadata("customcrops:insight", new FixedMetadataValue(plugin.getBoostrap(), 1));
|
player.setMetadata("customcrops:insight", new FixedMetadataValue(plugin.getBoostrap(), 1));
|
||||||
new InsightPlayer(player.getUniqueId());
|
new InsightPlayer(player.getUniqueId());
|
||||||
plugin.getSenderFactory().wrap(player).sendMessage(AdventureHelper.miniMessage("<green>Insight mode: ON"));
|
plugin.getSenderFactory().wrap(player).sendMessage(AdventureHelper.miniMessage("<green>Insight mode: ON"));
|
||||||
plugin.getSenderFactory().wrap(player).sendMessage(AdventureHelper.miniMessage("<white>Note: "));
|
plugin.getSenderFactory().wrap(player).sendMessage(AdventureHelper.miniMessage("<white>Note that this only shows a snapshot of the data."));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user