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

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

  1. Can you make this work with IConomy 6
     
  2. Offline

    Valrix

    It should already work with iConomy, I'll check it out and see what's wrong.
     
  3. Offline

    1born2kill

    Sweet plugin :D
     
  4. Offline

    sutemati

    hey dude! PLEASE (and if i say please i mean please ^^) PLEASE please add multiworld support!
    the vip's on my server have the permissions for btb but it isnt working between multiple worlds :(
    please add this dude! :)
    awesome plugin btw ;D
     
  5. Offline

    Valrix

    That's in the works, I promise.
     
  6. Offline

    Valrix

    As an easier way to manage answering your questions and such, BackToBody updates/etc. will be managed in BukkitDev instead. Please understand that it makes it easier on me to answer your questions, etc. this way compared to leafing through the thread. By the way, keep an eye on the link I provided, you'll start seeing peeks of what the next update is bringing as I work on it. Many of you will be pleased, I promise.
     
  7. Offline

    Thequickthinkin

    Customize the command from /btb Could you make a option?
     
  8. Offline

    Valrix

    Actually, that's something you can already control by changing your bukkit.yml to alias /btb to whatever else you'd like.

    Currently your bukkit.yml will have this at the end:
    Code:
    aliases:
        icanhasbukkit:
        - version
    All you need to do is add two lines or change it to look like this:
    Code:
    aliases:
        icanhasbukkit:
        - version
        btb:
        - yourcommandhere
    where "yourcommandhere" is whatever you want to use instead of /btb
     
  9. Offline

    Thequickthinkin

    Can you do this for any plugin? :)

    Does not seem to work, I try both of these:
    Code:
    icanhasbukkit:
        - version
        btb:
        - back
    And
    Code:
    icanhasbukkit:
        - version
        btb:
        - /back
    When I do this not even /btb works...

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

    RaesWolf

    does not work with permissions 316
     
  11. Offline

    khamseen_air

    Indeed it does not.

     
  12. Offline

    Dalinius

    I created a ticket for this last week on BukkitDev but I am not sure if you are checking over there yet so I will post it over here just in case:

    I am trying to setup this plugin, but I am encountering some difficulties. When I started my server after placing the .jar file in my plugins folder, a new BackToBody folder was created and a config.txt file was also created inside of that folder. When I opened the config file all that was in it was what is listed below:
    # BackToBody Properties File
    cost=0
    Seeing as how I want to charge my users for using the /btb command I set the cost to 25 and then logged into the game to test it out. Upon using the command I got a message stating that Your admin would like to charge you, but didn't enable iConomy. I am at a loss as to how to enable it, as there were no other options listed in the config file and I cannot see where you have listed any other available options. Could you provide me with a list of config options that I can use to setup this plugin? Thanks.

    p.s.
    I should also note that I tried deleting the config file and then restarting my server to see if that would change anything, but again I got a config file with just those two lines in it.
    In case it is important I am using BOSEconomy.
     
  13. Offline

    Valrix

    Which is why it states "iConomy". I've been working on having it use Register so all major economy plugins are supported. I'll have that ready in the next version.

    That's how it should work...I'll need to try a few things out it seems...

    EDIT: That's not how it works, it should be:
    Code:
    icanhasbukkit:
        - version
        back:
        - btb
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 9, 2016
  14. Offline

    Valrix

    Okay everyone, v2.5 is out. I'm migrating everything from here to BukkitDev, so if you want it you'll need to go here to get it. From now on I won't be watching this, I'll be paying attention to BukkitDev since it makes things much easier for me. The first post will be changed to make sure everyone knows of the change.
     
    khamseen_air likes this.
  15. Offline

    dwi

    I see this plugin does not work with PEX, isn't there any similar plugin? I just need notify dead player, that he can teleport to his dead body for xx money using /xx command. (iConomy 6, PEX, CommandBook)
     
  16. Offline

    Don Redhorse

    well it does support pex via superperms... like DeathTpPlus does too
     
  17. Offline

    TheLavaGuy

    Is this like
    "Use /back command to return to your death"?
    If not where can I find it? ^^
     
  18. Offline

    Don Redhorse

    yes it is, the /back comes from essentials iirc, but there are other plugins (mainly teleport plugins) which have a / back to (but that is than more general).

    if the author doesn't update his plugin for R5 you can try to use DeathTpPlus which has some more functionality, otherwise you will need to bother the author to update for R5
     
  19. Offline

    firewalled

    This uses /btb and returns you to your remains if you die.
     
  20. Offline

    Valrix

    This.
     
  21. Offline

    khamseen_air

    Valrix
    Not sure if you get notified of tickets on DevBukkit so thought I'd best post this here too.
    With RB 1988 the following error occurs on load;
    Code:
    [SEVERE] Error occurred while enabling BackToBody v2.5.1 (Is it up to date?)
    java.lang.NoClassDefFoundError: org/bukkit/event/Event$Type
    at com.sparkedia.valrix.BackToBody.BackToBody.onEnable(BackToBody.java:116)
    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:369)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:356)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:187)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:420)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.Event$Type
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    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(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 11 more
     
  22. Offline

    Valrix

    That's because it still uses the old event system. I still need to update it to the new one; however, I'm currently sick and still having to work from home. No rest for the wicked.
     
  23. Offline

    khamseen_air

    That's understandable man, just wanted to give you a heads up. Hope you feel better soon. :)
     
  24. Offline

    Killburner

    @Valrix any idea when you'll have this updated? DeathTpPlus is overkill for my needs.
     
  25. Offline

    Valrix

    I'm working on it. Maybe this weekend I'll push out an update, but my job has been keeping me pretty busy lately and my weekends tend to go to me so I can relax and enjoy myself. I've reworked the event system to match the newer method of event handling, but I still need to iron out permission problems.
     
  26. Offline

    migsthegod

    Awesome. Can't wait for an update of this :)

    Got any dev builds we can test? :D
     
  27. Offline

    Valrix

    Not yet, I've been working on the function that'll build a safe area around the player and optionally save their dropped items in a chest next to where they died. I could just get it mostly working and push out an update, but I hate doing that, so it'll be a bit before a new version is out. Plus with the newer builds apparently breaking plugins it's best to take it slow so I don't have to do a new update every other day.
     
  28. Offline

    liralmogadi

    Hey, The basic plugin is good too!
    I know, and I understand that "every day update" problem, but we just want it to work for 1.2.3+!
    Please, Release the basic form that will atleast be updated, and later u can release the better version! =]
    Also, remember, make everything optional, because I don't really want those new features... =[
     
  29. Offline

    DallyLolli

    I'm getting this error upon starting up my server:

    [​IMG]

    Any idea why, or what I can do to fix it?
     
  30. Offline

    khamseen_air

    The plugin hasn't been updated, you'll have to remove it for now.
     

Share This Page