<dd><code><ahref="VersionFetcher.DummyVersionFetcher.html"title="class in com.destroystokyo.paper.util">VersionFetcher.DummyVersionFetcher</a></code></dd>
<divclass="col-second even-row-color"><code><ahref="VersionFetcher.DummyVersionFetcher.html"class="type-name-link"title="class in com.destroystokyo.paper.util">VersionFetcher.DummyVersionFetcher</a></code></div>
<divclass="block">Amount of time to cache results for in milliseconds</div>
</div>
<divclass="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/text/Component.html"title="class or interface in net.kyori.adventure.text"class="external-link">Component</a></code></div>
<divclass="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="#getVersionMessage(java.lang.String)"class="member-name-link">getVersionMessage</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html"title="class or interface in java.lang"class="external-link">String</a> serverVersion)</code></div>
<divclass="member-signature"><spanclass="annotations"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a>
</span><spanclass="return-type"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/text/Component.html"title="class or interface in net.kyori.adventure.text"class="external-link">Component</a></span> <spanclass="element-name">getVersionMessage</span><wbr><spanclass="parameters">(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a>
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html"title="class or interface in java.lang"class="external-link">String</a> serverVersion)</span></div>
<divclass="block">Gets the version message to cache and show to command senders.
<p>NOTE: This is run in a new thread separate from that of the command processing thread</p></div>
<dlclass="notes">
<dt>Parameters:</dt>
<dd><code>serverVersion</code> - the current version of the server (will match <ahref="../../../../org/bukkit/Bukkit.html#getVersion()"><code>Bukkit.getVersion()</code></a>)</dd>
<dt>Returns:</dt>
<dd>the message to show when requesting a version</dd>