Jump to content

Check If player is moving


Snaking

Recommended Posts

Hello there, I'm trying to make an AFK system, I need check if the player is not moving for like 5 minutes. Have a method to me check if the player is moving or not? Like on Spigot: "PlayerMoveEvent"

And how can I get the player Location? I'm using that:

        double x = player.posX;
        double y = player.posY;
        double z = player.posZ;

But sometimes it get Wrong location.

 

Thank you.

Link to comment
Share on other sites

20 minutes ago, diesieben07 said:

How I use the "TickEvent::phase"?

But I really don't know how to use that, Have some methods like: "END, START, compareTo(), ..." I use "..phase.START"?

 

22 minutes ago, diesieben07 said:

How much programming knowledge do you have? This really just means you shouldn't store everything as strings. You have a position, so make a data type that can store a position. Don't use a string.

Cause in Spigot programming I always convert to String, And save them on HashMap.

Link to comment
Share on other sites

6 minutes ago, diesieben07 said:

It's an enum. Do you know what an enum is? Look it up if not.

I know what is enum but in this way I'm not understanding. Sorry, But please write me a example code, I don't want copy your code, But I would to understand that without the code it's so hard to me learn

8 minutes ago, diesieben07 said:

That is equally as terrible of a programming practice in Spigot than anywhere else.

But everybody convert as a String and save in HashMap on Spigot, Maybe(And YES) Forge programming is more complex and different

Link to comment
Share on other sites

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Link to comment
Share on other sites

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.