Solved Player as static

Discussion in 'Plugin Development' started by DSCxSander, Nov 21, 2016.

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

    DSCxSander

    Hi there!

    I'm making a plugin for my radio that is connected in Minecraft.
    But I want to make a reqeust plugin for the player to the DJ.

    Is it possible to do this? and how?

    What I already have:
    a /onair command, that broadast and set the boolean to true, that the player is streaming

    But is it possible with the request plugin to send a messages to the player that is online (the DJ that used the /onair cmd)?

    Fixed with:

    String DJ = "%player%"
    And in in the /onair command DJ.replaceAll("%player%", p.getName);
     
    Last edited: Nov 21, 2016
Thread Status:
Not open for further replies.

Share This Page