Inactive [INFO] CaptainDocs v3.0 [1.2.5-R4.0]

Discussion in 'Inactive/Unsupported Plugins' started by captainawesome7, Jul 14, 2012.

  1. Offline

    captainawesome7

    CaptainDocs
    CaptainDocs is an easy way to make a command return text to a player. Just add an entry in the config with the filename and command, and make the text file in /plugins/CaptainDocs/. When a player enters the command specified, it will send the lines of text in the file to the player.

    Download
    The most recent version will always be available here.

    Configuration
    This one's pretty much all in the config. Once you run your server it should create config.yml and doc.txt in /plugins/CaptainDocs/. You can edit the original entry (or delete it) and add commands+documents with this format (when I say doesntmatterhere, you can put whatever you want. Just don't put duplicates!):
    Code:
    doesntmatterhere:
      command: commandtotype
      filename: file.extension
    Formatting
    The text file can have as many lines as you want (be reasonable), and can use the following vairables:
    • +player - The player's display name (that's performing the command)
    • +serverName - The server's name
    • +onlineCount - The amount of people online
    • +onlineList - A list of people online
    • &a-f/0-9 - Colors
     
  2. Offline

    md_5

    CaptainAwesome, they guy with the most plugins on bukkit.org
    Approved.
     

Share This Page