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);
|
shopUtils = new ShopUtils(this);
|
||||||
saveResource("item_names.txt", true);
|
|
||||||
|
|
||||||
File hologramFormatFile = new File(getDataFolder(), "hologram-format.yml");
|
File hologramFormatFile = new File(getDataFolder(), "hologram-format.yml");
|
||||||
if (!hologramFormatFile.exists()) {
|
if (!hologramFormatFile.exists()) {
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
#
|
#
|
||||||
# Lines starting with '#' are comments and are ignored by the server.
|
# 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.
|
# Set the main command you have to enter to manage the shops.
|
||||||
# (default: "/shop ...")
|
# (default: "/shop ...")
|
||||||
@ -221,4 +220,4 @@ database:
|
|||||||
username: ""
|
username: ""
|
||||||
|
|
||||||
# ...password you are going to login with
|
# ...password you are going to login with
|
||||||
password: ""
|
password: ""
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
# IN_STOCK, MAX_STACK, CHEST_SPACE, DURABILITY
|
# IN_STOCK, MAX_STACK, CHEST_SPACE, DURABILITY
|
||||||
#
|
#
|
||||||
# You can also use the requirements for conditions.
|
# 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).
|
# ITEM_NAME can be compared against a custom named item's name (may be null).
|
||||||
#
|
#
|
||||||
# Examples:
|
# Examples:
|
||||||
@ -75,4 +75,4 @@ lines:
|
|||||||
only-sell:
|
only-sell:
|
||||||
format: "Sell %SELL-PRICE%"
|
format: "Sell %SELL-PRICE%"
|
||||||
requirements:
|
requirements:
|
||||||
- SELL_PRICE > 0
|
- SELL_PRICE > 0
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user