Chris

Results 77 comments of Chris

When the plugin is debug mode you should see messages like this on start up. Do you see anything like this? ``` text [20:40:47 INFO]: [PurpleIRC] [DEBUG] Caching displayName for...

Ok let's try another thing. On a fresh startup prior to the player joining the game type "irc test [player]". This will only work in debug mode, but should give...

From that debug log you sent it looks like it successfully grabbed the offline player info and sent it to vault to get the group. When it does that it...

There is another way to do this. The latest dev build https://h.cnaude.org/jenkins/job/PurpleIRC-spigot/236/ supports PlaceholderAPI. Please give that a try and see if the PlaceholderAPI tokens will work for you. You...

Make sure you also have this in the config.yml ``` yaml hooks: vault_perms: true vault_eco: true ```

It might be possible. I need to look at the EssentialsChat API and see if there are any events that I can hook into.