Inactive [MISC] MCMA_Compat r14 - McMyAdmin Compatibility Plugin [818]

Discussion in 'Inactive/Unsupported Plugins' started by PhonicUK, Apr 13, 2011.

  1. Offline

    PhonicUK

    MCMA_Compat - McMyAdmin Compatibility Plugin
    Version: r16B

    This plugin provides improved compatibility with McMyAdmin when using newer versions of bukkit.

    MCMA_compat is shipped as part of McMyAdmin itself, it can be found in the Minecraft/Plugins directory in the main download.

    Features:
    • Suppresses "Unknown Command" errors when using McMyAdmin commands such as /giveme
    • Allows McMyAdmin to properly pick up used in-game commands
    • Allows McMyAdmin to properly acknowledge user kicks
    • Stops server-side tells from showing as whispers (Doesn't apply to player -> player whispers)
    • Adds the "kickreason" (/kick <player> <reason>) command.
    • Adds the "ping" (/ping <message>) command.

    Changelog:
    Version r16B:

    • Rebuild against Bukkit 1337.
    • Support for MCMA 0970 commands (/day, /night, /creative, /survival)
    • Fix for 'command not found' type messages.


    Version r14:
    • Rebuild against Bukkit 818.
    Version r13:
    • Fixes behaviours for the "kick" and "kickreason" commands.
    Version r12:
    • Add 'ping' command, (/ping <message>) the server will reply with whatever you say
    • Cleaned up command handling code
    • Whispers and tells are logged properly in the console
    • Added a 'tag' that's written at start for future versions of MCMA.
    • Updated for 674
    Version r10:
    • Initial public release
    • Built against 670
     
  2. Offline

    Dreadreaver

    theres only a windows version, for linux you have to use mono
     
  3. Offline

    PhonicUK

    It's the same binary regardless of what platform you're using. It's not just a Windows version. See http://wiki.phonicuk.com/Installing-McMyAdmin.ashx

    Main thing is that you use start.sh instead of McMyAdmin.exe when using Linux and you need to have Mono installed.
     
  4. Offline

    Wickot

    Any news on an 733 update?
     
  5. Offline

    PhonicUK

    Coming in the next MCMA release (Targeting 740)
     
  6. Offline

    Deathfromace

    I just started using MCMA less then a week ago and it is great. I also started using bukkit because MCMA supported it and all is working fine.

    I do get a line 183 error (when I first start server) now that im using bukkit but it does not seem to cause any issues.
     
  7. Offline

    Jonathan Bloom

    Is it possible to disable /lookup since MCBans uses that command?
     
    jessenic likes this.
  8. Offline

    icomeinpieces

    i find that if i have multi level MOTD the MCmyAdmin says there is errors upon restart and kills my whole MOTD except the first line (everything after the first \n character) and then every complete restart after that it no longer complains

    Feature Request: ability to set suffix and prefix entries for groups and users in the permissions file as well as per user permission handling (not just group based permissions)

    and as well keep up the great work aside from my feature request permissions integration has been a life saver for me. :)

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

    Nelien

    When McMyAdmin runs /ping once every two minutes (which is completely spamming my server.log btw....) the return command /pong MCMA is not working as the console returns a "Unknown console command. Type "help" for help." error. Not noticing any effects of this but I'm guessing it's not a good thing.

    I'm also experiencing this error when loglevel is set to 0:
    Code:
    [Debug]    13/05/2011 19:30:00 Exception in SystemThe remote server returned an error: (503) Server Unavailable. at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult) at bh.a(IAsyncResult A_0
    It happens once every 15 minutes so my guess would be it has something to do with the Save world command(s)?

    Again, nothing I've had specific problems with but I would like this to work properly, preferably with no error spam of error messages you know :).

    Btw, I'm running McMyAdmin version 0.9.4.0 Enterprise, (web frontend 1.9.9.4), bukkit 766 and MCMA_compat r13.

    Thanks for a very useful software Phonic!
     
  10. Offline

    Plague

    CB 674 - inactive
     
  11. Offline

    PhonicUK

    Released: r14 - Rebuilt against Bukkit 818.
     
  12. Offline

    jessenic

    I second with that, please give us the ability to disable /lookup
    Also, /invite and /whois are in use by other plugins that I use ;(
     
  13. Offline

    icomeinpieces

    does the new version support both the standard and sql versions of permissions 3.0?
     
  14. Offline

    Stephen Rieger

    I'm Eager to try this one out!
     
  15. Offline

    Kardac

    Hmm. Getting an error after update to MC 1.6.6 and latest supported bukkit. Any ideas?

    Server Backend Version0.9.4.9 Enterprise0.9.4.9
    Minecraft Server Version1.6.61.6.6



    Code:
    2011-06-06 14:23:09 [SEVERE] Error occurred while enabling BukkitCompat vr14 (Is it up to date?): null
    java.lang.NullPointerException
    at com.mcmyadmin.bukkitcompat.BukkitCompat.onEnable(BukkitCompat.java:34)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  16. Offline

    PhonicUK

    Apparently having the "essentials" plugins loaded stops MCMA_compat from starting, no idea why - still looking into it.
     
  17. Offline

    RTRD

    @PhonicUK I get the error to! :)
    CB818, Essentials 2.3.1
    Code:
    2011-06-08 19:04:24 [SEVERE] Error occurred while enabling BukkitCompat vr14 (Is it up to date?): null
    java.lang.NullPointerException
    at com.mcmyadmin.bukkitcompat.BukkitCompat.onEnable(BukkitCompat.java:34)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:125)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:750)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:253)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:134)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:112)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:232)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:219)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:146)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     
  18. Offline

    Letalis

    How the update going? Towards CB860, essentials 2.3.3 and your MCMA_compat file
     
  19. Offline

    thernztrom

    Wondering the same thing.. A status report please? :)
     
  20. Offline

    larsy1995

    One thing i want to say is that the MotD from McMyAdmin isn't working if you use HeroChat. I hope this can be fixed(if there is something you can do), as i need the MotD, and it keeps me from using HeroChat. HeroChat is the most popular chat plugin there is.
     
  21. Offline

    newyorkdaily

    Code:
    2011-06-23 20:21:26 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-889-g22f4388-b928jnks (MC: 1.6.6)
    2011-06-23 20:21:33 [INFO] MCMACOMPAT r14
    2011-06-23 20:21:33 [INFO] McMyAdmin Compatibility Plugin version r14 started.
    LOLOLOL, well believe it or not, at least from my experience, this never ever worked with any of the builds that it said it was compatible with. Well somehow this works perfectly with the Newest Recommended build announced like an hour ago, build #928. I think thats pretty ironic in a way.
     
  22. Offline

    icomeinpieces

    Interesting I have had little to no trouble with this plugin actually, at least while it's running. The only thing i notice is that it doesn't say that the server is shutting after the player is kicked out, like it does when you restart the server when the command is issued from in game.
     
  23. Offline

    newyorkdaily

    Yea, this is the FIRST time this plugin has not come up with a null error for me on startup, even when i was using Craftbukkit #818, eventually i just came to except it lol but i think its so odd how these two are compatible with eachother
     
  24. Offline

    icomeinpieces

    indeed i agree, lol just watch now he will update to the new RB and it will be all back to "normal"
     
  25. Offline

    newyorkdaily

    lol i wouldnt doubt it, ill be sure not to download the latest version ;)
     
  26. Offline

    STHedgeHog

    This hasnt been updated in a while but i'll ask anyways. Is there anyway to turn off that annoying /ping every 2 mins, my logs are full of them and it makes them hard to read and over sized for no real reason.
    Ive tried just removing MCMA but then i get a "Connected players" message come up every 2mins instead :s
     
  27. Offline

    Dreadreaver

    Word, sucks so hard. My logs are so big and almost unreadable and just because of these constant pings. I was thinking about buying McMyAdmin but as this issue still persists I don't see why I should spend money for this. I could probably write a plugin that stops these errors from showing up in the log but wtf this is your job @PhonicUK

    Just saying, otherwise I love McMyAdmin and if you could finally fix this issue I would probably buy a license soon.
     
  28. Offline

    icomeinpieces

    i would buy a license as well if not for this and total lack of multiworld support (for permissions in particular).
    It would be nice if there was a row of tabs along the top that would switch McMyAdmin web interface to control and deal with each world, and one extra tab labeled global for all worlds so one could talk to everyone on all worlds at once or talk to players on one world through console. same idea for permissions 3.x, if on the global tab would write to the global part of permissions and each world writes to there respective files.
     
  29. Offline

    NoPride

    McMyAdmin is shiped with the plugin get it at http://www.mcmyadmin.com/Download.aspx
     
  30. Offline

    icomeinpieces

    in case anyone want to know this plugin is updated to 15 now it seems. just got an update to my server software, and an update to this plugin as well.
     
  31. Offline

    alexmack929

    Does this allow the Prefuxes and colors set in McMyAdmin to work, and if not, how do I get them working because I'm not very clever and practically killed my server while installing permissions so I gave up. (Nobody could place blocks or use commands even when an Admin rank)
     

Share This Page