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

    Tazzernator

    Yeah that's your setup issue.
     
  3. Offline

    tremor

    Still not liking how this permissions / group manager - war-ish thing is panning out.. it's like plugin devs and server admins alike are having to pick a system and go with it. Oddly enough in this particular instance though, I removed HeroChat Plugin.. and sudddenly everything worked.
     
  4. Offline

    Tazzernator

    You can understand why I hesitated to initially include such a plugin as Permissions and simply wanted the founding bukkit devs to implement permissions in the core API sooner than later.
     
  5. Offline

    Daniel Heppner

    I might try updating this plugin... I might find some time tonight.
     
  6. Offline

    Tazzernator

    lol.
     
  7. Offline

    Daniel Heppner

    This hurts me. :(
    I really have no idea what I'm doing when it comes to Bukkit plugins, but I thought I might try, eh? Is there something you know that I don't? Am I wasting my time?

    O wait...
    this is your plugin. You know everything about this and I know nothing. So yes, I'm wasting my time.
     
  8. Offline

    Tazzernator

    I would assume that I have the basic understanding and the concept of the general structure of the code I have written as it is indeed my plugin that I have followed through from birth to what it is today.

    At the moment I am simply waiting to read up on why the onPlayerCommand() Method was removed and the alternative that is now available- and if I can adapt that to how I currently build my records of the list in the MCDocs Commands class.

    I've already said I've set aside tomorrow to update it, so why bother and have the trouble?

    If you wish to learn how to code for bukkit - You should either pick up where a developer is declared now absent from the community - Or ideally, gather a sufficient idea and develop your own plugin. :D
     
    Daniel Heppner likes this.
  9. Offline

    Daniel Heppner

    Okay, thanks. It's a great plugin and I want to use it, but I can wait. And I'm still learning Java. I do understand a lot, though, so I think that if I had to, that I could update this. Back to the Java book... :D
     
  10. Offline

    Jandalf

    could u uptade the onCommand event for CB454+ ?
     
  11. @Jandalf he said he would fix it tuesday, and considering he is located in the US, that will most likely be afternoon/night for most european... ofcourse depending on timezone. He did write "I'm home tuesday and will update then" so i hope he remembers it :) be patient and wait for tomorrow
     
    Tazzernator likes this.
  12. Offline

    Jandalf

    ah yes i forgot about him being away, but in the meantime i have set up my whole help file system for each group:) thanks for this great plugin
     
    Tazzernator likes this.
  13. Offline

    ndm250

    its tuesday!!!!!!!
     
    Tazzernator likes this.
  14. Offline

    Daveyo

    it is tuesday
     
    Tazzernator likes this.
  15. Offline

    Tazzernator

    [​IMG]

    lol

    Yeah uni already hammered the homework - I'm having a look now pre uni @ 1:30

    So I have about 2 hours before I have to leave - If i cannot complete it by then - I'll have it done by tonight :)
    --- merged: Mar 1, 2011 11:42 PM ---
    MCDocs v5.2.2


    Changes:
    • Updated to conform to the changes in the bukkit API (onCommandPreprocess)
    Download: ZIP | JAR
     
  16. Offline

    Daveyo


    wow, really helps to organize the server, thanks dude
     
    Tazzernator likes this.
  17. Offline

    Thanks4trying

    is there a way to turn off the prcoess thing?
     
  18. Offline

    Tazzernator

    what?
     
  19. Offline

    Thanks4trying

    is there a way to turn off the thing that is the prcoess thing everytime that pop-up when you use a command
     
  20. Offline

    Tazzernator



    Oops - I seem to have left debugging code in the app - But I'm at uni atm and can't rebuild it....

    ...Hold the downloads :s
     
  21. Offline

    Thanks4trying

    is there a way i could fix it for now?
     
  22. Offline

    Tazzernator

    You could download the source from my github - fix what I've left in and then compile it yourself...

    Issue fixed now btw - You can redownload v5.2.2 here..

    Download: ZIP | JAR
     
  23. Offline

    SliMeY_G

    Ahh, don't ya love the patient type?

    Back on topic, thanks for the update Tazz, as always, a sterling job :-D
     
    Tazzernator likes this.
  24. Offline

    Tazzernator

    cheers mate :)
     
  25. Offline

    MintyAnt

    Hey there!

    First off, thanks a lot for this plugin. Its dynamic, since it lets us create any file. And its so strangley useful, especially for things like /help!

    I downloaded 5.2.2 and I got the following error. Any ideas, or did I download the wrong file or somesuch?
    Code:
    02:46:46 [INFO] MintyAnt [<snip>] logged in with entity id 203
    02:46:46 [INFO] Loaded world: world
    02:46:46 [SEVERE] Could not pass event PLAYER_JOIN to MCDocs
    java.lang.NullPointerException
            at com.tazzernator.bukkit.mcdocs.MCDocsListener.groupMotd(MCDocsListener
    .java:281)
            at com.tazzernator.bukkit.mcdocs.MCDocsListener.onPlayerJoin(MCDocsListe
    ner.java:270)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.ja
    va:125)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:225)
            at net.minecraft.server.ServerConfigurationManager.a(ServerConfiguration
    Manager.java:98)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:68)
            at net.minecraft.server.Packet1Login.a(SourceFile:46)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:34)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)

    Build: 484

    Plugins:
    CommandHekper
    Craftbook (Main, Circuits, Mechs, Vehicles)
    DeathTpPlus
    Elevators
    Essentials (Core, Ban, Spawn, Tele, Warp)
    iChat (New one)
    MCDocs :)D 5.2.2)
    MinecartMania (Core, Auto, Chest, Sign, Station)
    MobRider
    Nether
    Permissions
    PumpkinDiver
    rTriggers
    SignColours
    Stats
    TravelPortals
    Worldedit
    Worldgaurd

    Minecraft: Beta 1.3 (of course)

    Thanks for any help you can offer
     
  26. Offline

    Tazzernator

    @MintyAnt

    Looks like an Issue with your permissions setup.
     
  27. Offline

    MintyAnt

    Thanks for the reply.
    Does this mean the interaction between permissions (phoenix) and mcdocs is wonky, or that my permissions file (the document with the groups and whatnot) is incorrect?
     
  28. Offline

    Tazzernator

    I've confirmed working permissions for myself - So I'm assuming it's your setup.

    The plugin is crashing when it tries to find your user's group.
     
  29. Offline

    kush

    Hello,
    Thanks for the update!
    I'm trying to setup different motd files for different groups. My commands.txt file has:
    /motd:motd-default.txt:default
    /motd:motd-default.txt:member
    /motd:motd-mods.txt:mods
    /motd:motd-admins.txt:admins
    Whenever anyone in any group logs in the motd doesn't show up at all. but if /motd is typed it the msg comes up just fine. It seems as tho on start up it only wants to read from the file motd.txt only. I have restarted the server and I did disable the motd command in essentials. I also have mcdocs.* set for the default group in groupmanager.
     
  30. Offline

    Tazzernator

    Your setup looks fine, does motd.txt show instead of your group files?
     
  31. Offline

    kush

    yes and if I remove it completely nothing shows up on log on.
     

Share This Page