Jump to content

Recommended Posts

Posted

Hello, I want to draw something to the screen for a couple seconds, like for example, when I join a server, for a 5 seconds it will draw to the screen "Hi new player!". I know how to draw text to the screen, but the part where it will only draw for a few seconds. I get that it says that this is NOT a Java school but I really don't know any other forums I should go to besides SpigotMC.

Posted
22 minutes ago, Premiere said:

but the part where it will only draw for a few seconds.

Use the ClientTickEvent to count ticks. 1 tick happens 1/20 of a second. Aka 20 times per second.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Posted
18 hours ago, Animefan8888 said:

Use the ClientTickEvent to count ticks. 1 tick happens 1/20 of a second. Aka 20 times per second.

I'm fine with using this, and what I am trying to do is working, but are there any other ways to do this? A friend of mine is using Mod Coder Pack and messing around and has been bugging me about how to do basically the same thing because he saw what I did, if you don't know how, it is ok, I was just wondering if you knew. Thanks!

Posted
27 minutes ago, Premiere said:

A friend of mine is using Mod Coder Pack and messing around and has been bugging me about how to do basically the same thing because he saw what I did

Jar modding is not supported here. Tell him to use forge.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Posted
8 minutes ago, diesieben07 said:

Jarmodding is not supported on this forum.

 

9 minutes ago, Animefan8888 said:

Jar modding is not supported here. Tell him to use forge.

Ok, thank you so much for the help!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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