summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-01-10 23:57:41 +0900
committerSho Sakuma <me@m1sk9.dev>2026-01-10 23:59:03 +0900
commit2cda05463312d7035bfb2318c8c3dfe910c12c5f (patch)
tree12274a79aaee8446424f1c7aeeb3d6ba8ff80a08
parent52a3c37bda4e3c96260f8429061fd58b7e411f9c (diff)
downloadLunaticChat-0.3.0.tar.gz
LunaticChat-0.3.0.tar.bz2
LunaticChat-0.3.0.zip
Release LunaticChat v0.3.0v0.3.0
-rw-r--r--build.gradle.kts2
-rw-r--r--platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/LunaticChat.kt13
2 files changed, 8 insertions, 7 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 8ab8880..aa66d31 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
allprojects {
group = "dev.m1sk9"
- version = "0.2.0"
+ version = "0.3.0"
repositories {
mavenCentral()
diff --git a/platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/LunaticChat.kt b/platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/LunaticChat.kt
index 470f3b3..ebec4f0 100644
--- a/platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/LunaticChat.kt
+++ b/platform-paper/src/main/kotlin/dev/m1sk9/lunaticChat/paper/LunaticChat.kt
@@ -62,12 +62,13 @@ class LunaticChat :
timeout = lunaticChatConfiguration.features.japaneseConversion.apiTimeout.milliseconds,
httpClient = httpClient,
)
- romajiConverter = RomanjiConverter(
- cache = cache,
- apiClient = apiClient,
- logger = logger,
- debugMode = lunaticChatConfiguration.debug
- )
+ romajiConverter =
+ RomanjiConverter(
+ cache = cache,
+ apiClient = apiClient,
+ logger = logger,
+ debugMode = lunaticChatConfiguration.debug,
+ )
val saveInterval = lunaticChatConfiguration.features.japaneseConversion.cacheSaveIntervalSeconds * 20L
server.scheduler.runTaskTimerAsynchronously(