Inactive [INFO] MCDocs v14.3 ~ Documentation Plugin || MOTD, Local or Online Files, Your Commands [1.3.1]

Discussion in 'Inactive/Unsupported Plugins' started by Tazzernator, Jan 17, 2011.

  1. Offline

    Tazzernator

    [​IMG]

    [​IMG] [​IMG] [​IMG] [​IMG]
    NEWS (open)

    Version 11.2 released (22nd October 2011)


    Version 11.2
    • Added permissions wildcard support (mcdocs.*) works for all commands.
      • Note: this only allows all commands. mcdocs.reload does not fall under this wildcard. This needs to be set separately.
    • Added some try catch around the motd: configs.
    • Fixed motd-enabled
    Version 11.1
    • Removed the spacing that occurs when you only have 1 page.
    • New variable: %time (Shows what time it is in the player's world in 12 hour format.
      • Sun rises @ 5am, Sets @ 7pm
    Version 11
    • Updated to work with PermissionsBukkit (Tested, nodes work)
    • Updated to work with Register for %balance, you will need to download the Register plugin for this to work with iConomy and various other economy plugins.
    • Optimised much of the code.
    • Updated the commands config structure, much simpler now than before. :)
    • You can now use %name, %size, %world, %group, %ip, %world, %prefix, %suffix in your file paths in the config.yml
    • Redefined the MOTD process.
      • Is now all defined within configuration
      • You can now use online files
    • Changed how logging occurs, you can toggle if you want to be informed about errors or not in the config now.
    • Group support now uses an in house permission system, where you define the groups players are in manually.
    • New permissions-enabled variable, Do you have any permissions system installed? Yes: true | No: false
     
    DoomLord, Camberme, efstajas and 18 others like this.
  2. Offline

    WillMPage

    Yes; TextEdit for Mac
     
  3. Offline

    Tazzernator

    hmm, try gedit. or one of the many alternatives.
     
  4. Offline

    jor956

    I added a /register command and nothing happens when it is used, the permission mcdocs./register is given and these are my config and register.txt files:
    Config:
    Code:
    #MCDocs 9.5.1 by Tazzernator / Andrew Tajsic version
    #Configuration File.
    #For detailed assistance please visit: http://atajsic.com/wiki/index.php/MCDocs
    
    #Here we determine which command will show which file.
    commands-list:
    - /register:register.txt
    
    #This changes the pagination header that is added to MCDocs automatically when there is > 10 lines of text.
    header-format: '
    Register.txt:
    Code:
    &9To get build rights, please go to &cteam-mc.net&9 and register an account, then go to Minecraft Survival>Build Permits, and read the layout; then make your permit.
    Is there any way for me to fix this issue? Is anyone else experiencing it?
     
  5. Offline

    Tazzernator

    From that config, i'm assuming your console is saying that your config.yml is corrupt. Look for it.

    I suggest you update to v10, and delete your old config.yml, reload your server, and modify the one that is automatically generated.

    If you are having any further problems, i suggest to download the zip.
     
  6. Offline

    jor956

    I just downloaded MCDocs about a day ago.
     
  7. Offline

    Tazzernator

    What do you want me to say? Your config looks fucked up. Delete it, reload your server. If the version in there says anything BUT version 10, then you're on an old version. Re-download MCDocs, reload your server, and then put in your commands.
     
  8. Offline

    jor956

    Alright :confused:

    Ah that worked, I don't know what happened there, thanks.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 6, 2016
  9. Offline

    Kingadams

    I havent seen this in the wiki or got it right but... How would i set it so it loads <insertnamehere>.txt as motd for a rank on login?

    When they type /motd i can set it to that fine and it works but not when they login :v
     
  10. Offline

    Tazzernator

  11. Offline

    Kingadams

    Tazzernator likes this.
  12. Any way to change the place it looks for the motd?(not the command)^
    Because I want it to show a simple website that I made.
    And I made it so my ops can edit that simple website(which is of course just a txt file...)
     
  13. Offline

    Tazzernator

    Please fully explain your scenario, i'm sure I can assist.
     
  14. Well, I got this website, where I got my txt file(motd, tules etc)
    Now I made a simple php script on that website, hidden so only those who know the address can get to the script.
    The script allows people to change in these files, making not just me, but all my ops able to edit it!
    Now the problem is that it won't display anything from the website when you join, only when you use the commands(/motd, /tules etc)
     
  15. Offline

    Tazzernator

    in the related motd.txt, put %include_http://example.com/example.txt
     
  16. That works, thanks :D
     
    Tazzernator likes this.
  17. Offline

    Sleaker

    Threw up a pull request to add optional support for Administrate - will prevent stealthed users from showing up in the online list/player count.
     
  18. Offline

    DerET

    Is there a way to use ä / ö / ü / ß?
    This would be nice for German messages...
     
  19. Offline

    Tazzernator

    save your file as UTF-8
     
  20. Offline

    Rich Boos

    Possible to make an %online_world so we can display who is in each world?

    Mighty fine and complete plugin, love the reworked OP its so fancy. Donation sent. :)
     
    Tazzernator likes this.
  21. Offline

    Tazzernator

    should be easy enough.
     
  22. Offline

    tidge789

    Hi and thank you for this plugin, I realy enjoy it. but I have a little problem. When I make different txt files for command /help for all of my groups, it only shows the txt of one group. So, I am an admin and when I do /help it shows me the help.txt of my default groups.

    Here is my config.yml
    Code:
    commands-list:
    - /motd:motd.txt
    - /rules:rules.txt
    - /news:news.txt
    - /register:register.txt
    - /about:http://tazzernator.com/files/bukkit/plugins/MCDocs/about.txt
    - /help:help-citoyen.txt:Citoyen
    - /help:help-moderator.txt:Moderator
    - /help:help-admins.txt:Admins
    In my McDocs folder there are 3 txts. One called help-citoyen.txt another called help-modertor.txt and the other help-admins.txt. But when an admin or a mod use /help it shows the help of help-citoyen.txt. I realy can't figure out what makes that. Many thanks !
    Sorry for my bad english.
     
  23. Offline

    Psycho Robot

    is it possible that the capitalization is different in your permissions configuration?
     
  24. Offline

    Tazzernator

    Email me your MCDocs and Permissions plugin folders. me[at]tazzernator[dot]com
     
  25. Offline

    nggmc

    How can I make it possible for the Doc to redirect you to a website on the internet
     
  26. Offline

    Tazzernator

    what?
     
  27. Offline

    Psycho Robot

    sounds like he wants to put a link to a website in the message
     
  28. Offline

    tidge789

    I checked , but it ain't that.
     
  29. Offline

    lipe123

    Lillte question:

    I ceated custom motd's for each group and made the files in a subfolder /motd/, everything works when the players enter /motd manually but they dont get the motd on login. (The option is set to true)

    Any advice on how to fix this?

    I'm using CB 966 and mcdocs v10.
     
  30. Offline

    Tazzernator

    the location of the motd files must be the root of the mcdocs directory. It's hard-coded like that.
     
  31. Offline

    lipe123

    Awesome that did it.
     
    Tazzernator likes this.

Share This Page