You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-12Lines changed: 17 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,16 +69,19 @@ You can customize the plugin to your liking by editing the `config.yml`, `upgrad
69
69
# https://docs.advntr.dev/minimessage/format.html
70
70
# With these, you can also add HEX colors, gradients, hover and click events, etc
71
71
72
-
# If set to true, LifeStealZ will check for updates and let you know if there's a newer version
72
+
# If set to true, CookieClickerZ will check for updates and let you know if there's a newer version
73
73
checkForUpdates: true
74
74
75
75
# Set the language to any code found in the "lang" folder (don't add the .yml extension)
76
-
# You can add your own language files. Use https://github.com/KartoffelChipss/LifeStealZ/tree/main/src/main/resources/lang/en-US.yml as a template
77
-
# If you want to help translating the plugin, please refer to this article: https://lsz.strassburger.dev/contributing/localization
76
+
# You can add your own language files. Use https://github.com/KartoffelChipss/CookieClickerZ/tree/main/src/main/resources/lang/en-US.yml as a template
78
77
lang: "en-US"
79
78
80
79
# The the cookie name
81
-
cookieName: "&7Cookies"
80
+
# This is to conveniently change the cookie name in most messages. You will probably also want to adjust some other messages in your respective language file.
81
+
cookieName: "Cookies"
82
+
83
+
# The item that will be displayed in the middle of the main gui
84
+
mainItem: "COOKIE"
82
85
83
86
offlineCookies:
84
87
# If set to true, players will earn cookies while they are offline
@@ -87,7 +90,7 @@ offlineCookies:
87
90
joinMessage: true
88
91
89
92
# Wether or not to show a hologram above the clicker block
90
-
# You need to have DecentHolograms installed for this to work:
93
+
# You need to have DecentHolograms or FancyHolograms installed for this to work (although DecentHolograms is recommended):
91
94
# https://modrinth.com/plugin/decentholograms
92
95
# You can change the content of the hologram in the language file
93
96
hologram: true
@@ -145,23 +148,24 @@ anticheat:
145
148
commands:
146
149
# - "kick %player% &cYou are not moving!"
147
150
151
+
148
152
# === EXPERT ===
149
153
# This section is only relevant if you are an expert and know what you are doing
150
154
151
155
playerCache:
152
-
# If set to true, the plugin will use a cache to store player data
153
-
enabled: true
154
-
# The amount of time (in seconds) the plugin will wait before saving the whole cache to the database
155
-
saveInterval: 60
156
-
# The maximum amount of players that will be stored in the cache
157
-
maxSize: 1000
156
+
# If set to true, the plugin will use a cache to store player data
157
+
enabled: true
158
+
# The amount of time (in seconds) the plugin will wait before saving the whole cache to the database
159
+
saveInterval: 60
160
+
# The maximum amount of players that will be stored in the cache
161
+
maxSize: 1000
158
162
159
163
160
164
# === STORAGE ===
161
165
162
166
storage:
163
167
# The type of storage to use. You have the following options:
164
-
# "SQLite"
168
+
# "SQLite" | "MySQL"
165
169
type: "SQLite"
166
170
167
171
# This section is only relevant if you use a remote database
@@ -211,6 +215,7 @@ wooden_pickaxe:
211
215
# If set to true, the plugin will enable the prestige system
212
216
enabled: true
213
217
218
+
# You can add or remove as many prestige levels as you want. (Everything beyond the 29th level will be ignored)
0 commit comments