Inactive [ADMN/WEB] myBukkitAdmin v.9 Beta - Administer your Bukkit Server from the web *NEW INFO* [1337]

Discussion in 'Inactive/Unsupported Plugins' started by DigitalTyrant, Jun 17, 2011.

  1. Offline

    DigitalTyrant

    Minecraft Server Manager - Full featured administration software for your Minecraft Server. Web Administration, Backup, Permissions, In-Game Commands and More!

    Updated: 11/14/2011
    Version: v.9b [jar]
    CraftBukkit: [b1337jnks]
    Description:
    myBukkitAdmin adds the ability to view and modify your server and plugins via a website. This plugin is fast and easy to setup.​

    Feedback: http://mba.idea.informer.com/

    Get updates on TWITTER!

    myBukkitAdmin is still in a beta phase. Let me know if you have any issues let me know.


    Installation and Usage information available at Mymchost.com
    Bukkit has requested that I stop receiving donations to allow the community to be a part of the beta, so as of today beta keys are no longer available. The cost to run this service is more than I can afford to bear on my own so if you would like to keep this service around and see v1.0 released please support this project by sending us a Donation

    With the release of v.8b a file will be created called monitor.jar. This program monitors your bukkit server and restarts it if the server crashes or the /restart command is used. If you choose not to use the monitor program, you can disable the monitor by adding or changing the line within /plugins/myBukkitAdmin/config.yml to say
    Code:
    monitor: false

    If you have a beta key:
    1. Goto http://www.mymchost.com/hosted/betajoin.php
    2. Create an account using your Beta key
    3. Check your e-mail for activation message
    4. Click Activation link, login using your username, password and activation code from e-mail
    5. Create a server by clicking "Add New Server"
    6. Type in Server details including a unique Privacy Key
    7. Download the latest version of myBukkitAdmin from the Account Page or Link above
    8. Install it on your server and start your server up
    9. Open config.yml in the plugins/myBukkitAdmin folder on your server
    10. Type in the Username you created to login to MyMcHost.com
    11. Type in the Privacy Key you created for this server
    12. Reload your server
    13. Win!
    If I missed anything or if these instructions didn't work for you, please let me know so I can adjust accordingly. The installation instructions @ MyMcHost.com will be undergoing some reformatting soon, hopefully this helps until then.


    [​IMG]

    Thanks and Enjoy!
     
  2. Offline

    kleberson

    the beta key is exhausted, you need to make a donation, I did, but not received, lost USD 2.00
     
  3. Offline

    MythBuster28

    Dude I didn't get the beta key
    Can you send it to my email
    Thinks
    Email:[email protected]

    I didn't get my beta key
    But I paid

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

    DigitalTyrant

    I tried sending a key to your email address above, but it was returned:

     
  5. Offline

    MythBuster28

    Can you try another one?
    Gmail:[email protected]

    You send the key to that email thinks

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

    MythBuster28

  7. Server Error:
    [SEVERE] Could not load 'plugins\myBukkitAdmin.jar' in folder 'plugins'
    Please help, i need to get this working.
     
  8. Offline

    peterpapa24

    wait i have to pay for this? ugh
     
  9. Offline

    MythBuster28

    Hey!!!
    I am waiting for the key!!!!
     
  10. Offline

    BenFudge

    Dont expect it. We paid and he went inactive. I have my key, but the plugin does this now.

    2012-07-06 22:31:41 [SEVERE] Could not load 'plugins/myBukkitAdmin.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:149)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:213)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:550)
    at org.bukkit.Bukkit.reload(Bukkit.java:182)
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:479)
    at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:475)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:612)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:581)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:791)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    at net.codej.mybukkitadmin.myBukkitAdmin.<init>(myBukkitAdmin.java:37)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:145)
    ... 13 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
    at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    ... 32 more
     

Share This Page