Is this possible with a plugin?

Discussion in 'Plugin Development' started by TurtlesBeast23, Oct 9, 2017.

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

    TurtlesBeast23

    I want to make it so that when a player teleports to another place the screen fades to black and then the screen fades back and they're greeted with where they teleported.
    Would this be possible with a plugin?
    Thanks,
    TurtlesBeast23
     
  2. Offline

    MightyOne

    Player#teleport (), Player#addPotionEffect(new PotionEffect(PotionEffectType.BLINDNESS, int duration, int level)), Player#sendTitle ()
     
    Last edited: Oct 9, 2017
  3. Offline

    TurtlesBeast23

    Ok, thanks :)
     
Thread Status:
Not open for further replies.

Share This Page