Skip to content

Instantly share code, notes, and snippets.

@SleepyCatten
Created January 13, 2022 17:11
Show Gist options
  • Save SleepyCatten/eb6f733c6f6acec624fcc4af89fbd473 to your computer and use it in GitHub Desktop.
Save SleepyCatten/eb6f733c6f6acec624fcc4af89fbd473 to your computer and use it in GitHub Desktop.
Simple Voice Mod & ProNouns
[17:10:15] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[17:10:15] [ServerMain/INFO]: Reloading ResourceManager: Default, bukkit, armor statues v2.8.3.zip, global-trades.zip
[17:10:16] [Worker-Main-1/INFO]: Loaded 7 recipes
[17:10:17] [Server thread/INFO]: Starting minecraft server version 1.18.1
[17:10:17] [Server thread/INFO]: Loading properties
[17:10:17] [Server thread/INFO]: This server is running Paper version git-Paper-150 (MC: 1.18.1) (Implementing API version 1.18.1-R0.1-SNAPSHOT) (Git: 0c64d40)
[17:10:17] [Server thread/INFO]: Server Ping Player Sample Count: 12
[17:10:17] [Server thread/INFO]: Using 4 threads for Netty based IO
[17:10:17] [Server thread/INFO]: Default game type: SURVIVAL
[17:10:17] [Server thread/INFO]: Generating keypair
[17:10:17] [Server thread/INFO]: Starting Minecraft server on *:25565
[17:10:17] [Server thread/INFO]: Using default channel type
[17:10:17] [Server thread/INFO]: Paper: Using Java 11 compression from Velocity.
[17:10:17] [Server thread/INFO]: Paper: Using Java cipher from Velocity.
[17:10:17] [Server thread/INFO]: [ProNouns] Loading ProNouns v2.0.2
[17:10:17] [Server thread/INFO]: [voicechat] Loading voicechat v1.18.1-2.2.8
[17:10:17] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[17:10:17] [Server thread/INFO]: Preparing level "kaleidoscope"
[17:10:18] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
[17:10:18] [Server thread/INFO]: Time elapsed: 186 ms
[17:10:18] [Server thread/INFO]: Preparing start region for dimension minecraft:the_nether
[17:10:18] [Server thread/INFO]: Time elapsed: 102 ms
[17:10:18] [Server thread/INFO]: Preparing start region for dimension minecraft:the_end
[17:10:18] [Server thread/INFO]: Time elapsed: 76 ms
[17:10:18] [Server thread/INFO]: [ProNouns] Enabling ProNouns v2.0.2
[17:10:19] [Server thread/INFO]: [ProNouns] Updating the cloud database...
[17:10:19] [Server thread/INFO]: [ProNouns] Successfully updated the cloud database.
[17:10:19] [Server thread/WARN]: [ProNouns] Update checking is disabled. You might be running an old version!
[17:10:19] [Server thread/INFO]: [voicechat] Enabling voicechat v1.18.1-2.2.8
[17:10:19] [Server thread/INFO]: [voicechat] Compatibility version 14
[17:10:19] [Server thread/INFO]: [voicechat] Loading translations
[17:10:19] [Server thread/INFO]: [voicechat] Successfully initialized commodore command completion
[17:10:19] [Server thread/INFO]: Running delayed init tasks
[17:10:19] [Server thread/INFO]: [voicechat] Loading plugins
[17:10:19] [Server thread/INFO]: [voicechat] Loaded 0 plugin(s)
[17:10:19] [Server thread/INFO]: [voicechat] Initializing plugins
[17:10:19] [Server thread/INFO]: [voicechat] Initialized 0 plugin(s)
[17:10:19] [Server thread/INFO]: [voicechat] Using default voicechat socket implementation
[17:10:19] [Server thread/INFO]: Done (2.796s)! For help, type "help"
[17:10:19] [Server thread/INFO]: Timings Reset
[17:10:19] [VoiceChatServerThread/INFO]: [voicechat] Server started at port 24454
[17:10:25] [Server thread/INFO]: Stopping the server
[17:10:25] [Server thread/INFO]: Stopping server
[17:10:25] [Server thread/INFO]: [voicechat] Disabling voicechat v1.18.1-2.2.8
[17:10:25] [Server thread/ERROR]: Error occurred while disabling voicechat v1.18.1-2.2.8 (Is it up to date?)
java.lang.NullPointerException: Cannot invoke "Object.equals(Object)" because the return value of "org.bukkit.plugin.RegisteredServiceProvider.getProvider()" is null
at org.bukkit.plugin.SimpleServicesManager.unregister(SimpleServicesManager.java:175) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at de.maxhenkel.voicechat.Voicechat.onDisable(Voicechat.java:130) ~[voicechat-bukkit-1.18.1-2.2.8.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:266) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:399) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:537) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:514) ~[paper-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_18_R1.CraftServer.disablePlugins(CraftServer.java:498) ~[paper-1.18.1.jar:git-Paper-150]
at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:1036) ~[paper-1.18.1.jar:git-Paper-150]
at net.minecraft.server.dedicated.DedicatedServer.stopServer(DedicatedServer.java:800) ~[paper-1.18.1.jar:git-Paper-150]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1315) ~[paper-1.18.1.jar:git-Paper-150]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:317) ~[paper-1.18.1.jar:git-Paper-150]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
[17:10:25] [Server thread/INFO]: [ProNouns] Disabling ProNouns v2.0.2
[17:10:25] [Server thread/INFO]: Saving players
[17:10:26] [Server thread/INFO]: Saving worlds
[17:10:26] [Server thread/INFO]: Saving chunks for level 'ServerLevel[kaleidoscope]'/minecraft:overworld
[17:10:26] [Server thread/INFO]: Saving chunks for level 'ServerLevel[kaleidoscope_nether]'/minecraft:the_nether
[17:10:27] [Server thread/INFO]: Saving chunks for level 'ServerLevel[kaleidoscope_the_end]'/minecraft:the_end
[17:10:27] [Server thread/INFO]: ThreadedAnvilChunkStorage (kaleidoscope): All chunks are saved
[17:10:27] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[17:10:27] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[17:10:27] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[17:10:27] [Server thread/INFO]: Flushing Chunk IO
[17:10:27] [Server thread/INFO]: Closing Thread Pool
[17:10:27] [Server thread/INFO]: Closing Server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment