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

    TheRealKANi

    Ofcourse it's okay, I'm sending my hole sandbox server where everything new is tested before it's tranfered to my production server. But I'm "still" running [733], could it be there
    that the problem resides..?
     
  3. Offline

    GmK

    It keeps getting better and better!

    Feature request: Adding lines to a file ingame. I have some Admins that I do not want to give dedi access, but that I want to give the ability to e.g. add a line to the news.txt.

    Is that feasible or does it go against your philosophy of KISS?
     
  4. Offline

    Tazzernator

    Unfortunately, that is not something i'm willing to support. The UI of minecraft is just not cutout for the task.

    However, what I may do, is include the ability to link to txt files that are online (www.example.com/file.txt), or, a custom directory. /var/www/html/uploads

    But that's down the track.
     
  5. Offline

    GmK

    Darn, well...off to do a php interface where they can add lines to a .txt.... :D

    Thanks anyways!
     
  6. Offline

    Tazzernator

    Ok, def an issue with my logic here.

    The issue is happening when there is a line under the %include.

    Working on it.

    Ok, fixed the issue. I'm going to mass comment the update though for git before I build, ETA 20 minutes.

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

    TheRealKANi

    Brilliant tazz, I'm my mothers birthday right now, but when I get home I'm gonna test it
    When I get home..
     
    bLazem likes this.
  8. Offline

    Tazzernator

    Going to hold out the release for another hour or so while I add %news.

    [​IMG]

    [​IMG] [​IMG] [​IMG]

    Version 9

    • Fixed a major issue with %include_file.txt
    • Re-arranged code for %include and more, future proof.
    • Multiple %include_file.txt now work if they are on the same line.
    • If a line is left empty after a %include is found on it, it will not be shown to the user. (the empty line)
    • added %news variable
    • added news-file to the config.yml - this determines which file is shown when using %news
    • added news-lines to the config.yml - this determines how many lines to show when using %news.
    • Fully updated my comments for git.
    To upgrade, simply download the new jar and restart the server. Everything should be added to your config like clockwork.

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

    Ben91

  10. Offline

    Tazzernator

    You lines are wrapping onto a new line. You have to make sure that your lines in the txt file are no longer than a line in minecraft, or it breaks the header.
     
  11. Offline

    Ben91

    Thanks for the fast answer.

    I shortened all the news lines and now the news header is always shown. :)

    Thank you and keep your good work.

    ++
     
    Tazzernator likes this.
  12. Offline

    KiloWhiskey

    Did this fix to problem with %online_group? When I use that it gives like 2-8 of the same player name in the group.[​IMG]

    The config I used for this file is...
    Code:
    &cPlayers Online &f(&e%size&f):
    %online_Admin
    %online_VIP
    %online_Moderator
    %online_Trusted
    %online_Builder
    %online_Guest
     
  13. Offline

    Tazzernator

    It was not something I was able to replicate and troubleshoot.

    If possible, would you mind emailing me your complete setup excluding your world and server log?

    me [at] tazzernator.com


    I won't be able to trouble shoot it until ~wed due to assignments @ uni, but i'm yet to recieve a setup that has this issue to work with.
     
  14. Offline

    Rick

    y do i get this?

    2011-04-30 09:52:33 [INFO] [MCDocs] ERROR! One of the following is not found: %group %prefix %suffix for player rickjaruiz
    2011-04-30 09:52:33 [INFO] [MCDocs] ERROR! One of the following is not found: %group %prefix %suffix for player rickjaruiz
    2011-04-30 09:52:33 [INFO] [MCDocs] ERROR! One of the following is not found: %group %prefix %suffix for player rickjaruiz
    2011-04-30 09:52:33 [INFO] [MCDocs] ERROR! One of the following is not found: %group %prefix %suffix for player rickjaruiz
    2011-04-30 09:52:33 [INFO] [MCDocs] ERROR! One of the following is not found: %group %prefix %suffix for player rickjaruiz
    2011-04-30 09:52:33 [INFO] [MCDocs] ERROR! One of the following is not found: %group %prefix %suffix for player rickjaruiz
    2011-04-30 09:52:33 [INFO] [MCDocs] ERROR! One of the following is not found: %group %prefix %suffix for player rickjaruiz
     
  15. Offline

    Tazzernator

    The player rickjaruiz does not have a group/prefix/suffix.

    Find all occurrences of null in your world.yml and change them to two single quotes.

    Code:
    prefix: ''
     
  16. Offline

    Rick

    im using mcma that does Permissions Exporting. this is the only plugin with an issue. i was using essentialsgroupmanger but wanted to test phoenix permissions. i cannot manually edit world.yml because it will be over written
     
  17. Offline

    Tazzernator

    No, my plugin does not have an issue, your setup has an issue. I'd suggest powering down the server, changing the file, and then starting it up again.
     
  18. Offline

    Rick

    ive powered down and checked world.yml in permissions folder. no null, all ' ', it seems to be working but lots of errors. this is what i have for rickjaruiz

    groups:
    Admins:
    default: False
    info:
    prefix: '&9'
    build: True
    inheritance:
    - 'VIP'
    permissions:

    users:
    rickjaruiz:
    group: 'Admins'
    info:
    build: True
    permissions: []

    Also I just wanted to say, thank you for the plugin. Please keep up the good work. Hopefully you can point me to the right direction to solve this issue

    its mcma causing the issue and not creating suffix: ' ' in groups

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

    SamAdam17

    Plugin seems to work great, other than "%online_" repeating the username every time someone does "/motd" will this be fixed soon?
     
  20. Offline

    Harrison Blake

    Can someone please help me with the online players part of the MCDocs? A bit confused with it. If possible, could you paste the setup you have in the picture shown at the top? That's what I want mine to be like but can't quite get it right! :(
     
  21. Offline

    RTRD

    Thanks for implementing %news!
    <3
     
    Tazzernator likes this.
  22. Offline

    Tazzernator

    Download the zip from the wiki.

    It's an issue I'm trying to fix.
     
  23. Offline

    Harrison Blake

    What zip? D:

    Unless I'm being stupid and blind there is no zip...
     
  24. Offline

    RTRD

    Harrison Blake and Tazzernator like this.
  25. Offline

    Harrison Blake

    Thanks @RTRD... if it's not a bother would you mind telling me, if you know, why when it displays a name is says 'prefix harrisonblake' and not just harrisonblake?
     
  26. Offline

    Tazzernator

    If you have permissions installed, your prefix is prefix: 'prefix'

    if you do not have permissions installed, you need to remove the prefix in the config.yml under

    Code:
    online-players-format: '%name '
     
  27. Offline

    Harrison Blake

    Code:
    online-players-format: '%name '
    
    That is my code, yet when I log in it still says: Online (1): %prefixHarrisonblake21%
     
  28. Offline

    Tazzernator

    You need to reload mcdocs if you make changes to the config.yml

    say ingame /mcdocs -reload


    All this information can be found by reading the wiki. I will not respond to further questions that I have already outlined on the wiki.

    That is all.
     
  29. Offline

    Harrison Blake

    Thanks for the help, got it all done!
     
  30. Offline

    Black_Jack

    The same problem. Nothing goes to console, nothing errors. Just a lot of names.
     
  31. Offline

    Tazzernator

    Would you be so kind and willing to please email me your full craftbukkit directory NOT including your world and serverlog? Archive it [zip/rar]

    me [at] tazzernator.com

    It will be very usefull in finding the issue.

    I'm still yet to receive one directory that I can debug.
     

Share This Page