RealTeleporter - 1.2.3?

Discussion in 'Archived: Plugin Requests' started by aidancbrady, Mar 3, 2012.

  1. Offline

    aidancbrady

    Hey everyone. I use, well USED a great plugin called "RealTeleporter" back in the great days of 1.1. I really, really, really need this plugin for my server TODAY, but unfortunately it broke after the 1.2 release. The source is public domain, and due to my low knowledge of the Bukkit API I would be flabbergasted if someone was willing to fork the code, get it working with 1.2.3, and recompile it for me.
    No, really. This would mean SO MUCH.
    Here is the link to the plugin's dev page:
    http://dev.bukkit.org/server-mods/realteleporter/
    Here is the link to the GitHub page:
    https://github.com/tickleman/RealTeleporter

    Thanks again.
    -Aidan
    Owner of OreCraft
    (www.orecraft.org)
     
  2. ill do i think
     
  3. Offline

    aidancbrady

    Thanks bro!
     
  4. Offline

    aidancbrady

  5. Last edited by a moderator: May 24, 2016
  6. Offline

    aidancbrady

    Oh yeah, I know that :p

    BLAAAH!
    16:24:32 [SEVERE] Could not load 'plugins/RealTeleporter.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.ClassNotFoundException: me.mannil.realteleporter.RealTeleporterPlugin
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:150)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:287)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:211)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.ClassNotFoundException: me.mannil.realteleporter.RealTeleporterPlugin
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    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:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:247)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:139)
    ... 8 more

    Forgot a class, I guess :p

    manniL
    Whoa
    Just decompiled, there are no classes inside WHATSOEVER.
    Just a minor problem.
    xD

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

    Sry. New DL is up
     
  8. Offline

    aidancbrady

  9. Offline

    aidancbrady

    Link?

    Got it :D

    D:
    16:32:42 [SEVERE] Error occurred while enabling RealTeleporter v0.41 (Is it up to date?)
    java.lang.NullPointerException
    at org.bukkit.plugin.SimplePluginManager.registerEvents(SimplePluginManager.java:467)
    at me.mannil.realteleporter.RealTeleporterPlugin.onEnable(RealTeleporterPlugin.java:238)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:336)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:363)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:250)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:232)
    at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:374)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:361)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)

    Something is wrong with onEnable() I think :/

    It may be my silly brain, but I just decompiled the code and I don't even see an onEnable() method xD

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
  10. fixed. new dl incoming
     
  11. Offline

    aidancbrady

  12. Offline

    aidancbrady

    OOHHH
    lol

    We're getting there :D
    16:41:09 [SEVERE] Could not load 'plugins/RealTeleporter.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NullPointerException
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:148)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:287)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:211)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NullPointerException
    at me.mannil.realteleporter.RealTeleporterPlayerListener.<init>(RealTeleporterPlayerListener.java:28)
    at me.mannil.realteleporter.RealTeleporterPlugin.<init>(RealTeleporterPlugin.java:29)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:144)
    ... 8 more

    Not sure what's wrong this time :/

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
  13. ill look at this in a few mins
     
  14. Offline

    aidancbrady

    Need a break?
    ;)
     
  15. Last edited by a moderator: May 24, 2016
  16. Offline

    aidancbrady

  17. found a new bug -.-
     
  18. Offline

    aidancbrady

  19. I know why. Don't worry, I'm searching for a fix.
     
  20. Offline

    aidancbrady

    Thanks ;)
     
  21. I'll stop the work on the Plugin. Sry bro, but its to huge.
     
  22. Offline

    aidancbrady

    Yeah, it is pretty big.
    Thanks anyway
     
  23. Offline

    turt2live

    Last edited by a moderator: May 24, 2016
  24. Offline

    aidancbrady

    Hm...
    12:27:38 [SEVERE] Could not load 'plugins/RealTeleporter.jar' in folder 'plugins'
    org.bukkit.plugin.UnknownDependencyException: RealPlugin
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:176)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:207)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:183)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:156)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
     
  25. Offline

    turt2live

    Ok, THAT I can fix :p
     
  26. Offline

    aidancbrady

    Good :D
     
  27. Offline

    turt2live

    Same link, fixed the issue
     

Share This Page