We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
INCOMING_ENABLED
1 parent eec15a8 commit ee4e0d0Copy full SHA for ee4e0d0
src/main/java/pro/cloudnode/smp/cloudnodemsg/message/Message.java
@@ -78,4 +78,7 @@ public static void removeReplyTo(final @NotNull OfflinePlayer player) {
78
else if (player.isOnline())
79
Objects.requireNonNull(player.getPlayer()).getPersistentDataContainer().remove(REPLY_TO);
80
}
81
+
82
+ public static final @NotNull NamespacedKey INCOMING_ENABLED = new NamespacedKey(CloudnodeMSG.getInstance(), "incoming_enabled");
83
84
0 commit comments