Help with class

Status
This thread has been locked.

Masafe

Banned
Feedback score
1
Posts
30
Reactions
5
Resources
0
Hi i have an error that says this class no exists, which is the correct class in 1.8 to call
ChatMessageType?
java.lang.ClassNotFoundException: net.minecraft.server.v1_8_R3.ChatMessageType
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Dori

Full Stack Developer
Supreme
Feedback score
28
Posts
459
Reactions
198
Resources
0
You are calling a specific Spigot / Bukkit version's class. This class does not exist in any other version than the version you used as an external Jar for your plugin. Unless you work with reflections you will need to use the same Jar file.
 

Masafe

Banned
Feedback score
1
Posts
30
Reactions
5
Resources
0
You are calling a specific Spigot / Bukkit version's class. This class does not exist in any other version than the version you used as an external Jar for your plugin. Unless you work with reflections you will need to use the same Jar file.
Ok thanks!
 
Banned forever. Reason: Creating Multiple Accounts (MonsterBUFF, https://builtbybit.com/members/masafedev.25302/)
Status
This thread has been locked.
Top