Jump to content
  • 0

CCTV Help


MiniNinja32

Question

7 answers to this question

Recommended Posts

  • 0

Could you possibly post the errors in the console/logs?

(post it to a pastebin please)

First Joined: July 2015
VIP: January 2020
Jr.Mod: 1st April 2020
Mod: 16th July 2020

Info:

~ Skript Developer
~ Discord: @nicholxs#0001
~ Previous names: Nichxlxs, Deterno, iHaveSkills, Retrical

Link to comment
Share on other sites

  • 0
17 minutes ago, MiniNinja32 said:

[Sat, 1. Feb 2020 20:43:42 GMT INFO] MiniNinja32 issued server command: /cctv group create [Sat, 1. Feb 2020 20:43:42 GMT ERROR] null

Either the plugin is outdated, you don't have a required dependency or your version isn't supported for the plugin.

There should be more information on what the error is in the console if you hold CONTROL+F, (search) and type the plugin name

First Joined: July 2015
VIP: January 2020
Jr.Mod: 1st April 2020
Mod: 16th July 2020

Info:

~ Skript Developer
~ Discord: @nicholxs#0001
~ Previous names: Nichxlxs, Deterno, iHaveSkills, Retrical

Link to comment
Share on other sites

  • 0
38 minutes ago, Nichxlxs said:

Either the plugin is outdated, you don't have a required dependency or your version isn't supported for the plugin.

There should be more information on what the error is in the console if you hold CONTROL+F, (search) and type the plugin name

[20:33:34] [Server thread/INFO]: [CCTV] Enabling CCTV v5.12.14
[20:33:34] [Server thread/INFO]: [CCTV] .-==--+]- CCTV -[+--==-.
[20:33:34] [Server thread/INFO]: [CCTV] This is the CCTV plugin!
[20:33:34] [Server thread/INFO]: [CCTV] Authors: Timdecoole123, Streampy
[20:33:34] [Server thread/INFO]: [CCTV] For updates check our spigot or bukkit page
[20:33:34] [Server thread/INFO]: [CCTV] Spigot: https://www.spigotmc.org/resources/cctv.60310/
[20:33:34] [Server thread/INFO]: [CCTV] Bukkit: https://dev.bukkit.org/projects/cctv
[20:33:34] [Server thread/INFO]: [CCTV] To report bugs go to the spigot or bukkit page and send us a message!
[20:33:34] [Server thread/INFO]: [CCTV] .-==--+]-      -[+--==-.
[20:43:42] [Server thread/ERROR]: null
[20:43:42] [Server thread/INFO]: MiniNinja32 issued server command: /cctv group create
[20:43:42] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'cctv' in plugin CCTV v5.12.14
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot.jar:git-Paper-84]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[spigot.jar:git-Paper-84]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.dispatchCommand(CraftServer.java:740) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.PlayerConnection.handleCommand(PlayerConnection.java:1820) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1628) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.MinecraftServer.ba(MinecraftServer.java:1038) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:1031) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:1102) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:934) ~[spigot.jar:git-Paper-84]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_14_R1/IChatBaseComponent
    at me.cctv.commands.cctv.onCommand(cctv.java:376) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot.jar:git-Paper-84]
    ... 17 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_14_R1.IChatBaseComponent
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:105) ~[spigot.jar:git-Paper-84]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[spigot.jar:git-Paper-84]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
    at me.cctv.commands.cctv.onCommand(cctv.java:376) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot.jar:git-Paper-84]

How to update it

Edited by MiniNinja32
Link to comment
Share on other sites

  • 0
17 minutes ago, MiniNinja32 said:

[20:33:34] [Server thread/INFO]: [CCTV] Enabling CCTV v5.12.14
[20:33:34] [Server thread/INFO]: [CCTV] .-==--+]- CCTV -[+--==-.
[20:33:34] [Server thread/INFO]: [CCTV] This is the CCTV plugin!
[20:33:34] [Server thread/INFO]: [CCTV] Authors: Timdecoole123, Streampy
[20:33:34] [Server thread/INFO]: [CCTV] For updates check our spigot or bukkit page
[20:33:34] [Server thread/INFO]: [CCTV] Spigot: https://www.spigotmc.org/resources/cctv.60310/
[20:33:34] [Server thread/INFO]: [CCTV] Bukkit: https://dev.bukkit.org/projects/cctv
[20:33:34] [Server thread/INFO]: [CCTV] To report bugs go to the spigot or bukkit page and send us a message!
[20:33:34] [Server thread/INFO]: [CCTV] .-==--+]-      -[+--==-.
[20:43:42] [Server thread/ERROR]: null
[20:43:42] [Server thread/INFO]: MiniNinja32 issued server command: /cctv group create
[20:43:42] [Server thread/ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'cctv' in plugin CCTV v5.12.14
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot.jar:git-Paper-84]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[spigot.jar:git-Paper-84]
    at org.bukkit.craftbukkit.v1_15_R1.CraftServer.dispatchCommand(CraftServer.java:740) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.PlayerConnection.handleCommand(PlayerConnection.java:1820) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1628) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.MinecraftServer.ba(MinecraftServer.java:1038) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:1031) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:1102) ~[spigot.jar:git-Paper-84]
    at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:934) ~[spigot.jar:git-Paper-84]
    at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_14_R1/IChatBaseComponent
    at me.cctv.commands.cctv.onCommand(cctv.java:376) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot.jar:git-Paper-84]
    ... 17 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_14_R1.IChatBaseComponent
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:105) ~[spigot.jar:git-Paper-84]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:100) ~[spigot.jar:git-Paper-84]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_212]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_212]
    at me.cctv.commands.cctv.onCommand(cctv.java:376) ~[?:?]
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot.jar:git-Paper-84]

How to update it

Currently, the CCTV plugin does not support versions below 1.14, and it currently doesn't support version 1.15.2

You will have to wait for them to update the plugin, then make a suggestion for it to be updated to the 1.15.2 version once the plugin has updated. Also, you don't have to manually update it since it does it automatically.

First Joined: July 2015
VIP: January 2020
Jr.Mod: 1st April 2020
Mod: 16th July 2020

Info:

~ Skript Developer
~ Discord: @nicholxs#0001
~ Previous names: Nichxlxs, Deterno, iHaveSkills, Retrical

Link to comment
Share on other sites

  • 0
30 minutes ago, Nichxlxs said:

Currently, the CCTV plugin does not support versions below 1.14, and it currently doesn't support version 1.15.2

You will have to wait for them to update the plugin, then make a suggestion for it to be updated to the 1.15.2 version once the plugin has updated. Also, you don't have to manually update it since it does it automatically.

k

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...