[REQ] A Few Small Plugins That Would Be Very Helpful

Discussion in 'Archived: Plugin Requests' started by labtec901, Jan 16, 2011.

  1. Offline

    labtec901

    As part of a server that has recently switched from hey0 to bukkit, we all miss some of the small details that made it great, so I have a little requests for any plugin developer who wants to:

    A /clearinventory command that clears all inventory slots except the armor slots

    When you use /i in the General Plugin to give a player something, make a "Gift Given" notification when you send something to someone. (More likely something to ask the plugin developer directly but whatever)

    A simple, customizable super pickaxe mode that respects all protection, spawn protection and bedrock so that it can be used by moderators as an anti-grief tool as well as a perk for being nice and being promoted to moderator :)

    I don't know if this would be a server mod or a client mod, but Maybe a mod that stops wheat from being trampled when walked on.

    Very quick tree growth e.g 2-3 irl minutes.

    STOP LEAF DECAY, I, as well as many other people who build with leaves, hate it so that would be appreciated.

    A command that gives infinite health, a very easy mod to make. (Not that I could make it:)

    I don't know if this is even possible, but a plugin that limits the complexity or a Redstone circuit or that detects if a Redstone circuit is causing lag to the server and terminates it.

    A plugin that shows what has been placed on a sign when it is placed anywhere in the map by anyone.

    I think thats all!

    Again, any developer who wants to do some slavery for the minecraft community is welcome to do all of these, 1 of them, any, or none of them.

    Thank you in advance for looking!

    -Labtec901

    BUMP, I really hate bumping, but these topics get out of sight so quickly :O

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

    rctcool0

    Instant leaf decay, like the Leaf Dropper plugin, could also be very useful. Id love to see apples fall from trees again. For the redstone thing, it should put charge calculations on a low priority, meaning it would wait a little to process gates and such.
     
  3. Offline

    xpansive

    I just tried do make a plugin that stops leaf decay but it's not exactly working and I suspect it's something that's wrong with bukkit.
     
  4. Offline

    Archelaus

    ClearInventory, named ClrInventory -

    Bukkit - 53
    CraftBukkit - 73

    Ask for Source if wanted, pretty simple though.
     

    Attached Files:

  5. Offline

    Shados

    AFAIK, all you would have to do is hook a BlockListener onto LeavesDecayEvent and use setCancelled(), although your listener would need to be high enough priority to override any other plugins you have that might uncancel the event. And, of course, it may be that LeavesDecayEvent isn't implemented yet, but it's worth testing :p.
     
  6. Offline

    xpansive

    Yah i figured it out, I was using onLeafDecay instead of onLeavesDecay.
    Packaging it up right now...

    Edit:
    Here it is!
     

    Attached Files:

  7. Offline

    Atroxide

    Ahh didn't know people still had interest in leafdropper :p ill port it over real quick and add in the ability to turn it off while I am at it.
     
  8. Offline

    krokan2

    BUMP, give anti leaf decay mod
     
  9. Offline

    Vandolis

    Now that sounds too fun to pass up. I'll be looking into this, got an idea that should work. Not on the lag part, but at least complexity.
     
  10. Offline

    kaiser_czar

  11. Offline

    Celeo

    As for a plugin that gives invincibilty, if you want a plugin that does that for admins/mods/ops, try AdminCmd, Essentials, or even WorldGuard (if I remember correctly).

    If you just want a plugin where players don't take damage (as to make the server more like a creative server, I'm guessing), there might be something like that as well around here. If you cannot find it, I'll make it for you. Very easy to do.
     

Share This Page