Skip to content

Commit 9e7bea0

Browse files
committed
Add option to the config
1 parent 0455148 commit 9e7bea0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

res/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ mark:
66
lore: "&e&oYou can mark your items and they do not drop when death"
77
text: "&9- Item is marked"
88

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+
912
##
1013
# Allowed and denied items
1114
# ------------------------------------------

src/ru/endlesscode/markitem/MarkItem.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package ru.endlesscode.markitem;
22

3-
import org.bukkit.ChatColor;
4-
import org.bukkit.NamespacedKey;
53
import org.bukkit.command.Command;
64
import org.bukkit.command.CommandSender;
75
import org.bukkit.plugin.java.JavaPlugin;

0 commit comments

Comments
 (0)