[BungeeCord & Bukkit 1.8] Send message to admins on every BungeeCord Server

Discussion in 'Plugin Development' started by byquiet, Jul 10, 2020.

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

    byquiet

    Hi. I tried to make a plugin that will add a chat for administrators.
    That is:
    > The player writes "#message"
    > If it has adminchat.send permission:
    > Get a list of players from all servers in The bungeecord bundle
    > Through the for loop we get players with the permission adminchat.receive
    > Sending these players a message

    I wanted to do it via the Plugin Messaging Channel, but I didn't find the right way

    Thank you in advance.
     
  2. Offline

    timtower Administrator Administrator Moderator

    Locked
    Bungeecord requires offline mode.
    Offline mode is not supported by Bukkit
     
Thread Status:
Not open for further replies.

Share This Page