Giter Site home page Giter Site logo

Comments (3)

Fourmisain avatar Fourmisain commented on September 13, 2024

Ah yeah, accents are filtered out since they are not allowed inside profile names and the fallback heuristic is pretty stupid. It simply compares every "word" in the message with each profile or display name, where a "word" contains only alphanumeric & _ characters, so it'd check for the name "Morg" and the name "n" instead of "Morgán".
It's the same as with spaces in the names, I really need to rewrite the display name matching...

we are using a custom chat plugin, perhaps we could try to modify the plugin so that it could send the real UUIDs so chat heads doesn't have to use heuristic detection ?

It would be enough if you add a click event with an appropriate /tell command (ideally inside the sender decoration) - you know the one where you can DM a player by clicking on their name in chat? That's the first heuristic Chat Heads uses and by far the best, as it uses the player's profile name.
(Plus it's convenient for your players as well.)

from chat_heads.

Fourmisain avatar Fourmisain commented on September 13, 2024

I uploaded a (completely untested) test version for Fabric 1.20.5/6, which should have this fixed if you wanna try it out.

Test version was broken, got everything tested and fixed. Currently doing backports.

from chat_heads.

Fourmisain avatar Fourmisain commented on September 13, 2024

After way too many backports, 0.12.0 is out!
Lemme know if there's still any issues.

from chat_heads.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.