[ABANDONED PLUGINS] I will bring them up to date for you! {help required updating, loads to do!}

Discussion in 'Bukkit Help' started by codename_B, Mar 1, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    MinecraftDaemon

  2. Offline

    Pokejml

  3. I also need this one.
    BukkitDev link: http://dev.bukkit.org/server-mods/scheduled-announcer/
    GitHub (May not be up to date) https://github.com/hohl/ScheduledAnnouncer

    Also, I think this looks like a good replacement, haven't looked in to it too much though.
    http://dev.bukkit.org/server-mods/autoannouncer/
     
  4. Offline

    tyzoid

    ATTENTION
    If you want your plugin updated more quickly, post a link to the source (i.e. github).

    All posts without links will be ignored, and all plugin requests without github (or other source links) will take longer to be updated.

    Also, check the spreadsheet to see if the plugin you are looking for has already been updated:https://docs.google.com/spreadsheet/pub?key=0ApGUEm1R916SdDlId3dneVpvWERZMk8yTHNhS2RJN1E

    Other places to check for your updates:
    http://bpermissions.com/1.2/
    http://tyzoid.tk/Uploads/1.2/
    http://dustplanet.de/1.2/
    http://www.hammhome.net/alex/java/1.2/

    Remimber:
    If you are a bPermissions user, please say so, as you will get priority over other updates.
     
  5. Offline

    DaEgo

  6. Offline

    MindlessKyle

    Could you please update SunBurn? It's important for my server.
    github - https://github.com/Ahniolator/Sunburn
    Thank you
     
  7. Offline

    obnoxint

  8. Offline

    andune

    I forked it, updated it for 1.2.3 and immediately set to turning it into an armageddon mod. You're welcome to clone and build if you like scorched earth. (warning: it WILL burn your server. only do this on a map you don't mind watching turn into an armageddon wasteland)

    I might consider making the armageddon part a config flag and releasing it so people can choose what they want. I'll wait and see if the original author returns anytime soon and wants to keep maintaining his mod.
     
    MindlessKyle likes this.
  9. Offline

    obnoxint

    MindlessKyle , you should give this person a big like, for seriously trying to maintain his product!
    I could build the plugin for you but I don't feel like maintaining it, if morganm already does. This includes maintaining the project on dev.bukkit.org...
     
  10. Offline

    Shalobee

    get a chance to look at dynamic market? My server really relies on that one and i didn't see it in the spreadsheet so didn't know if it just got missed or what. Thanks for attempting this enormous feat of bringing dead plugins up to date. I can see you have a lot of requests.
     
  11. Offline

    IOn Vash

    That doesn't work it will work the first time you use it but every time after that when you try to ban someone it just displays the help message for the command.
     
  12. Offline

    DaEgo

    no errors in console ?
    if yes than post it, maybe he can fix that
     
  13. Offline

    adde

  14. http://dev.bukkit.org/server-mods/quickwarp/ is updated. :)

    Update on bShortcut:

    Waterflames updated it here, may or may not be working:
    http://dev.bukkit.org/server-mods/websend/forum/suggestions/26930-command-aliases/

    Thread link:
    http://forums.bukkit.org/threads/mi...fine-shortcuts-for-commands-1000.15174/page-5

    Update on CFBanner:

    http://dev.bukkit.org/server-mods/cfbanner/

    Quick fix by someone in the comments:
    https://github.com/dawninginnovations/CFBanner_maven

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

    xGhOsTkiLLeRx

    AS1LV3RN1NJA
    You should request access to the spreadsheet, you could edit is aswell, maybe talk to tyzoid ?
    Anyway ty for the information, I'll update it :)

    Waterflames
    I put your link to bShortcut in the spreadsheet, I hope it's okay for you :)

    frelling (I hope you are the same on on bukkit dev)
    I put the link to CFBanner into the sheet, too. Again I hope you're okay with it :)

    spoothie
    Added Chairs as a replacement for Seats, hope you're okay with that!
    mario00037
    Royalgamer06
     
    AS1LV3RN1NJA likes this.
  16. Offline

    hammale

    adde likes this.
  17. Offline

    Waterflames

  18. Offline

    firewalled

    No requests for now, but this is an awesome idea and a very nice thing to provide to the community! Thumbs up BIG TIME guys !!
     
    XanderCrews01 likes this.
  19. I'm pretty sure I already have, but I'm worried I may annoy some of the other editors, so I'll just post here and they can add it if they see fit.
     
  20. Offline

    zezywinz

    Can you please update Ichat because i use permissionsEX and i can't have prefixes with out it thanks! :D
     
  21. Offline

    Lying_Cake

    Creativity is the only plugin that seemed to fulfill the needs on my server, and I was ecstatic when I saw it updated. It changes game modes alright, but it keeps inventories instead of separating them. I also get this error whenever someone tries to access a creative world:
    Code:
    17:59:48 [SEVERE] Could not pass event PlayerChangedWorldEvent to Creativity
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:303)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:441)
        at net.minecraft.server.ServerConfigurationManager.moveToWorld(ServerConfigurationManager.java:325)
        at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(CraftPlayer.java:370)
        at org.bukkit.craftbukkit.entity.CraftEntity.teleport(CraftEntity.java:167)
        at org.bukkit.craftbukkit.entity.CraftEntity.teleport(CraftEntity.java:178)
        at com.sk89q.commandbook.locations.TeleportComponent$Commands.bring(TeleportComponent.java:140)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.sk89q.minecraft.util.commands.CommandsManager.invokeMethod(CommandsManager.java:514)
        at com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:501)
        at com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:403)
        at com.zachsthings.libcomponents.bukkit.BukkitComponent.onCommand(BukkitComponent.java:80)
        at com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:40)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:469)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:906)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:866)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:849)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:103)
        at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:116)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:169)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:554)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NullPointerException
        at me.snikk.Creativity.Creativity.saveinv(Creativity.java:1179)
        at me.snikk.Creativity.CPlayerListener.onPlayerChangedWorld(CPlayerListener.java:180)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
        ... 30 more
    
    Here are my plugins:
    Code:
    Plugins: World Portal, NoIce, VoxelUpdate, No_Grief, VoxelSniper, PlgSetspawn, NGlogger, PermissionsBukkit, Spout, BOSEconomy, Vault, Multiverse-Core, NoCheat, MoneyDrop, SimpleRestart, ExpBank, WorldEdit, Creativity, CommandBook, ChestShop, SpoutEssentials
    ...And version info:
    Code:
    This server is running CraftBukkit version git-Bukkit-1.2.3-R0.2-b2060jnks (MC: 1.2.3) (Implementing API version 1.2.3-R0.2)
    Anyone know a way to fix this? Or have an updated version? Thanks for any help!!

    Edit: I've tried a few things like using Creativity's creative mode instead of Minecraft's, and it IS set to separate inventories. , but still no luck :(
     
  22. Offline

    tyzoid

    My plugin, Colors, supports prefixes...
     
  23. Offline

    Rardical

    PEX supports prefixes. I'm using it right now.
     
  24. Offline

    DaEgo

  25. Offline

    XanderCrews01

    Have you tried creativecontrol or multiinv?
     
  26. I randomly see this error from creativity as well with the latest dev builds of bukkit, but I'm not using the inventory control functions creativity offers (I use multiverse inventories), as well as it still doing the game mode switching even with that function disabled, but I figured it was something between multiverse and creativity, so I didn't mention it as I didn't think it was codename_b's job to maintain the plugin (he was cool enough to do the work to get it to work under R6 and up:))
     
  27. Offline

    Lying_Cake

    Those sound promising! Ill look into those.
     
  28. Offline

    tyzoid

    codename_B
    Code:
    Caused by: java.lang.NullPointerException
        at me.snikk.Creativity.Creativity.saveinv(Creativity.java:1179)
        at me.snikk.Creativity.CPlayerListener.onPlayerChangedWorld(CPlayerListener.java:180)
    
    It wouldn't annoy me... as long as you don't add/remove rows...
     
  29. Offline

    frelling

    Yes, I am. And by all means feel free to put the link on your sheet. One note that should go along with that is that version 2.0.3 strictly relies on SuperPerms. It may need a couple of soft-depends if it is to rely on permissions system other than PermissionsBukkit. Given CainFool's unwillingness to officially support CFBanner, we've develop our own internal version that has a few more bells and whistles, so I won't be releasing updates myself. Feel free to fork the project as you see fit.

    Another plugin you may want add to your list is HeroicDeath. Because this plugin is dear to us, I will continue to maintain an unofficial version of it until I hear from the original author.
     
  30. Offline

    tyzoid

    ATTENTION
    If you want your plugin updated more quickly, post a link to the source (i.e. github).

    All posts without links will be ignored, and all plugin requests without github (or other source links) will take longer to be updated.

    Also, check the spreadsheet to see if the plugin you are looking for has already been updated:https://docs.google.com/spreadsheet/pub?key=0ApGUEm1R916SdDlId3dneVpvWERZMk8yTHNhS2RJN1E

    Other places to check for your updates:
    http://bpermissions.com/1.2/
    http://tyzoid.tk/Uploads/1.2/
    http://dustplanet.de/1.2/
    http://www.hammhome.net/alex/java/1.2/

    Remimber:
    If you are a bPermissions user, please say so, as you will get priority over other updates.
     
    wkera likes this.
Thread Status:
Not open for further replies.

Share This Page