[INACTIVE][FUN] SignDispenser v0.2.0 Right Click Signs for items [83]

Discussion in 'Inactive/Unsupported Plugins' started by Vandolis, Jan 20, 2011.

  1. Offline

    Vandolis

    SignDispenser allows you to make signs that dispense stacks of items when a player right clicks it. To create a sign simply place a sign and format it as follows:

    Code:
    Item Id
       1
     Amount
       64
    This would create a sign that gives the player 64 stone each time they right click the sign.

    PRO TIP: I left a "bug" in so that if you choose -1 as the amount, you will be given a creative block. Don't tell your users and if a majority want it gone I can remove it. I thought it was kind of funny.

    My hMod version was group based so that you could choose which groups can make the signs, destroy the signs, as well as simply use the signs. I have not found an easy way to implement this in bukkit yet, but as soon as I see it I will add those features back in. But for now it is just the basics.

    ***NOTE***
    Sometimes after you use the sign you will place a block and it will disappear. This is because every time you click the sign if you have an item in your hand it will try and place it. I have added a simple workaround by adding a player to a list when they click the sign. As soon as a person on that list places a block (In this case instantly) it will fail to build. They will then be removed from the list. Not the most elegant way, but I have been spending most of my time on my economy.

    Download:
    <Edit by Moderator: Redacted mediafire url>
    Source
     
    Last edited by a moderator: Dec 15, 2016
  2. Offline

    EvilSeph

  3. Offline

    drats666

    seems to not be working using the latest
    Build #210


    <.< I'm using the permissions plugin. :( i made a sign saying
    Item Id
    323
    Amount
    1

    right and left clicked on it, nothing :(
     
  4. Offline

    jordanske

    xd i was planning to make something like this haha:p
     
  5. Offline

    ursa_arcadius

    I am getting an error, anyone that is not OP receives the message "You don't have permission for this area."
    I believe the problem is that they need to right click with an empty hand. Anyone else have this problem?
     
  6. Offline

    taiiat

    love the idea of this plugin. however there are some people on my server i want to be able to do something like this, and others not. unfortunately until this is the case, i can't use the plugin.

    in other words, there's just no way i can use the plugin until there is some form of permissions.
    and to be honest, i absolutely adore the flatfiles Hmod used. YML is okay but i still greatly prefer the flatfiles. not the most userfriendly thing but they were just great.
     
  7. Offline

    Vandolis

    Yeah I've been away for a while and just saw that bukkit now has permissions, yay! Now I get to go through and do this thing like I wanted to in the first place.
     
  8. Offline

    Solaris765

    just in time! players on my server just figured out how to use it too [​IMG]. can't wait to put it back in[​IMG]
     
  9. Offline

    firefly_goat

    Ooooo, this would be SOOO nice if you could use iConomy to it... You write how much it will cost and then charges he or she how right click on it! :D
     
  10. Offline

    Solaris765

    how's this coming along? i'd love to help with testing if you need it.
     
  11. Offline

    Padeius Etoh

    So i have b325 with permissions essentials worldedit worldguard and some other plugins, this does not seem to work, i may be doing it wrong, first line is Item Id, second line 2, third line Amount, 4th line 5. right click left click does absolutely nothing.
     
  12. Offline

    RecoJohnson

    You should make it link to a button below or beside it that way it works everytime.
     
  13. Offline

    Samz015

    MATTIE YOUR SERVER OUTDATED
     
  14. Offline

    ThomasJ

    Heads up
    This will now be broken on future builds
     
  15. Offline

    Uniltiranyu

    someone remake it :p
     
  16. Offline

    Solaris765

    i think it has been. try SignTrader. it looked the most similar
     
  17. Offline

    Uniltiranyu

    i hate that though
     
  18. Offline

    ReapKarmah

    Seems like your "nag" is causing bukkit to refuse loading it! Super sadface...
    Think you could quickly take out that bug and have the plugin working again? Dieing to try it out!
     
  19. Offline

    MacVaultDweller

    I would love it if this had a timer on it so that a player could only tag it and get something once every set number of game days . It would be a great way to distribute payroll to people
     
  20. Offline

    deathdude202

    it dosnt work for me
     
  21. Offline

    Solaris765

    This hasn't been updated in awhile. if i were you i'd try out supplysign i haven't yet but its the closest alternative.
     
  22. Offline

    Steve Member

    Broken by API changes:
    Code:
    02:05:18 [SEVERE] Could not load plugins\SignDispenser.jar in plugins: null
    org.bukkit.plugin.InvalidPluginException
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:105)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:158)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:106)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:63)
            at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:215)
            at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:202)
            at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:142)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:257)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NoSuchMethodException: bukkit.Vandolis.SignDispenser.<init>()
            at java.lang.Class.getConstructor0(Unknown Source)
            at java.lang.Class.getConstructor(Unknown Source)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:100)
            ... 8 more
    
     

Share This Page