No Chat Reports

No Chat Reports

43M Downloads

This server doesn't prevent chat reports

KaspianDev opened this issue ยท 7 comments

commented

Modloader

Fabric

Minecraft Version

1.19.2

Modloader Version

14.9 / 0.60

No Chat Reports Version

1.6.1

Modpack Info

No response

The latest.log File

No response

Bug Description

image
This thing shows up even if using my AntiPopup plugin and setting enforce secure chat to false, antipopup actively prevents chat reports.

Steps to Reproduce

No response

Other Information

No response

commented

This is not a bug, this is lack of compatibility. See #177. There is a way to address this with latest versions of NCR, but it will require some changes on your side: https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/How-to-Get-Safe-Server-Status

commented

How? For icon in multiplayer menu evaluation has to be done at server ping, there's just no way around it. I guess we could figure something out with safety status in actual chat screen, but I don't know how.

commented

This is not a bug, this is lack of compatibility. See #177. There is a way to address this with latest versions of NCR, but it will require some changes on your side: https://github.com/Aizistral-Studios/No-Chat-Reports/wiki/How-to-Get-Safe-Server-Status

Those apply to mods only, plugins have no mixins.

commented

Those apply to mods only, plugins have no mixins.

To my knowledge it depends on server software that plugin is developed for, I only mentioned Mixin because Spigot is not the only thing in town. Isn't there some kind of way to coremod the server for your case?

commented

Those apply to mods only, plugins have no mixins.

To my knowledge it depends on server software that plugin is developed for, I only mentioned Mixin because Spigot is not the only thing in town. Isn't there some kind of way to coremod the server for your case?

To be honest I don't know any server software that uses mixins apart from modded. Spigot is big majority for non modded servers, it has no mixins. For modifying the server we use NMS itself, but that is not recommended at all, everything should be done thru api.

commented

but that is not recommended at all, everything should be done thru api.

...so long as there is an API for what you are trying to do. I doubt there will be an API for things the kind of what NCR does anytime soon.

commented

Plugin message channels could be used.