[TP] BackToBody v2.5 - Post-Death Teleport [BukkitDev]

Discussion in 'Archived: Plugin Releases' started by Valrix, Feb 18, 2011.

  1. Offline

    clawdz18

    Great idea... but it dont work for me i've tried killing my self multiple ways and then when i try to use /btb i just get an enternel error

    edit: thought i might add that im using CraftBukkit build:617 and your download like of 617
     
  2. Offline

    Valrix

    Hmm, I'll check it again. If it checks out, you may want to make sure you have the latest version. I'll also update the plugin link again to make sure.
     
  3. Offline

    ksevelyar

    Multiworld support?
     
  4. Offline

    CyborgOne

    Code:
    14:32:35 [SCHWERWIEGEND] Nag author: 'Valrix' of 'BackToBody' about the following: onPlayerJoin has been replaced with a new signature, (PlayerJoinEvent)
    
     
  5. Offline

    Valrix

    Hmm, I think I know how to add that. I'll see about adding it.

    I thought I already fixed that...
     
  6. Offline

    firewalled

    I have problems with v1.6 on bukkit b617. Your site says 1.7, but the version number inside the .jar you post in your thread says 1.6 in plugin.yml. Did you forget to update something?
     
  7. Offline

    Valrix

    I'll build it again and update the jar. One sec..

    EDIT: Ok, there we go. I just rebuilt and replaced the JAR.
     
  8. Offline

    KaWie

    Still getting this:
    Code:
    23:11:39 [SCHWERWIEGEND] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'btb' in plugin BackToBody v1.7
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:233)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:594)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:557)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:551)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
            at com.sparkedia.valrix.BackToBody.BackToBody.onCommand(BackToBody.java:108)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
            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:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
            ... 14 more
    
    EDIT: Sorry for my stupidity, it's a little bit late. So I need the Permissions plugin for this to work, right?
     
  9. Offline

    Valrix

    At the moment, yes. Until I can figure out how to make Permissions an optional thing (which I thought it was...)

    EDIT: I just figured out the problem, I'm updating the JAR now, will edit the thread with the update once it's ready. Don't download until the thread has changed please.
     
  10. Offline

    brnrakaen

    So with 1.9, whenever someone uses /btb it generates this error:

    Code:
    2011-04-08 08:09:38 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'btb' in plugin BackToBody v1.9
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:233)
        at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:594)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:557)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:551)
        at net.minecraft.server.Packet3Chat.a(SourceFile:24)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
        at com.sparkedia.valrix.BackToBody.BackToBody$1.onCommand(BackToBody.java:110)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
        at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:264)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)
        ... 14 more
    
    I know there were prior issues with Permissions not being installed, and I'm not sure if this is the same thing or not.
     
  11. Offline

    Valrix

    Yeah, that says it's being caused by not having Permissions. I'll have to see why it's not properly falling back.
     
  12. Offline

    khamseen_air

    Tried and tested on 670, appears to be working well. :)
     
  13. Offline

    Valrix

    Thanks for the feedback :)
     
  14. Offline

    hofec

    If I try to move on with /btb com., thats get me into the underground where I then suffocate .. is it normal? :confused:
     
  15. Offline

    Salrith

    Right...

    I'm running Bukkit 677. Running the latest version of Permissions. Made sure the node is in properly. I'm an Op.
    Anyone typing /btb -- nothing happens.. It doesn't do anything. It's as if nothing was typed.. 3:

    This is one of the best plugins out there, in my opinion, and it always worked until now... I recently changed to a brohoster server. It now no longer works at all v.=.v
    Any ideas..? Not really sure what more information I can give you, as I don't have access to the console, what with it being brohoster and all.

    Yeah..! This is my permissions settings by the way --

    Code:
    plugin:
        permissions:
            system: default
    
    groups:
        Default:
            default: true
            info:
                prefix: (guest)
                suffix:
                build: true
            inheritance:
            permissions:
                - 'general.spawn'
                - 'myhome.home.*'
                - 'varietree.random'
                - 'nethrar.use'
                - 'lockette.create.*'
                - 'backtobody.btb'
        Moderator:
            default: false
            info:
                prefix:
                suffix:
                build: true
            inheritance:
                - Default
            permissions:
                - 'general.time'
                - 'general.teleport'
                - 'general.teleport.here'
                - 'general.player-info'
                - 'lockette.create.*'
                - 'backtobody.btb'
        Admins:
            default: false
            info:
                prefix: ~
                suffix:
                build: true
            inheritance:
            permissions:
                - '*'
    
    users:
        salrith:
            group: Admins
            permissions:
        dopy:
            group: Admins
            permissions:
     
  16. Offline

    Valrix

    If you died somewhere that may have caved in or something then yes, it just takes you back to the exact place you died. In the future it will create a safe area around you. Still haven't figured that out yet though.

    Hmm... There was a recent update, I'll have to check up on that real quick.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 9, 2016
  17. Using /btb and never having died kills you and you loose items. -Fix: require death before usage.
    As it is now you can also use /btb multiple times effectively making it a free spawn point. -Fix: Only allow 1 use / death.
     
  18. Offline

    Valrix

    Quickly patching that now.
     
  19. Thanks.
    Edit: Sorry, to bother again, but seems new version still has old version string.
    Edit2: Also seems i can no longer use the plugin. You do not have permissions to use that command!
    Nothing have changed in the config here, just unloaded old and loaded new.
     
  20. Offline

    Valrix

    Stop the server. Delete the old config and .jar, then put in the new .jar and start the server. Sometimes the server doesn't notice the changes unless you do that. Not sure why.
     
  21. Tried that now and it still loads as 2.0 and still wont let me use it.
    Edit: Is there any additional information i can supply that may be of use?
     
  22. Offline

    Kainzo

    Interesting plugin
     
  23. Offline

    Valrix

    I'll try updating the .jar again.

    Thanks :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 9, 2016
  24. Well, still not working. Put the old one back in and reloaded and it started working right away. Appears i had 1.9 before and not 2.0. Still, it works... somewhat :)
     
  25. Offline

    Valrix

    "Somewhat"?
     
  26. With somewhat i mean v1.9 functionality and above fixes not implemented.
     
  27. Offline

    Knochenlutscher

    Hello..

    I've experienced some trouble using BTB..
    I'm using the latest build (downloaded today) with Permissions.
    So I tested it right away (/btb in chat after dying) and it's telling me that I don't have the permission to use /btb.
    I'm OP on my Server and have all permissions enabled for my Username.(permissions: '*')

    What can I do to make it run?
     
  28. Its the same as i posted about yesterday, hes working on it i think. Version 1.9 works though, you can use that one.
     
  29. Offline

    Valrix

    Yeah, I'm working on it. I'll have to try out a few things and try to find out what's wrong with it.
     
  30. Offline

    hofec

    Same thing .. OP/Admin on my svr .. and No-Perm message :D Anyway Valrix, thank you for support and work on this plug ! :cool: Patiently waiting for hotfix 2.1 update [fire]
     

Share This Page