Lay player to the bed 1.14.2

Discussion in 'Plugin Development' started by hynces, Jun 21, 2019.

Thread Status:
Not open for further replies.
  1. Offline

    hynces

    Hey, i tried everything to lay player into bed... The bad thing is all code/solutions i found on internet was early 2017 so many things were diffrient.. i tried look into ProtocolLib how to lay player into bed... I did found it but it was from 2015 so it did not work... So is there any newest API for it or something else ? i really dont know where to look else for it... i check like 50 pages.. for it:D so please help me someone
     
  2. Offline

    tlm920

    I assume by lay in bed you mean force them to go to sleep.

    The best I could do by not coding a crap load would be the following:
    Code:Java
    1.  
    2. ((CraftPlayer) player).getHandle().a(x, y, z);
    3.  

    That simulates the player clicking the bed.
     
Thread Status:
Not open for further replies.

Share This Page