Jump to content

detecting block break on a multiplayer server


Kapibara1

Recommended Posts

I need to do something after the player breaks a certain amount of blocks. tried the blockBreak and itemDrop events, works fine on sg player but not on a server (im guessing bc theyre server-side). any recommendations of what i can use, preferably not using packets (as idk how to use them)? thanks

Link to comment
Share on other sites

32 minutes ago, diesieben07 said:

There is no easy way to detect a successful block breaking on the client (see PlayerController#acknowledgePlayerDiggingReceived).

i forgot to say, 1.12. but i found PlayerControllerMP#onPlayerDestroyBlock. but idk how to use it as a trigger, any help with that please? 

 

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.