Closed anar4732 closed 4 years ago
for exepmle. i need to use me.chemmic.main.API.ChatColorAPI.getChatColorCode(Player)
me.chemmic.main.API.ChatColorAPI.getChatColorCode(Player)
i know ChatColor have PAPI hook but i need to use it in a JS pleaceholder.
i tried to use var chatColorAPIClass = Java.type('me.chemmic.main.API.ChatColorAPI'); but thorws error "class not found" (but plugin installed)
var chatColorAPIClass = Java.type('me.chemmic.main.API.ChatColorAPI');
Hey guys,how did you resolve it?I want to do it with the same method. Thanks!
for exepmle. i need to use
me.chemmic.main.API.ChatColorAPI.getChatColorCode(Player)
i know ChatColor have PAPI hook but i need to use it in a JS pleaceholder.
i tried to use
var chatColorAPIClass = Java.type('me.chemmic.main.API.ChatColorAPI');
but thorws error "class not found" (but plugin installed)