plasmoapp / pv-addon-discs

Plasmo Voice Addon. Play custom audio in Minecraft using music discs. Paper only.
MIT License
7 stars 13 forks source link

Lateinit property voiceServer has not been initialized #55

Closed kh0mka closed 1 month ago

kh0mka commented 1 month ago

When loading the server, pv-addon-discs fails to load with an error, although PlasmoVoice Paper and pv-addon-lavaplayer-lib are successfully loaded.


Server: MC 1.20.4, Purpur, Build #2176 JDK: 21 PV Addon LavaPlayer Lib: version 1.0.9 PV Addon DISCS: version 1.0.7 (and I tried 1.0.6 - same result) Plasmo Voice Paper: version 2.0.10 ProtocolLib: version 5.2.0-SNAPSHOT-679


[18:31:04] [Server thread/INFO]: [pv-addon-discs] Enabling pv-addon-discs v1.0.7
[18:31:04] [Server thread/ERROR]: Error occurred while enabling pv-addon-discs v1.0.7 (Is it up to date?)
su.plo.voice.libs.kotlin.UninitializedPropertyAccessException: lateinit property voiceServer has not been initialized
    at su.plo.voice.discs.DiscsPlugin.getVoiceServer(DiscsPlugin.kt:40) ~[pv-addon-discs-1.0.7.jar:?]
    at su.plo.voice.discs.DiscsPlugin.loadConfig(DiscsPlugin.kt:106) ~[pv-addon-discs-1.0.7.jar:?]
    at su.plo.voice.discs.DiscsPlugin.onEnable(DiscsPlugin.kt:71) ~[pv-addon-discs-1.0.7.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:287) ~[purpur-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:188) ~[purpur-1.20.4.jar:git-Purpur-2176]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[purpur-1.20.4.jar:git-Purpur-2176]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[purpur-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugin(CraftServer.java:653) ~[purpur-1.20.4.jar:git-Purpur-2176]
    at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugins(CraftServer.java:564) ~[purpur-1.20.4.jar:git-Purpur-2176]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:312) ~[purpur-1.20.4.jar:git-Purpur-2176]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1146) ~[purpur-1.20.4.jar:git-Purpur-2176]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:323) ~[purpur-1.20.4.jar:git-Purpur-2176]
    at java.lang.Thread.run(Thread.java:1583) ~[?:?]
[18:31:04] [Server thread/INFO]: [pv-addon-discs] Disabling pv-addon-discs v1.0.7
[18:31:04] [Server thread/INFO]: [PlasmoVoice] Addon pv-addon-discs v1.0.7 by KPidS, Apehum unloaded

Full log file:

