Skip to content

Commit

Permalink
Add setting
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Aug 28, 2020
1 parent c4e4d2f commit 0a9aaef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/src/main/java/net/citizensnpcs/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public void loadFromKey(DataKey root) {
STORAGE_FILE("storage.file", "saves.yml"),
STORAGE_TYPE("storage.type", "yaml"),
SUBPLUGIN_FOLDER("subplugins.folder", "plugins"),
TABLIST_REMOVE_PACKET_DELAY("npc.tablist.remove-packet-delay", 1),
TALK_CLOSE_MAXIMUM_COOLDOWN("npc.text.max-talk-cooldown", 5),
TALK_CLOSE_MINIMUM_COOLDOWN("npc.text.min-talk-cooldown", 10),
TALK_ITEM("npc.text.talk-item", "*"),
Expand Down

0 comments on commit 0a9aaef

Please sign in to comment.