Books to first join

Discussion in 'Plugin Requests' started by user_91277742, Jun 16, 2017.

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

    user_91277742

    Plugin category: Information

    Minecraft version: 1.11.2

    Suggested name: Firstjoinbooks)? for example

    What I want: A plugin that gives some written books when is you're first time in the server :) , I tryed to find a plugin with this characteristic but all plugins are outdate.


    Ideas for commands:
    /book create - To create the book with instructions or the welcome message
    /book delete <nameofbook> - To remove the book that you can get in the first conection
    /book list - To view all books


    Ideas for permissions:
    /book create - book.create
    /book remove <nameofbook> - book.remove
    /book list - book.list

    When I'd like it by: as soon as possible(?
     
  2. Offline

    AdamZeDuck

    Can it not be in 1.12? I would gladly make this if it was in version 1.12
     
  3. Offline

    timtower Administrator Administrator Moderator

    Based on the code this would require: this will work on a lot of versions.
     
  4. Offline

    WastefulNick

    This is a simpler way to do this but with no custom /book commands or anything like that
    You could use the plugin JoinCommandsPlus (<Edit by Moderator: Redacted not allowed paid resource url> to give the player a book on join (first join or every time they join) just use a book generator (http://minecraft.tools/en/book.php) to give the player a custom book.
    PS: The command has to be under "FirstPlayerConsoleJoinCommand" in the config so the console runs the command and not the player.

    Example Config (open)
    JoinCommands:
    - null
    ConsoleJoinCommands:
    - null
    FirstPlayerJoinCommands:
    - null
    FirstPlayerConsoleJoinCommands:
    - give %player% written_book 1 0 {pages:["{\"text\":\"Welcome to our server!\",\"bold\":true}"],title:Welcome,author:"FaultyHammer",display:{Lore:["Welcome book!"]}}


    Config Help (open)
    JoinCommands is what command the player will automatically run when the player joins (not for the first time).

    ConsoleJoinCommands is what command the console will automatically run when a player joins (not for the first time).

    FirstPlayerJoinCommands is what command the player will automatically run when the player joins for the first time.

    FirstPlayerConsoleJoinCommands is what command the console will automatically run when a player joins for the first time.

    Use the variable %player% to specify a player

    PS: I did not create this plugin
    PPS: Don't have a slash before a command except if it is supposed to have double slashes
     
    Last edited by a moderator: Nov 25, 2017
    icedmoca likes this.
  5. Offline

    AdamZeDuck

    I would still be happy to make it, I mean its only simple so yeah.
     
    Last edited by a moderator: Nov 25, 2017
  6. Can u make it for 1.11.2???
     
  7. Offline

    icedmoca

Thread Status:
Not open for further replies.

Share This Page