mirror of
https://github.com/Flowsqy/ShopChest.git
synced 2024-11-10 22:49:35 +01:00
Remove useless item_names.txt (Fix #31)
This commit is contained in:
parent
d10ae96487
commit
e5c8dab73c
@ -172,7 +172,6 @@ public class ShopChest extends JavaPlugin {
|
||||
}
|
||||
|
||||
shopUtils = new ShopUtils(this);
|
||||
saveResource("item_names.txt", true);
|
||||
|
||||
File hologramFormatFile = new File(getDataFolder(), "hologram-format.yml");
|
||||
if (!hologramFormatFile.exists()) {
|
||||
|
@ -4,7 +4,6 @@
|
||||
#
|
||||
# Lines starting with '#' are comments and are ignored by the server.
|
||||
#
|
||||
# You can find item names in the 'item_names.txt' file.
|
||||
|
||||
# Set the main command you have to enter to manage the shops.
|
||||
# (default: "/shop ...")
|
||||
|
@ -9,7 +9,7 @@
|
||||
# IN_STOCK, MAX_STACK, CHEST_SPACE, DURABILITY
|
||||
#
|
||||
# You can also use the requirements for conditions.
|
||||
# ITEM_TYPE will return the type of the item (-> item_names.txt),
|
||||
# ITEM_TYPE will return the type of the item (-> See Bukkit Material enum),
|
||||
# ITEM_NAME can be compared against a custom named item's name (may be null).
|
||||
#
|
||||
# Examples:
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user