[18:30:51] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[18:30:52] [ServerMain/INFO]: Loaded 1174 recipes
[18:30:53] [ServerMain/INFO]: Loaded 1271 advancements
[18:30:53] [Server thread/INFO]: Starting minecraft server version 1.20.4
[18:30:53] [Server thread/INFO]: Loading properties
[18:30:53] [Server thread/INFO]: This server is running Purpur version git-Purpur-2176 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: 6b1ee98 on HEAD)
[18:30:53] [Server thread/INFO]: Server Ping Player Sample Count: 12
[18:30:53] [Server thread/INFO]: Using 4 threads for Netty based IO
[18:30:53] [Server thread/INFO]: [ChunkTaskScheduler] Chunk system is using 1 I/O threads, 4 worker threads, and gen parallelism of 4 threads
[18:30:54] [Server thread/INFO]: [Pufferfish] Max SIMD vector size on this system is 256 bits (int)
[18:30:54] [Server thread/INFO]: [Pufferfish] Max SIMD vector size on this system is 256 bits (float)
[18:30:54] [Server thread/INFO]: [Pufferfish] SIMD operations detected as functional. Will replace some operations with faster versions.
[18:30:54] [Server thread/INFO]: Default game type: SURVIVAL
[18:30:54] [Server thread/INFO]: Generating keypair
[18:30:54] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25502
[18:30:54] [Server thread/INFO]: Using epoll channel type
[18:30:54] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[18:30:54] [Server thread/INFO]: Paper: Using OpenSSL 3.0.x (Linux x86_64) cipher from Velocity.
[18:30:54] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loading 1 libraries... please wait
[18:30:54] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar
[18:30:54] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
[18:30:54] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
[18:30:54] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[18:30:54] [Server thread/INFO]: [SpigotLibraryLoader] [ItemsAdder] Loaded library /home/container/libraries/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[18:30:55] [Server thread/INFO]: [Matrix] Log4j2 seems safe, skipping Log4j2 fixes
[18:30:55] [Server thread/WARN]: [org.bukkit.craftbukkit.v1_20_R3.legacy.CraftLegacy] Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug!
[18:30:56] [Server thread/WARN]: Legacy plugin PlayTime v3.6 does not specify an api-version.
[18:30:56] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loading 6 libraries... please wait
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/club/minnced/discord-webhooks/0.8.4/discord-webhooks-0.8.4.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/com/squareup/okhttp3/okhttp/4.10.0/okhttp-4.10.0.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/com/squareup/okio/okio-jvm/3.0.0/okio-jvm-3.0.0.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.5.31/kotlin-stdlib-jdk8-1.5.31.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.5.31/kotlin-stdlib-jdk7-1.5.31.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/org/jetbrains/kotlin/kotlin-stdlib-common/1.5.31/kotlin-stdlib-common-1.5.31.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/org/jetbrains/kotlin/kotlin-stdlib/1.6.20/kotlin-stdlib-1.6.20.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/org/json/json/20230618/json-20230618.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/net/kyori/adventure-api/4.15.0/adventure-api-4.15.0.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/net/kyori/adventure-key/4.15.0/adventure-key-4.15.0.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/net/kyori/examination-api/1.3.0/examination-api-1.3.0.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/net/kyori/examination-string/1.3.0/examination-string-1.3.0.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/org/jetbrains/annotations/24.1.0/annotations-24.1.0.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/net/kyori/adventure-platform-bungeecord/4.3.1/adventure-platform-bungeecord-4.3.1.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/net/kyori/adventure-platform-api/4.3.1/adventure-platform-api-4.3.1.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-legacy/4.13.1/adventure-text-serializer-legacy-4.13.1.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-gson/4.13.1/adventure-text-serializer-gson-4.13.1.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/net/kyori/adventure-text-serializer-bungeecord/4.3.1/adventure-text-serializer-bungeecord-4.3.1.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/net/kyori/adventure-platform-facet/4.3.1/adventure-platform-facet-4.3.1.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/net/kyori/adventure-nbt/4.13.1/adventure-nbt-4.13.1.jar
[18:30:57] [Server thread/INFO]: [SpigotLibraryLoader] [LagFixer] Loaded library /home/container/libraries/org/jfree/jfreechart/1.5.4/jfreechart-1.5.4.jar
[18:30:57] [Server thread/INFO]: [ViaVersion] Loading server plugin ViaVersion v4.10.2
[18:30:57] [Server thread/INFO]: [ViaVersion] ViaVersion 4.10.2 is now loaded. Registering protocol transformers and injecting...
[18:30:57] [Via-Mappingloader-0/INFO]: [ViaVersion] Loading block connection mappings ...
[18:30:57] [Via-Mappingloader-0/INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[18:30:57] [Server thread/INFO]: [ViaBackwards] Loading translations...
[18:30:57] [Server thread/INFO]: [ViaBackwards] Registering protocols...
[18:30:57] [Server thread/INFO]: [LuckPerms] Loading server plugin LuckPerms v5.4.117
[18:30:58] [Server thread/INFO]: [Vault] Loading server plugin Vault v1.7.3-b131
[18:30:58] [Server thread/INFO]: [PlaceholderAPI] Loading server plugin PlaceholderAPI v2.11.5
[18:30:58] [Server thread/INFO]: [LiteBans] Loading server plugin LiteBans v2.15.1
[18:30:58] [Server thread/INFO]: [Chatty] Loading server plugin Chatty v3.0.0-SNAPSHOT
[18:30:58] [Server thread/INFO]: [ProtocolLib] Loading server plugin ProtocolLib v5.2.0-SNAPSHOT-679
[18:30:58] [Server thread/INFO]: [Essentials] Loading server plugin Essentials v2.20.1
[18:30:58] [Server thread/INFO]: [SuperVanish] Loading server plugin SuperVanish v6.2.18
[18:30:58] [Server thread/INFO]: [FastAsyncWorldEdit] Loading server plugin FastAsyncWorldEdit v2.9.3-SNAPSHOT-741;a366122
[18:30:59] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.bukkit.BukkitServerInterface with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@2e22208c]
[18:30:59] [Server thread/INFO]: [PlasmoVoice] Loading server plugin PlasmoVoice v2.0.10
[18:30:59] [Server thread/INFO]: [WorldGuard] Loading server plugin WorldGuard v7.0.9+5934e49
[18:30:59] [Server thread/INFO]: [LoneLibs] Loading server plugin LoneLibs v1.0.45
[18:30:59] [Server thread/INFO]: [pv-addon-lavaplayer-lib] Loading server plugin pv-addon-lavaplayer-lib v1.0.9
[18:30:59] [Server thread/INFO]: [CoreProtect] Loading server plugin CoreProtect v22.3
[18:30:59] [Server thread/INFO]: [ViaBackwards] Loading server plugin ViaBackwards v4.10.2
[18:30:59] [Server thread/INFO]: [ItemsAdder] Loading server plugin ItemsAdder v3.6.3-beta-14
[18:30:59] [Server thread/INFO]: [spark] Loading server plugin spark v1.10.66
[18:30:59] [Server thread/INFO]: [DiscordSRV] Loading server plugin DiscordSRV v1.28.0-SNAPSHOT
[18:30:59] [Server thread/INFO]: [squaremap] Loading server plugin squaremap v1.2.3
[18:30:59] [Server thread/INFO]: [EssentialsGeoIP] Loading server plugin EssentialsGeoIP v2.20.1
[18:30:59] [Server thread/INFO]: [pv-addon-discs] Loading server plugin pv-addon-discs v1.0.7
[18:30:59] [Server thread/INFO]: [InventoryRollbackPlus] Loading server plugin InventoryRollbackPlus v1.6.16
[18:30:59] [Server thread/INFO]: [HoloMobHealth] Loading server plugin HoloMobHealth v2.3.7.0
[18:30:59] [Server thread/INFO]: [HoloMobHealth] Registering WorldGuard State Flags...
[18:30:59] [Server thread/INFO]: [UltimateTimber] Loading server plugin UltimateTimber v3.0.0
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loading dependency org.mariadb.jdbc:mariadb-java-client:3.2.0 from https://repo1.maven.org/maven2
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loaded dependency 'mariadb-java-client-3.2.0' successfully.
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loading dependency org.apache.commons:commons-lang3:3.12.0 from https://repo1.maven.org/maven2
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loaded dependency 'commons-lang3-3.12.0' successfully.
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loading dependency org.apache.commons:commons-text:1.9 from https://repo1.maven.org/maven2
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loaded dependency 'commons-text-1.9' successfully.
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loading dependency com.zaxxer:HikariCP:5.1.0 from https://repo1.maven.org/maven2
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loaded dependency 'HikariCP-5.1.0' successfully.
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loading dependency org.jooq:jooq:3.14.16 from https://repo1.maven.org/maven2
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loaded dependency 'jooq-3.14.16' successfully.
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loading dependency net.kyori:adventure-api:4.11.0 from https://repo1.maven.org/maven2
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loaded dependency 'adventure-api-4.11.0' successfully.
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loading dependency com.github.cryptomorin:XSeries:9.8.0 from https://repo1.maven.org/maven2
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loaded dependency 'XSeries-9.8.0' successfully.
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loading dependency net.kyori:adventure-platform-bukkit:4.1.1 from https://repo1.maven.org/maven2
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loaded dependency 'adventure-platform-bukkit-4.1.1' successfully.
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loading dependency org.reactivestreams:reactive-streams:1.0.2 from https://repo1.maven.org/maven2
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loaded dependency 'reactive-streams-1.0.2' successfully.
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loading dependency com.h2database:h2:1.4.200 from https://repo1.maven.org/maven2
[18:30:59] [Server thread/INFO]: [LibraryLoader] Loaded dependency 'h2-1.4.200' successfully.
[18:30:59] [Server thread/INFO]: [GSit] Loading server plugin GSit v1.9.1
[18:30:59] [Server thread/INFO]: [AntiPopup] Loading server plugin AntiPopup v8.1
[18:31:01] [Server thread/INFO]: [AntiPopup] Loaded PacketEvents.
[18:31:01] [Server thread/INFO]: [PlugManX] Loading server plugin PlugManX v2.3.8
[18:31:01] [Server thread/INFO]: [SkinsRestorer] Loading server plugin SkinsRestorer v15.0.13
[18:31:01] [Server thread/INFO]: [DeluxeMenus] Loading server plugin DeluxeMenus v1.14.0-Release
[18:31:01] [Server thread/INFO]: [DeluxeMenus] NMS hook has been setup successfully!
[18:31:01] [Server thread/INFO]: [Matrix] Loading server plugin Matrix v7.7.32A
[18:31:01] [Server thread/INFO]: [PlayTime] Loading server plugin PlayTime v3.6
[18:31:01] [Server thread/INFO]: [MyCommand] Loading server plugin MyCommand v5.7.4
[18:31:01] [Server thread/INFO]: [⚡] Loading server plugin LagFixer v1.2.2 (build 40)
[18:31:01] [Server thread/INFO]: [SIR] Loading server plugin SIR v3.1
[18:31:01] [Server thread/INFO]: [EssentialsSpawn] Loading server plugin EssentialsSpawn v2.20.1
[18:31:01] [Server thread/INFO]: [Chunky] Loading server plugin Chunky v1.4.10
[18:31:01] [Server thread/INFO]: [EssentialsProtect] Loading server plugin EssentialsProtect v2.20.1
[18:31:01] [Server thread/INFO]: [EssentialsAntiBuild] Loading server plugin EssentialsAntiBuild v2.20.1
[18:31:01] [Server thread/INFO]: [TAB] Loading server plugin TAB v4.1.2
[18:31:01] [Server thread/INFO]: [Maintenance] Loading server plugin Maintenance v4.2.0
[18:31:01] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[18:31:01] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.4.117
[18:31:02] [Server thread/INFO]:         __    
[18:31:02] [Server thread/INFO]:   |    |__)   LuckPerms v5.4.117
[18:31:02] [Server thread/INFO]:   |___ |      Running on Bukkit - Purpur
[18:31:02] [Server thread/INFO]: 
[18:31:02] [Server thread/INFO]: [LuckPerms] Loading configuration...
[18:31:02] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MARIADB]
[18:31:02] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
[18:31:02] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
[18:31:02] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
[18:31:02] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[18:31:02] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[18:31:03] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 1438ms)
[18:31:03] [Server thread/INFO]: [Vault] Enabling Vault v1.7.3-b131
[18:31:03] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[18:31:03] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[18:31:03] [Server thread/INFO]: [Vault] Enabled Version 1.7.3-b131
[18:31:03] [Server thread/INFO]: [LuckPerms] Registered Vault permission & chat hook.
[18:31:03] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v5.2.0-SNAPSHOT-679
[18:31:03] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v2.9.3-SNAPSHOT-741;a366122
[18:31:03] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] LZ4 Compression Binding loaded successfully
[18:31:03] [Server thread/INFO]: [com.fastasyncworldedit.core.Fawe] ZSTD Compression Binding loaded successfully
[18:31:03] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.bukkit.BukkitServerInterface
[18:31:03] [Server thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
[18:31:03] [Server thread/INFO]: Using com.sk89q.worldedit.bukkit.adapter.impl.fawe.v1_20_R3.PaperweightFaweAdapter as the Bukkit adapter
[18:31:03] [Server thread/INFO]: [PlasmoVoice] Enabling PlasmoVoice v2.0.10
[18:31:03] [Server thread/INFO]: [PlasmoVoice] LuckPerms permissions listener attached
[18:31:03] [Server thread/INFO]: [PlasmoVoice] pv-addon-lavaplayer-lib v1.0.9 by Apehum loaded
[18:31:03] [Server thread/INFO]: [PlasmoVoice] pv-addon-discs v1.0.7 by KPidS, Apehum loaded
[18:31:03] [Server thread/INFO]: [PlasmoVoice] UDP server is started on /[0:0:0:0:0:0:0:0]:25616
[18:31:03] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: plasmovoice [2.0.10]
[18:31:03] [Server thread/INFO]: [PlasmoVoice] SuperVanish event listener attached
[18:31:03] [Server thread/INFO]: [LoneLibs] Enabling LoneLibs v1.0.45
[18:31:03] [Server thread/INFO]: [pv-addon-lavaplayer-lib] Enabling pv-addon-lavaplayer-lib v1.0.9
[18:31:03] [Server thread/INFO]: [squaremap] Enabling squaremap v1.2.3
[18:31:04] [Server thread/INFO]: [io.undertow] starting server: Undertow - 2.3.10.Final
[18:31:04] [Server thread/INFO]: [org.xnio] XNIO version 3.8.8.Final
[18:31:04] [Server thread/INFO]: [org.xnio.nio] XNIO NIO Implementation Version 3.8.8.Final
[18:31:04] [Server thread/INFO]: [org.jboss.threads] JBoss Threads version 3.5.0.Final
[18:31:04] [Server thread/INFO]: [squaremap] Внутренний веб-сервер запущен на 0.0.0.0:25615
[18:31:04] [Server thread/INFO]: [pv-addon-discs] Enabling pv-addon-discs v1.0.7
[18:31:04] [Server thread/ERROR]: Error occurred while enabling pv-addon-discs v1.0.7 (Is it up to date?)
su.plo.voice.libs.kotlin.UninitializedPropertyAccessException: lateinit property voiceServer has not been initialized
    at su.plo.voice.discs.DiscsPlugin.getVoiceServer(DiscsPlugin.kt:40) ~[pv-addon-discs-1.0.7.jar:?]
    at su.plo.voice.discs.DiscsPlugin.loadConfig(DiscsPlugin.kt:106) ~[pv-addon-discs-1.0.7.jar:?]
    at su.plo.voice.discs.DiscsPlugin.onEnable(DiscsPlugin.kt:71) ~[pv-addon-discs-1.0.7.jar:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:287) ~[purpur-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:188) ~[purpur-1.20.4.jar:git-Purpur-2176]
    at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:104) ~[purpur-1.20.4.jar:git-Purpur-2176]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:507) ~[purpur-api-1.20.4-R0.1-SNAPSHOT.jar:?]
    at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugin(CraftServer.java:653) ~[purpur-1.20.4.jar:git-Purpur-2176]
    at org.bukkit.craftbukkit.v1_20_R3.CraftServer.enablePlugins(CraftServer.java:564) ~[purpur-1.20.4.jar:git-Purpur-2176]
    at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:312) ~[purpur-1.20.4.jar:git-Purpur-2176]
    at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1146) ~[purpur-1.20.4.jar:git-Purpur-2176]
    at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:323) ~[purpur-1.20.4.jar:git-Purpur-2176]
    at java.lang.Thread.run(Thread.java:1583) ~[?:?]
