Jump to content

[1.8.9] How to send msg to chat when player joins a world?


thvardhan

Recommended Posts

hello guys i want to say something like this in chat >> "You are using XXXXXXX Mod by thvardhan press me to visit my website"

and upon clicking it people can go to my website (the main reason i am doing it because some website steals mods so i think this way i can kinda protect my mod) well i have never used @SubscribeEvent annotation so if someone can tell me in a bit detail to how to accomplish this i will be so thankful. :)

 

 

I know there are tutorials out there but all of them seems to be outdated for 1.7....

Link to comment
Share on other sites

Events (aside from new field getters and new events) didn't change in any way.

 

Just google how to use forge events.

 

You want PlayerLoggedInEvent and event.getPlayer().sendMessage  (or method of similar name).

 

Then you need TextComponent that will link to website. That is alredy covered somewhere in vanilla probably so just search source.

1.7.10 is no longer supported by forge, you are on your own.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.