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

    The plugin is now accepting:
    • iConomy 4
    • iConomy 5
    • iConomy 6
    • EssentialsEco
    • BOSEconomy 6
    • BOSEconomy 7
     
  3. Offline

    BOBNOTBUILDING

    Need a tutorial on how to install this pluggin i can't figure it out i type /house info and it says internal error
     
  4. Offline

    noctam

    Same as Bobnotbuilding, i restart server but no folder and when i wrote /house or /house info it says internal error
     
  5. Offline

    chaosmage

    Latest stable bukkit + 1.8.1, downloaded and restarted my server:
    Code:
    2011-09-24 21:49:29 [SEVERE] Error occurred while enabling Houses v1.4.0 (Is it up to date?): com/nijikokun/register/payment/Methods
    java.lang.NoClassDefFoundError: com/nijikokun/register/payment/Methods
        at me.yake.houses.server.<init>(server.java:17)
        at me.yake.houses.Houses.onEnable(Houses.java:111)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:920)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ClassNotFoundException: com.nijikokun.register.payment.Methods
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more
     
    MoonDragon0303 likes this.
  6. Offline

    yannkaiser16

    So, You need to put the 'Register' plugin in plugins folder.

    I'll see what happens when creating file
     
  7. Offline

    bellegueule

    Idea:
    1.add WorldGuard Region support
    2.Add a rent option.
    3.add an annonce in the chat when a region is buyable or rentable

    if you can add that i love you...(like very much xD)
     
  8. Offline

    yannkaiser16

    Maybe, I'll see if I can add this to version 1, but v2 has my own protection system ;)

    (And, sorry, I'm mot homosexual x) )
     
  9. Offline

    yannkaiser16

    Added a new language file ! :)

    When file's finished, I'll a add it in the plugin topic. ;)
     
  10. Offline

    robbydude

    I'm unable to select a region. Is there some mystical voodoo trick I'm missing out on? :confused: No errors in console, and everything loads fine.

    - EDIT -
    Disregard that, you just punch a block now. LOL
     
  11. Offline

    wmturk

    link not working (404 - page not found)
     
  12. Offline

    ben657

    this will be great once protection is in! :D but just pointing out, people dont put register on the server, they just need one of the econ systems :3
     
  13. Offline

    SSxMINI LUCAS

    Link broken :(((((
     
  14. Offline

    sebse123

    I canĀ“t download from that website
     
  15. Offline

    yannkaiser16

    Sorry for broken link, it's corrected now ;)
     
  16. Offline

    Darknessblea

    can you make it to where their can be more than one owner of the home?
     
  17. Offline

    yannkaiser16

    I'm trying it, that's the next feature there will be ;)

    The 1.6 is in fact the 2.0, but I de-activated features like preventing entry in zone.
     
  18. Offline

    ollyjohnston

    can you add so people can buy with signs ?

    Thanks Heaps :)
     
  19. Offline

    kitts

    keeping my eyes on this plugin, as soon as protections come, ill get it :D
     
    Deleted user likes this.
  20. Offline

    bobbysmithyy

    Do you think you could add signs to this plugin? For example the sign would look like
    [Sale]
    [Price]
    Seller Name
     
    Deleted user likes this.
  21. Offline

    Toni1602

    please make it kombatitble whit izone :D

    a sign to buy (btw sell) a zone
     
  22. is there multi-world support?
     
  23. Offline

    Fat Cat

    Doesn't look like it, even with Register, iConomy it still comes up with internal errors.
     
  24. Offline

    the_singular

    I always get a internal error if I try to use one of the commands.

    Server-Log:
    org.bukkit.command.CommandException: Unhandled exception executing command 'house' in plugin Houses v1.5.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:355)
    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 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:92)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    at me.yake.Houses2.Commands.CommandsCore.onCommand(CommandsCore.java:33)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    ... 12 more

    Now I download the plugin for the 3rd time and I always get the same message.
    Please fix it.
     
    Deleted user likes this.
  25. Offline

    Deleted user

    TIPS AND QUESTIONS:
    1. Please update this plugin :p
    2. After selecting a zone, please make a feature where you can name it.
    3. PLEASE UPDATE THIS PLUGIN :D
     
  26. Offline

    Greeley

    Seems a little late to suggest this seeing as you are moving the Thread and all but, I would like to ask if you guys could Support BOSEconomy, Because I severely dislike how iConomy tries to control Everything. >.> no offense to the devs but Yeah Please support BOSE
     
  27. Offline

    jimmythesurfer

    i have 1337 does it work on that1 to? if it doestn PLEASE make one for 1337 PLEASE!
     
  28. Offline

    yannkaiser16

    Hi all !
    I'm back after 2 months of inactivity. I didn't have time -> study;
    I am still working on this plugin.

    This plugin supports BOSEconomy, there's no problem, you just have to download Register also ;)

    The 2.0 is coming, soon !
     
  29. Offline

    Derek1

    D: I keep getting internal error I downloaded the file 3 times already!! Please help me :(
     
  30. Offline

    xeNium

    Better you make like this
    /house sellzone <zonename> For making them buy manually, if <buyername> the admin will griefing player money using <buyername> and now I want make /house sell zone <zonename> for public uses
     
  31. Offline

    Speedyboy235

    How do I use this? Could you give me an example wiith this information?
    player123 player345 5blocks by 5 blocks
     

Share This Page