[18:31:04] [Server thread/INFO]: [pv-addon-discs] Disabling pv-addon-discs v1.0.7
[18:31:04] [Server thread/INFO]: [PlasmoVoice] Addon pv-addon-discs v1.0.7 by KPidS, Apehum unloaded
[18:31:04] [Server thread/INFO]: [PlugManX] Enabling PlugManX v2.3.8
[18:31:04] [Server thread/WARN]: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[18:31:04] [Server thread/WARN]: It seems like you're running on paper.
[18:31:04] [Server thread/WARN]: PlugManX cannot interact with paper-plugins, yet.
[18:31:04] [Server thread/WARN]: Also, if you encounter any issues, please join my discord: https://discord.gg/GxEFhVY6ff
[18:31:04] [Server thread/WARN]: Or create an issue on GitHub: https://github.com/TheBlackEntity/PlugMan
[18:31:04] [Server thread/WARN]: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[18:31:04] [Server thread/INFO]: [SkinsRestorer] Enabling SkinsRestorer v15.0.13
[18:31:05] [Server thread/INFO]: [SkinsRestorer] -------------------------/Warning\-------------------------
[18:31:05] [Server thread/INFO]: [SkinsRestorer] This plugin is running in PROXY mode!
[18:31:05] [Server thread/INFO]: [SkinsRestorer] You have to do all configuration at config file
[18:31:05] [Server thread/INFO]: [SkinsRestorer] inside your BungeeCord/Velocity server.
[18:31:05] [Server thread/INFO]: [SkinsRestorer] (<proxy>/plugins/SkinsRestorer/)
[18:31:05] [Server thread/INFO]: [SkinsRestorer] -------------------------\Warning/-------------------------
[18:31:05] [Server thread/INFO]: [SkinsRestorer] Running on Minecraft 1.20.4.
[18:31:05] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[18:31:05] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[18:31:05] [Server thread/WARN]: Whilst this makes it possible to use Velocity, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
[18:31:05] [Server thread/WARN]: Please see https://docs.papermc.io/velocity/security for further information.
[18:31:05] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[18:31:05] [Server thread/INFO]: Preparing level "world"
[18:31:05] [Folia Async Scheduler Thread #0/INFO]: [SkinsRestorer] ----------------------------------------------
[18:31:05] [Folia Async Scheduler Thread #0/INFO]: [SkinsRestorer]     +==================+
[18:31:05] [Folia Async Scheduler Thread #0/INFO]: [SkinsRestorer]     |   SkinsRestorer  |
[18:31:05] [Folia Async Scheduler Thread #0/INFO]: [SkinsRestorer]     |------------------|
[18:31:05] [Folia Async Scheduler Thread #0/INFO]: [SkinsRestorer]     |    Proxy Mode    |
[18:31:05] [Folia Async Scheduler Thread #0/INFO]: [SkinsRestorer]     +==================+
[18:31:05] [Folia Async Scheduler Thread #0/INFO]: [SkinsRestorer] ----------------------------------------------
[18:31:05] [Folia Async Scheduler Thread #0/INFO]: [SkinsRestorer]     Version: 15.0.13
[18:31:05] [Folia Async Scheduler Thread #0/INFO]: [SkinsRestorer]     Commit: 8e4c6e2
[18:31:05] [Folia Async Scheduler Thread #0/INFO]: [SkinsRestorer]     This is the latest version!
[18:31:05] [Folia Async Scheduler Thread #0/INFO]: [SkinsRestorer] ----------------------------------------------
[18:31:05] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[18:31:06] [Server thread/INFO]: Time elapsed: 223 ms
[18:31:06] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[18:31:07] [Server thread/INFO]: Time elapsed: 923 ms
[18:31:07] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[18:31:07] [Server thread/INFO]: Time elapsed: 24 ms
[18:31:07] [Server thread/INFO]: [ViaVersion] Enabling ViaVersion v4.10.2
[18:31:07] [Server thread/INFO]: [ViaVersion] ViaVersion detected server version: 1.20.3-1.20.4 (765)
[18:31:07] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.11.5
[18:31:07] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion information...
[18:31:07] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.15.1
[18:31:07] [Server thread/INFO]: [LiteBans] Using system locale (en)
[18:31:07] [Server thread/INFO]: [LiteBans] Loaded 2 templates from templates.yml!
[18:31:07] [Server thread/INFO]: [LiteBans] Loading SQL driver: h2 1.4.197 (org.h2.Driver)
[18:31:07] [Server thread/INFO]: [LiteBans] Connecting to database...
[18:31:07] [Server thread/INFO]: [LiteBans] litebans-pool - Starting...
[18:31:07] [Server thread/INFO]: [LiteBans] litebans-pool - Start completed.
[18:31:07] [Server thread/INFO]: [LiteBans] Connected to H2 database successfully (98.8 ms).
[18:31:07] [Server thread/INFO]: [LiteBans] Database connection fully initialized (101.6 ms).
[18:31:07] [Server thread/INFO]: [LiteBans] v2.15.1 enabled. Startup took 201 ms.
[18:31:07] [Server thread/INFO]: [Chatty] Enabling Chatty v3.0.0-SNAPSHOT
[18:31:08] [Server thread/INFO]: [ru.brikster.chatty.shaded.com.zaxxer.hikari.HikariDataSource] Chatty - Starting...
[18:31:08] [Server thread/INFO]: [ru.brikster.chatty.shaded.com.zaxxer.hikari.pool.HikariPool] Chatty - Added connection org.sqlite.jdbc4.JDBC4Connection@231da518
[18:31:08] [Server thread/INFO]: [ru.brikster.chatty.shaded.com.zaxxer.hikari.HikariDataSource] Chatty - Start completed.
[18:31:08] [Server thread/INFO]: [org.flywaydb.core.internal.license.VersionPrinter] Flyway Community Edition 9.22.3 by Redgate
[18:31:08] [Server thread/INFO]: [org.flywaydb.core.internal.license.VersionPrinter] See release notes here: https://rd.gt/416ObMi
[18:31:08] [Server thread/INFO]: [org.flywaydb.core.internal.license.VersionPrinter] 
[18:31:08] [Server thread/INFO]: [org.flywaydb.core.FlywayExecutor] Database: jdbc:sqlite:plugins/Chatty/database.sqlite (SQLite 3.42)
[18:31:08] [Server thread/INFO]: [org.flywaydb.core.internal.command.DbValidate] Successfully validated 1 migration (execution time 00:00.013s)
[18:31:08] [Server thread/INFO]: [org.flywaydb.core.internal.command.DbMigrate] Current version of schema "main": 1
[18:31:08] [Server thread/INFO]: [org.flywaydb.core.internal.command.DbMigrate] Schema "main" is up to date. No migration necessary.
[18:31:08] [Server thread/INFO]: [Chatty] Using LuckPerms as prefix provider
[18:31:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: chatty [3.0.0-SNAPSHOT]
[18:31:08] [Server thread/INFO]: [Essentials] Enabling Essentials v2.20.1
[18:31:08] [Server thread/ERROR]: [Essentials] You are running an unsupported server version!
[18:31:08] [Server thread/INFO]: [Essentials] Attempting to convert old kits in config.yml to new kits.yml
[18:31:08] [Server thread/INFO]: [Essentials] No kits found to migrate.
[18:31:08] [Server thread/INFO]: [Essentials] Loaded 39094 items from items.json.
[18:31:08] [Server thread/INFO]: [Essentials] Using locale ru
[18:31:08] [Server thread/INFO]: [Essentials] ServerListPingEvent: Spigot iterator API
[18:31:08] [Server thread/INFO]: [Essentials] Starting Metrics. Opt-out using the global bStats config.
[18:31:08] [Server thread/INFO]: [Vault] [Economy] Essentials Economy hooked.
[18:31:08] [Server thread/INFO]: [Essentials] Using Vault based permissions (LuckPerms)
[18:31:08] [Server thread/INFO]: [SuperVanish] Enabling SuperVanish v6.2.18
[18:31:08] [Server thread/INFO]: [SuperVanish] Hooked into PaperSpigot for server list ping support
[18:31:08] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: supervanish [6.2.18]
[18:31:08] [Server thread/INFO]: [SuperVanish] Hooked into PlaceholderAPI
[18:31:08] [Server thread/INFO]: [SuperVanish] Hooked into Essentials
[18:31:08] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v7.0.9+5934e49
[18:31:08] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[18:31:08] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[18:31:08] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[18:31:08] [Server thread/INFO]: [WorldGuard] (world) All fire spread is disabled.
[18:31:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[18:31:08] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[18:31:08] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[18:31:08] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[18:31:08] [Server thread/INFO]: [WorldGuard] (world_nether) All fire spread is disabled.
[18:31:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[18:31:08] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[18:31:08] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[18:31:08] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[18:31:08] [Server thread/INFO]: [WorldGuard] (world_the_end) All fire spread is disabled.
[18:31:08] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[18:31:08] [Server thread/INFO]: [WorldGuard] Loading region data...
[18:31:09] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v22.3
[18:31:09] [Server thread/INFO]: [CoreProtect] CoreProtect был успешно запущен! 
[18:31:09] [Server thread/INFO]: [CoreProtect] Для хранения данных используется SQLite.
[18:31:09] [Server thread/INFO]: --------------------
[18:31:09] [Server thread/INFO]: [CoreProtect] Нравится CoreProtect? Присоединяйтесь к нашему Discord!
[18:31:09] [Server thread/INFO]: [CoreProtect] Discord: www.coreprotect.net/discord/
[18:31:09] [Server thread/INFO]: --------------------
[18:31:09] [Server thread/INFO]: [ViaBackwards] Enabling ViaBackwards v4.10.2
[18:31:09] [Server thread/INFO]: [ItemsAdder] Enabling ItemsAdder v3.6.3-beta-14
[18:31:09] [Server thread/INFO]: 
  ___  ___        __        __   __   ___  __      ItemsAdder 3.6.3-beta-14
|  |  |__   |\/| /__`  /\  |  \ |  \ |__  |__)     LoneLibs 1.0.45
|  |  |___  |  | .__/ /--\ |__/ |__/ |___ |  \     Purpur git-Purpur-2176 (MC: 1.20.4)

[18:31:09] [Server thread/INFO]: [Host] Starting self-host webserver on port: 25402
[18:31:09] [Server thread/INFO]: [spark] Enabling spark v1.10.66
[18:31:09] [Server thread/INFO]: [spark] Using Paper ServerTickStartEvent for tick monitoring
[18:31:09] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: spark [1.10.66]
[18:31:09] [Server thread/INFO]: [spark] Registered PlaceholderAPI placeholders
[18:31:09] [Server thread/INFO]: [DiscordSRV] Enabling DiscordSRV v1.28.0-SNAPSHOT
[18:31:09] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.20.1
[18:31:09] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite2 data created by MaxMind, available from http://www.maxmind.com/.
[18:31:09] [Server thread/INFO]: [EssentialsGeoIP] Starting Metrics. Opt-out using the global bStats config.
[18:31:09] [Server thread/INFO]: [InventoryRollbackPlus] Enabling InventoryRollbackPlus v1.6.16
[18:31:09] [Server thread/INFO]: [InventoryRollbackPlus] Found CraftBukkit Package Version: v1_20_R3
[18:31:09] [Server thread/INFO]: [InventoryRollbackPlus] Inventory backup data is set to save to: YAML
[18:31:09] [Server thread/INFO]: [InventoryRollbackPlus] bStats are enabled
[18:31:09] [Server thread/INFO]: [HoloMobHealth] Enabling HoloMobHealth v2.3.7.0
[18:31:10] [DiscordSRV - Initialization/INFO]: [DiscordSRV] [JDA] Login Successful!
[18:31:10] [Server thread/INFO]: [HoloMobHealth] Loading languages...
[18:31:10] [Server thread/INFO]: [HoloMobHealth] Hooked into PlaceholderAPI!
[18:31:10] [Server thread/INFO]: [HoloMobHealth] Hooked into WorldGuard! (v7)
[18:31:10] [Server thread/INFO]: [HoloMobHealth] Opened Sqlite database successfully
[18:31:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: holomobhealth [1.0.0]
[18:31:10] [Server thread/INFO]: [HoloMobHealth] HoloMobHealth has been Enabled!
[18:31:10] [Server thread/INFO]: [UltimateTimber] Enabling UltimateTimber v3.0.0
[18:31:10] [Server thread/INFO]:  
[18:31:10] [Server thread/INFO]: =============================
[18:31:10] [Server thread/INFO]: UltimateTimber 3.0.0 by Craftaro <3!
[18:31:10] [Server thread/INFO]: Action: Enabling...
[18:31:10] [Server thread/INFO]: [UltimateTimber] Loaded locale "en_US"
[18:31:10] [Server thread/INFO]: [CraftaroCore] [CraftaroCore] Hooked UltimateTimber.
[18:31:10] [Server thread/INFO]: =============================
[18:31:10] [Server thread/INFO]:  
[18:31:10] [Server thread/INFO]: [GSit] Enabling GSit v1.9.1
[18:31:10] [Server thread/INFO]: [GSit] Плагин был включен.
[18:31:10] [Server thread/INFO]: [GSit] Соединение с  PlaceholderAPI Успешно!
[18:31:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: gsit [1.9.1]
[18:31:10] [Server thread/INFO]: [GSit] Соединение с  ViaVersion Успешно!
[18:31:10] [Server thread/INFO]: [GSit] Соединение с  WorldGuard Успешно!
[18:31:10] [Server thread/INFO]: [AntiPopup] Enabling AntiPopup v8.1
[18:31:10] [Server thread/INFO]: [AntiPopup] Config enabled.
[18:31:10] [Server thread/INFO]: [AntiPopup] Loaded a hook for ViaVersion.
[18:31:10] [Server thread/INFO]: [AntiPopup] Registered a modifier targeted for versions older than 1.20.5.
[18:31:10] [JDA MainWS-ReadThread/INFO]: [DiscordSRV] [JDA] Connected to WebSocket
[18:31:10] [Server thread/INFO]: [AntiPopup] Initiated PacketEvents.
[18:31:10] [Server thread/INFO]: [AntiPopup] Hooked on 1.20.4
[18:31:10] [Server thread/INFO]: [AntiPopup] Commands registered.
[18:31:10] [Server thread/INFO]: [AntiPopup] Logger filter enabled.
[18:31:10] [Server thread/INFO]: [DeluxeMenus] Enabling DeluxeMenus v1.14.0-Release
[18:31:10] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into PlaceholderAPI!
[18:31:10] [Server thread/INFO]: [DeluxeMenus] 1 GUI menus loaded!
[18:31:10] [Server thread/INFO]: [DeluxeMenus] You are running the latest version of DeluxeMenus!
[18:31:10] [Server thread/INFO]: [DeluxeMenus] Successfully hooked into Vault!
[18:31:10] [Server thread/INFO]: [PlaceholderAPI] Successfully registered internal expansion: deluxemenus [1.14.0-Release]
kh0mka commented 1 month ago

I installed PlasmoVoice 2.1.0+ced386c-SNAPSHOT and pv-addon-discs 1.1.0.