We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0455148 commit 9e7bea0Copy full SHA for 9e7bea0
2 files changed
res/config.yml
@@ -6,6 +6,9 @@ mark:
6
lore: "&e&oYou can mark your items and they do not drop when death"
7
text: "&9- Item is marked"
8
9
+# Update marked items from old version of the plugin (up to 0.4, doesn't work for servers on 1.16)
10
+update: false
11
+
12
##
13
# Allowed and denied items
14
# ------------------------------------------
src/ru/endlesscode/markitem/MarkItem.java
@@ -1,7 +1,5 @@
1
package ru.endlesscode.markitem;
2
3
-import org.bukkit.ChatColor;
4
-import org.bukkit.NamespacedKey;
5
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.plugin.java.JavaPlugin;
0 commit comments