Thankfully requesting a plugin

Discussion in 'Archived: Plugin Requests' started by GiraffeRaging, Mar 9, 2014.

  1. Offline

    GiraffeRaging

    There's three plugins I'd like, but even if you only make one, I'd be incredibly grateful. If any of these already exist, please link me! :)

    Plugin 1, primary: A plugin that lets players use custom signs made by admins that are personal chests to anyone who clicks them. Like not actually storing items to THAT sign, but a sign that everyone can use to access their personal one of that specific sign name. So basically a sign that says "Chest 1", and when a player right clicks it, it opens their "Chest 1", ect. (Note, I'd also like for admins to be able to access any specific player's specific chest.)

    Plugin 2, secondary: A plugin that allows me to select a region that resets back to it's original state every 'x' minutes, and outputs a message in the chat for everyone to see 1 minute before it is reset to warn them. I'd like for this message to be configurable for each area I've created. Optional, but I'd love to be able to select these regions with WorldEdit if possible.

    Gotten.

    Plugin 3, A plugin that allows me use a command while holding an item give it a special on hit effect. Such as making it so that when I hit someone with a rotten flesh that I used this plugin on, would give them Wither 1 for 8 seconds if I were to write that as the command. Optionally, I'd really like to be able to configure the color of the name and lore, and have the ability to clone the item normally to give to someone else, and it have the same effect.
     
  2. ChestBanks? 1st one
     
  3. Offline

    xMDK

  4. Offline

    PotatoTears

    CraftBook does this.
     
  5. Offline

    GalaxyBeatzz

    http://dev.bukkit.org/bukkit-plugins/mineresetlite/
    -Select with worldedit
    -Custom message
    -x minutes
    -Resets back
    -Configurable for each area
     
  6. Offline

    xELI7E_SNIPEZx

    Chest Keeper is an awesome plugin to use for virtual chests. You have a choice of manually creating signs for players to use to open chests or using a command. Or you can even use both :) http://dev.bukkit.org/bukkit-plugins/chestkeeper/ May be for 1.7.4, but i still use it and its fine :)
     
  7. Offline

    GiraffeRaging

    No, actually it doesn't. I tried it, and when trying to add a "Command Item" there is no wither effect, nor can you even give potion effects to players at all.

    Does not work.

    I'd also prefer a plugin with just this feature.

    Thanks though
     
  8. Offline

    Garris0n

    Yes it does, you can run the "/effect" command as the console with the target being the player hit by the item. You can disable all other features of the plugin.
     
    PotatoTears likes this.
  9. Offline

    GiraffeRaging

    Thank you! Works perfectly!


    I tried giving it the effect /effect give @d 20 2 10 Which is wither II, and it didn't work for crap. It was assigned to left click on a brick from PLAYER.

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

    Garris0n

    Since when is "give" in the /effect command?
     
    timtower likes this.
  11. Offline

    GiraffeRaging

    My bad, but would that work without the give?
     
  12. Offline

    Me4502

    Yes
     
  13. Offline

    GiraffeRaging

    Is there a way that I could make armor that gives potion effects to the wearer?
     

  14. GiraffeRaging
     
  15. Offline

    Me4502

    Not yet but it is planned.
     
  16. Offline

    GiraffeRaging

    I dont want people to have to make their own chest that they can access in different places, I just want signs that people can click to open up that chest. So if I were to create a sign-chest called "Chest 1", everyone's Chest 1 data will be saved and their stuff will be there if they ever use a sign CREATED BY AN ADMIN that opens "Chest 1"
     
  17. Offline

    GiraffeRaging

    Cool!

    I'm aware of the /pt command, but that's based on the player, not the item, so I could just give a spider eye a poison effect then hand it to someone and expect it to work.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 7, 2016
  18. Offline

    Me4502

    It binds a command to that instance of the item, I'm pretty sure OP wants it globally.
     
    Lionhard likes this.
  19. Offline

    GiraffeRaging

    It didn't work.
     
  20. Offline

    Me4502

    Make sure the command you used works normally from the console (If you have it set to run from the console). Pastebin your command-items.yml file.
     
  21. Offline

    GiraffeRaging

    http://pastebin.com/acmuF4xW
     
  22. Offline

    Me4502

    Okay, I immediately noticed two problems. Firstly, you have it set that when you left click air, and are referencing the clicked entity.

    Secondly, you have made it require a lot of items to be in the inventory

    consumed-items:
    - WOOD_AXE
    - GLOWSTONE
    - SIGN
    - DIAMOND_SWORD;FIRE_ASPECT:16960
    - MONSTER_EGG:90
    - NAME_TAG|Grumm
    - POTION:16422

    Make that consumed-items: [], and click-type: ENTITY_RIGHT
    Note: That will only allow it to work on right click. If you want it to work on either click, use ENTITY_EITHER

    Edit:

    Also, run-as: PLAYER
    That means the player must have permission for the command. Either use SUPERUSER or CONSOLE, depending if you want it to be ran as the player or console. SUPERUSER allows all permissions, meaning permissions don't matter in the command.

    Also, I believe it's /effect @d, not /effect give @d
    Make sure to test the command first
     
  23. Offline

    GiraffeRaging

    Thanks, it somewhat worked but firstly, it works with ANY piece of beef. I just wanted it to work with only this one.

    Secondly I made it super-user, yet non-ops can't use it.
     
  24. Offline

    Me4502

    Have you given non ops the permission node to use command items? It's on the wiki.

    Also, for it to only work on that piece of beef there needs to be a way to tell between it and others, like renaming it or adding lore.
     

Share This Page