#Title reader
21 messages · Page 1 of 1 (latest)
What do you mean by "title"?
I think he means the title that appears when running /title @p title “”.
yes
And you want it to send you a chat message of that title’s string… Cool (I am not a dev :[ ).
@dapper pulsar, could you develop @fossil stag’s request?
i could, but it would make more sense just to intercept when the title is set and display it in chat then
I don't know how it works, if it's a simpler solution, I'm both hands in favor of it
whats the actual need? just having it show up in chat as well as the title?
I want to make a mod for this plugin but I don't know how to work with fabric api, I can write the rest of the project in java.
https://modrinth.com/plugin/litefish
oh, is the bar for the minigame just being sent as a title?
I think so, because it looks a lot like this.
do you know how to write a mixin?
No, only as a use, and that's weak.
alr, i'll throw together an example project that has an event so you can just copy over the event and mixin
i suggest using the https://fabricmc.net/develop/template/ to generate the base project unless you feel like renaming packages and things
thx
https://github.com/Linguardium/TitleEventExample
mixin is in src/client/java/mod/linguardium/titleeventexample/mixin/client/
event class is in src/client/java/mod/linguardium/titleeventexample/TitleMessageEvents.java
example usage is in src/client/java/mod/linguardium/titleeventexample/TitleEventExampleClient.java