Development Assistance /Title command in plugin

Discussion in 'Plugin Help/Development/Requests' started by Kentakis, Jun 1, 2015.

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

    Kentakis

    Hello.


    Is there function from minecraft 1.8 to use /title ?

    (I mean string displayed at global screen)
     
  2. Offline

    timtower Administrator Administrator Moderator

    Moved to Bukkit alternatives
     
  3. Offline

    Kentakis

  4. Offline

    pie_flavor

    @Kentakis There are libraries for this, but remember there is always Server#dispatchCommand(CommandSender, String)
     
  5. Offline

    Kentakis

    @pie_flavor there is no option to use /title command to all players?


    /title all title sth ?
     
  6. Offline

    pie_flavor

    @Kentakis Please tell me you're not serious.
    Code:
    getServer().dispatchCommand(getServer().getConsoleSender(), "title @a title {text:\"This is  a title\"}");
     
    Kentakis likes this.
Thread Status:
Not open for further replies.

Share This Page