Inactive [GEN/SEC/ECON/RP] Houses v1.2 - Sell terrain(s) for your users ! [1.4+]

Discussion in 'Inactive/Unsupported Plugins' started by yannkaiser16, Aug 19, 2011.

  1. Offline

    yannkaiser16

    Houses
    Plugin version : 1.2
    Compatible CraftBukkit [1.4+]
    Download : 1.2
    Description: This plugin allow you to sell a terrain, by getting the size of its. The plugin calculates the price automatically, and withdraw the price to the buyer's holdings. Very simple to use, not many commands. iConomy supports and Permissions.​
    Tutorial:
    1. Download the plugin, don't forget to also download Vault.
    2. Open the Houses' plugin configuration in the folder "Houses" in "plugins". Change the 'price-per-block' with whatever you want.
    3. Reload your server.
    4. Type '/houses create <housename>' to start creating a house.
    5. In game select the 2 points by left or right-clicking.
    6. Respond 'yes' or 'no' to the message if you have enough money.
    7. Then, the house is bought, you must protect it. To protect it, select your house with '/houses select *housename*'. You must know the name of the protection you want, so type '/houses setprotection help'. That will list you the protections names. Then, to protect your house : '/houses setprotection <protectionname> <true/false>'.
    8. If you want to list your houses : '/houses list'
    9. If you want to delete a house : '/houses select <housename>' and then '/houses delete'
    And you now know how to select and sell a house without ANY problem ! (hope you dont have any problem, if one -> pm me)

    Sign selling tutorial :
    To sell your house with a sign, you must create a sign and write specific text on it:
    Line 1 : [Houses]
    Line 2 : <house_name>
    Line 3 : <house_price>
    Line 4 : Nothing !

    Commands :
    /houses create <housename> - Start creating a house.​
    /houses help - Shows help.​
    /houses setprotection help- Shows a list of protections.​
    /houses setprotection <protectionname> <true/false> - Enable/disable a protection.​
    /houses select <housename> - Selects the house you want.​
    /houses reset <lang/config> - Resets the language file.​
    /houses list - Lists the houses you have.​
    /houses sell <price> <buyername> - Sells the current selected house to the player you want.​
    /houses delete - Deletes the current selected house.​
    /houses togglebuying - Enables the player to buy a house.​
    Permissions :
    houses.admin.reset - For resetting the files?​
    houses.user.create - For creating a house.​
    houses.user.select - For selecting a house.​
    houses.user.sell - For selling a house.​
    houses.user.list - For listing the houses.​
    houses.user.delete - For deleting a house.​
    houses.user.buying - For buying a house.​
    Todo:
    • None​
    Known issues:
    • None
    Changelog:
    Show Spoiler

    v1.2:
    • Added sign selling
    • Fixed some bugs
    • Added command '/houses togglebuying'
    v1.1.1:
    • Properly added permissions (some of them were missing).
    v1.1.0:
    • Added the ability to sell a house.
    • You can now list you houses.
    • Added permissions.
    • Modified the '/houses reset' command.
    v1.0.0:
    • Reloaded the code, for the 1.3.2, and made it better, and faster.


    If you have any error or bug, please report them on this topic.
    If you have any idea for the plugin, give them here.
    ;)
    (If you like my work, you can donate :) ) [​IMG]
     
  2. Offline

    yannkaiser16

    So, it's when you right click on a sign ?
    The sign has no price !
    Go read the sign tutorial on the thread :)
     
  3. Offline

    killerciao

    Nope it write this every 1 sec withouth doing nothing
     
  4. Offline

    yannkaiser16

    When you get the error (I saw in my code), it's when you right-click on a sign.
    So, i know the problem is the price not showing on the sign.
    Download the last version, it has no more this problem ;)
     
  5. Offline

    Exedon

    Is this out for 1.0.0 yet? :D when ever i try to do any commands, its says internal error, so i cant sell or create proections :/ help please

    Is this out for 1.0.0 yet? it says internal error, so i cant do most commands.

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

    Mr_H4mm3r

    @yannkaiser16
    How should I set my permissions up? I want my users to buy plots and sell them again??

    Is there any error in the log??

    This is conflicting with essentials.. When you make a sign with
    [Buy]
    (amount)
    (ID)
    (price)

    and at the 4th line if essentials shall work you need a $ in front of the price but if you miss it, it makes it to a rose colored text: [Houses]

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

    Vincent1468

    i get this when i try to sell it to someone:
    Code:
    2012-01-08 20:23:04 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'houses' in plugin Houses v2.0b5
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:180)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:550)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.NullPointerException
        at me.yake.incredicraft.houses.commands.HousesCommandExecutor.onCommand(HousesCommandExecutor.java:74)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 14 more
    spout error?
     
  8. Offline

    Misiek92

    This plugin is compatible with WorldGuard? A have a region set by WG, and I set there a plot. User's can buy this plot, but can't do anything, because WG region have higher priority? Could you help me with this problem?
     
    Mr_H4mm3r likes this.
  9. Offline

    Mr_H4mm3r

    I would like to have this too.. Making houses ignore worldedit in that certain area :)
     
  10. Offline

    killer8600

    I have bugs with this plugin. My server is updated with the version 1.1 I don't know what bukkit's version is on my server.
     
  11. Offline

    MinecraftxNoob

    This is my idea? LOL nice!
     
  12. Offline

    IdealIdeas

    Im having a problem using this!

    It says I dont have permissions yet, im an OP. I have my permissions set to let me, yet it still doesnt work!
     
  13. Offline

    Mr_H4mm3r

    Use 1.0.0... As long as bukkit recommend release there will not be updated many plugins..
     
  14. Offline

    killer8600

    yes but it's an automaticly update so i can't change the bukkit :(
    So I wait for the new version of the plugin :D
     
  15. Offline

    EpicFrame

    Can we offer the house to everyone, like if we were searching a buyer?
     
  16. Offline

    chinchila

    external error ocurred?
     
  17. Offline

    Kylefraser

    Somebody make a vid to how to do this because am a visual learner lol
     
    MoonDragon0303 likes this.
  18. Offline

    Kylefraser

    video on house this works? :D

    Seems like a great and simple plugin managing towns and such but you should give alittle more details on how to make a town with plots and stuff like using world gaurd/world edit/wand? and a video would help alot! also one more question umm does this work for craftbukkit.1.1-R3?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
    MoonDragon0303 likes this.
  19. Offline

    RapHaeL444

    I have one error i cant protect my hous anyboddy can help me pleas?
    Have a good day!
     
  20. Offline

    gokushivum

    updata plez
     
    minecraftbreda likes this.
  21. Offline

    minecraftbreda

    hello,

    If I use /houses help there nothings happens.
    on my consol I get no message

    thanks
     
  22. Same as the guy above me, I have no config file and none of the /houses commands give any output
    The plugin has installed since I can see it then i type /plugins
     
  23. Offline

    Arlius

    I have a problem with this plugin ...
    I put the Houses.jar it in my plugins folder with the Vault.jar but my server don't create a "Houses folder".

    This is what craftbukkit tell me: Bukkit_Problem_Houses.jpg

    I use the latest version of craftbukkit (R4).
    But I've also tryed the R1-version of craftbukkit.
    And I have the same problem like the guys above me.
    Hope you can help me.
     
  24. Offline

    kizepy17

    Is this updated to 1.3.1 ???
     
  25. Offline

    yannkaiser16

    Restarting development ! ;D
     
  26. Offline

    rockyfelle185

    yann, if you are interested in creating a more advanced plugin like this that will kill all the other ones please let me know
     
  27. Offline

    yannkaiser16

    The new plugin is now out, on 1.0 InDev !!
    It's a beta, so, there are maybe some bugs.. Tell me if you found one.. :)
    Hope it will help you :D
     
  28. Offline

    Oteca

    Sounds pretty awesome, keep up the good work, I am probably going to use this on my server
     
  29. Offline

    yannkaiser16

    Thanks a lot for supporting me :)
    Yes I'll keep it up, and the next version, that's coming will be much better ;)
     
  30. Offline

    yannkaiser16

    Houses v1.1 Beta is coming today or tomorrow ! :)
    Changes:
    - House selling
    - Permissions (there will be a list of them on the topic)
    - Changed the /house reset command
    - Added some new text
    - Houses listing
    - Houses removing

    and maybe more if time ;)

    The 1.2 will come with a "Sign" selling, so you can sell a house with a sign (for maybe creating a real estate agency)... You'll see ;D
     
  31. Offline

    reVeNg3

    today or tomorrow ?

    you said 4 days ago ^^
     

Share This Page