givecraft12
Marangoz
- Mesajlar
- 46
- En iyi cevaplar
- 0
- Beğeniler
- 5
- Puanları
- 410
- Ruh hali
- Oyun Sürümü
- 1.16.5
DiscordSRV plugini kurdum sunucuma, token vs. her türlü yapılandırmayı yaptım. İzlediğim video veya kaynakların aynısını yaptım lakin sunucumda şöyle hatalar alıyorum:
Bu sorunlar neyden kaynaklanıyor olabilir, nasıl düzeltirim fikri olan varsa yardımlarınızı bekliyorum, teşekkürler.
Kod:
[23:19:06] [Server thread/ERROR]: [DiscordSRV] java.lang.reflect.InvocationTargetException
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at java.base/java.lang.reflect.Method.invoke(Method.java:567)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at github.scarsz.discordsrv.objects.managers.CommandManager.handle(CommandManager.java:110)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at github.scarsz.discordsrv.DiscordSRV.lambda$onCommand$53(DiscordSRV.java:1612)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at github.scarsz.discordsrv.DiscordSRV.onCommand(DiscordSRV.java:1637)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:826)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2315)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:2130)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2083)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:49)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:7)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:55)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1339)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1332)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.MinecraftServer.sleepForTick(MinecraftServer.java:1308)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1152)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at java.base/java.lang.Thread.run(Thread.java:831)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] Caused by: while scanning a quoted scalar
[23:19:06] [Server thread/ERROR]: [DiscordSRV] in 'string', line 169, column 23:
[23:19:06] [Server thread/ERROR]: [DiscordSRV] MinecraftNobodyFound: "&cKimse bulunamadı Bu Discord I ...
[23:19:06] [Server thread/ERROR]: [DiscordSRV] ^
[23:19:06] [Server thread/ERROR]: [DiscordSRV] found unexpected end of stream
[23:19:06] [Server thread/ERROR]: [DiscordSRV] in 'string', line 169, column 128:
[23:19:06] [Server thread/ERROR]: [DiscordSRV] ... ft UUID eşleşmiyor. \"%target%\"
[23:19:06] [Server thread/ERROR]: [DiscordSRV] ^
[23:19:06] [Server thread/ERROR]: [DiscordSRV]
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.scanner.ScannerImpl.scanFlowScalarSpaces(ScannerImpl.java:1916)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.scanner.ScannerImpl.scanFlowScalar(ScannerImpl.java:1831)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.scanner.ScannerImpl.fetchFlowScalar(ScannerImpl.java:1027)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.scanner.ScannerImpl.fetchDouble(ScannerImpl.java:1009)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:394)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:227)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:586)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:136)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:257)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:248)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:236)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:162)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:95)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:119)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:150)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:470)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at github.scarsz.configuralize.Provider.load(Provider.java:28)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at github.scarsz.configuralize.Provider.loadValues(Provider.java:56)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at github.scarsz.configuralize.Provider.load(Provider.java:52)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at github.scarsz.configuralize.DynamicConfig.loadAll(DynamicConfig.java:96)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at github.scarsz.discordsrv.DiscordSRV.reloadConfig(DiscordSRV.java:222)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] at github.scarsz.discordsrv.commands.CommandReload.execute(CommandReload.java:42)
[23:19:06] [Server thread/ERROR]: [DiscordSRV] ... 27 more
[23:19:12] [Server thread/INFO]: Shafuq issued server command: /discordsrv:discord reload
[23:19:12] [Server thread/ERROR]: [DiscordSRV] java.lang.reflect.InvocationTargetException
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at java.base/java.lang.reflect.Method.invoke(Method.java:567)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at github.scarsz.discordsrv.objects.managers.CommandManager.handle(CommandManager.java:110)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at github.scarsz.discordsrv.DiscordSRV.lambda$onCommand$53(DiscordSRV.java:1612)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at github.scarsz.discordsrv.DiscordSRV.onCommand(DiscordSRV.java:1637)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:172)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.dispatchCommand(CraftServer.java:826)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.PlayerConnection.handleCommand(PlayerConnection.java:2315)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.PlayerConnection.c(PlayerConnection.java:2130)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.PlayerConnection.a(PlayerConnection.java:2083)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:49)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.PacketPlayInChat.a(PacketPlayInChat.java:7)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.PlayerConnectionUtils.lambda$ensureMainThread$1(PlayerConnectionUtils.java:55)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.TickTask.run(SourceFile:18)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.MinecraftServer.bb(MinecraftServer.java:1339)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.MinecraftServer.executeNext(MinecraftServer.java:1332)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.IAsyncTaskHandler.executeAll(IAsyncTaskHandler.java:95)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.MinecraftServer.a(MinecraftServer.java:1469)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1142)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:293)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at java.base/java.lang.Thread.run(Thread.java:831)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] Caused by: while scanning a quoted scalar
[23:19:12] [Server thread/ERROR]: [DiscordSRV] in 'string', line 169, column 23:
[23:19:12] [Server thread/ERROR]: [DiscordSRV] MinecraftNobodyFound: "&cKimse bulunamadı Bu Discord I ...
[23:19:12] [Server thread/ERROR]: [DiscordSRV] ^
[23:19:12] [Server thread/ERROR]: [DiscordSRV] found unexpected end of stream
[23:19:12] [Server thread/ERROR]: [DiscordSRV] in 'string', line 169, column 128:
[23:19:12] [Server thread/ERROR]: [DiscordSRV] ... ft UUID eşleşmiyor. \"%target%\"
[23:19:12] [Server thread/ERROR]: [DiscordSRV] ^
[23:19:12] [Server thread/ERROR]: [DiscordSRV]
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.scanner.ScannerImpl.scanFlowScalarSpaces(ScannerImpl.java:1916)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.scanner.ScannerImpl.scanFlowScalar(ScannerImpl.java:1831)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.scanner.ScannerImpl.fetchFlowScalar(ScannerImpl.java:1027)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.scanner.ScannerImpl.fetchDouble(ScannerImpl.java:1009)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:394)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:227)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingValue.produce(ParserImpl.java:586)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:136)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.composer.Composer.composeValueNode(Composer.java:257)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.composer.Composer.composeMappingChildren(Composer.java:248)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:236)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:162)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.composer.Composer.getNode(Composer.java:95)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:119)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:150)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:490)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at org.yaml.snakeyaml.Yaml.loadAs(Yaml.java:470)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at github.scarsz.configuralize.Provider.load(Provider.java:28)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at github.scarsz.configuralize.Provider.loadValues(Provider.java:56)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at github.scarsz.configuralize.Provider.load(Provider.java:52)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at github.scarsz.configuralize.DynamicConfig.loadAll(DynamicConfig.java:96)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at github.scarsz.discordsrv.DiscordSRV.reloadConfig(DiscordSRV.java:222)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] at github.scarsz.discordsrv.commands.CommandReload.execute(CommandReload.java:42)
[23:19:12] [Server thread/ERROR]: [DiscordSRV] ... 27 more