There was an error while loading. Please reload this page.
2 parents 47ac00c + 7fe86b7 commit b60200eCopy full SHA for b60200e
1 file changed
dotman-plugin/src/main/java/net/minevn/dotman/Expansion.kt
@@ -13,7 +13,9 @@ class Expansion : PlaceholderExpansion() {
13
14
override fun getAuthor() = "MineVN"
15
16
- override fun getVersion() = "1.0"
+ override fun getVersion() = DotMan.instance.description.version.trim()
17
+
18
+ override fun persist() = true
19
20
@Suppress("NAME_SHADOWING")
21
override fun onPlaceholderRequest(player: Player?, params: String): String? {
0 commit comments