Inactive [MECH] ResidenceSigns v1.0 - Use signs to Rent/Buy/Sell land with Residence [1.2.3-R0.2]

Discussion in 'Inactive/Unsupported Plugins' started by Silentnight18, Mar 19, 2012.

  1. Offline

    Silentnight18

    ResidenceSigns
    Version: v1.0

    Instead of making your players use "/res market rent Town.HouseName", allow your players to right click signs to rent and buy land, or put down signs to set up renting or selling with the Residence mod.

    This version of the plugin was meant to be uploaded as a Beta version because I have been only able to test a handle of exceptions given my limited man power as one person. Please read the Reporting Bugs Section to better help me improve this plugin for your benefit.

    BukkitDev Link

    http://dev.bukkit.org/server-mods/mech-residencesigns-v1-0-use-sig/

    Download

    http://dl.dropbox.com/u/38298481/ResidenceSigns.jar v1.0

    Current Features
    • Placing a [Rent] or [ForSale] sign on a residence that is already set up for rent or sale will automatically fill in all other information.
    • [Rent] signs allow you to setup a residence for rent using "Price/Days/AutoRenew [t/f]?" on the second line and an optional residence full name on the third.
    • Right clicking a [Rent] sign will attempt to rent the house in your name.
    • When someone rents a house using a sign, the bottom line of the sign will change from "Available" to the renter's name.
    • [ForSale] signs allow you to sell a residence for "Price" on the second line and an optional residence full name on the third.
    • Right clicking a [ForSale] sign will attempt to buy the residence.
    • When someone buys the residence, the bottom line of the sign will change from "Available" to "Sold".
    • Sign text should update if there are any differences in info whenever someone right clicks.
    • Residence name is optional on the third line. By default, wherever cuboid the sign is located in, it will try to use that residence.
    • Multiple signs can used for one Residence.
    Planned Features
    • Code Cleanup.
    • Suggestions from players.
    • Adding Permissions.
    Change Log

    Version 1.0: 3/18/2012
    • Initial Launch.
    Reporting Bugs/Issues
    When Reporting An Issue, Please Include The Following
    • Your Craftbukkit version.
    • Current version of ResidenceSigns.
    • Describe the exact situation in which the issue occured (listing all applicable info, names, what sign reads, etc etc)
    • Copy/Paste the error from the Console Log.
    Installation and Help
    1. Drop ResidenceSigns.jar into /plugins directory.
    2. Enjoy!
    3. Wiki Page!
    4. Screenshots coming soon!
    Donations
    Happy with my work? Want to help out? Just glad to see this plugin back?
    Feel Free To Donate !

    This plugin is based off of the old ResidenceSigns plugin originally written by Karnedge(giving credit where due) but all the code was redone by scratch.
     
  2. Offline

    PTluzitano

    yey - so basically i put some fence around the land and i put a sign there with RENT or SALE so player rent or buy it?
     
  3. Offline

    Silentnight18

    This plugin works with the Residence plugin. You can place signs on already made Residences with the proper lines so players can rent/buy it.
     
  4. Offline

    PTluzitano

    Ah this is so awsome !! :D
     
    Silentnight18 likes this.
  5. Offline

    md_5

    Approved
     
  6. Offline

    GunGuyGunner

    Can I use Iron, Gold and Diamond as the Iconomy for this plugin? So instead of taking virtual money it can take i, g and d and place it in a chest.
     
  7. Offline

    frownnn

    When I make a sign it stays the same it doesn't transform into a rent or forsale sign y please help
     
  8. Offline

    Buikes

    When Anyone right clicks on any sign it says: "This is not a sign" Help?
     
  9. Offline

    DD7780

    When i put this on it tells me the following:
     
  10. I have the same problem maybe someone can help?
     
  11. Offline

    Muddie20

    Latest craftbukkit
    Latest residence signs
    No errors on console
    The owner of the land doesn't change from server to the buyer upon renting and the owner of the land cannot build in their rented land. Please Help Really Need A Fast Response.
     
  12. Offline

    r4nger0

    Please make it possible for renters to be able to modify the rented area just as owners can do.
     
  13. Offline

    Stenli463

    2012-07-28_19.54.21.png
    when i type [Rent] on the Sing the Sing just remove it self and in the chat it says: Invalid Number of Arguments,try again. and the [ForSale] Just dont work
     
  14. Offline

    pyraetos

    Stenli463 Deleted 3 of your spam posts. Spamming is not allowed.
     
  15. Offline

    Stenli463

  16. Offline

    pyraetos

    Stenli463

    Make a thread in Bukkit Help. This is absolutely the wrong place to post help requests. Also, do not spam, you posted 8 things in a row, most of which I deleted.

    I'm not going to ask again.
     
  17. Offline

    kylemartin

    current
    current

    everytime i reload or restart the server all of my signs kind of reset and when they are right clicked they pop off and says the residence no longer exists when it clearly exists, this just started as the signs worked for awhile


    [SEVERE] Could not pass event BlockBreakEvent to ResidenceSigns v2.9
    org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    at net.minecraft.server.ItemInWorldManager.breakBlock(ItemInWorldManager.java:277)
    at net.minecraft.server.ItemInWorldManager.a(ItemInWorldManager.java:204)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:556)
    at net.minecraft.server.Packet14BlockDig.handle(SourceFile:46)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:290)
    at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:112)
    at net.minecraft.server.ServerConnection.b(SourceFile:39)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:595)
    at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
    Caused by: java.lang.NullPointerException
    at brandenBoegh.ResidenceSigns.ResidenceSignsListener.onSignBreak(ResidenceSignsListener.java:204)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
     

Share This Page