[ADMN/SEC/ECON] BananaRegion v3.2 - simple predefined region renting [1060]

Discussion in 'Inactive/Unsupported Plugins' started by codename_B, Jul 7, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    Duginox

    Thanks for a simple answer!
    I'll run Chunkster!
     
  2. Offline

    ChrizC

    Please remove click protection for buttons. :D
     
  3. Would it be possible to make the plugin charge items (like gold) for rent?
     
  4. Offline

    codename_B

    Heh, but then people can force open doors :S
    charge items eh?
    Sure, what economy plugin do you use? Does it have an API?
     
  5. Well the thing is that I'm running a server with no economy plugins that use fake money. My server runs completely on gold ingot(266 item ID) based economy. People pay for commands, items, and other stuff with them.
    Having a rent system that would require gold ingots as the currency would be more than awesome!
     
    V10lator likes this.
  6. I have a question aout the API: Does BananaBlock.isProtectedFrom(block, player); always work or do I need something like:
    Code:
    if(BananaBlock.isProtected(block) && BananaBlock.isProtectedFrom(block, player))
    {
      //foo...
    }
    ? :)
    //EDIT: One more:
    That class doesn't exist (anymore) so: When did the API change?
     
  7. Offline

    ichingpow

    @codename_B Could you update this for iConomy 6? If you're unwilling to, I guess I'll have to do it myself :(
     
  8. Can i set it to more than 7 days? like a zone protect so users pay for protected zone that never expires?
    and how long up and down does it go? bedrock to 128?
     
  9. Offline

    Ymoast

    Can you please make it so that a player may only claim so much land. So like able to limit how many fences they can have when they /rent so if the 100x100 square was a limit and they had a 150x100 and they try to /rent it will tell them they can't?
    Update it like that for 1.8 i would love yoU :D
     
  10. Offline

    codename_B

    Limit it with the cost.
     
  11. Offline

    Ymoast

    What i was getting at was i want the players to be able to set their own land. Not just admins. I want people to set their own land in bananaregion but without over doing it. So they banana limits them to a certain amount of land. Rather then just taking large amounts.
     
  12. Offline

    NooR

    Can you Update this for 1.8.1?
    NEed it pls
     
  13. Offline

    maxp0wer789

    yes please update :)
     
  14. Offline

    NooR

    Guys,i Updated this for you.
    Supported :
    iConomy 6
    BOSE 0.7.2
    Will Release Today or Tomorrow.
    German and English Version.

    Okay:
    Released:
    Supported Economy Plugins:
    Only BOSEconomy for the first Time...

    Language:
    English.

    Tutorial:
    FirstLine : Banana
    SecondLine : [FOR RENT]
    ThirdLine : The Money

    All Copyrights goto the Creator of This Plugin!

    Download:
    BananaRegion 3.5
    http://www.file-upload.net/download-3757321/BananaRegion.jar.html

    EDIT: iConomy support,can take a while.

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

    maxp0wer789

    can't u use register to add support for most eco-plugins? (correct me if i'm wrong, just thinking :) )
     
  16. Offline

    NooR

    I can use it,and will use it ;)
    You can say,its Today or Tomorrow Complete and can use for all Economy Plugins ;)

    Released Update 3.5!
    Fixed /rent Bug.
    Added Support for : iConomy6 and BOSEconomy.
    http://dev.bukkit.org/media/files/543/649/BananaRegion.jar

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

    maxp0wer789

    awesome dude! :D going to test that tonight
     
  18. Offline

    Pico15

    sorry not working for me

    can the first text pls Bananaregion ?

    i must chenge all my shields?
     
  19. Offline

    maxp0wer789

    Same for me, tried with ico5 and 6 and BOSEconomy7. Plugin is loading, finding the Eco-Plugin and i don't get any errors when placing the "Bananaregion" sign but after all nothing happens.
     
  20. Offline

    NooR

    First Line must be only Banana not Bananaregion!
    Erste Zeile muss Banana stehen!
     
  21. Offline

    Pico15

    This I know, but then I have to change all the signs, where banana region is, from the old version.

    //German: Ich weis das ich Banana da reinschreiben muss. Aber was mache ich mitden ganzen Grundstücken wo vond er alten version noch Bananaregion steht?
     
  22. Offline

    NooR

    I will make for you a German Version + Bananaregion in Title...
    Can you give me your Server IP?

    //german klärt sich von selbst :D
     
  23. Offline

    Pico15

    I have the IP send per PN
     
  24. Offline

    maxp0wer789

    :rolleyes: k it works now sry ... when i type in /unrent i get an internal error though

    17:50:30 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'unre
    nt' in plugin BananaRegion Updated v3.5
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:41)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:16
    3)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:3
    53)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:755)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:720)

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:713)
    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:91)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 4
    at org.bukkit.craftbukkit.block.CraftSign.setLine(CraftSign.java:28)
    at com.ubempire.region.Region.onCommand(Region.java:125)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)
    ... 12 more
    17:50:35 [INFO] reading regions...
    17:50:35 [INFO] 1 regions read.
    17:50:35 [INFO] 25 blocks stored in memory
    >
     
  25. Offline

    NooR

    You can ignore this,will fix it,but it works already :D
     
    maxp0wer789 likes this.
  26. Offline

    maxp0wer789

    is there a way you can get it to work with ico5? Don't want to use ico6 yet, with all it's database issues
     
  27. Offline

    NooR

    Okay,will do it :D Can take a while.
     
  28. Offline

    Serial1990

    Can u pls add permissions for Player?
     
  29. Offline

    Assasick

    @NooR m8, is your version supporting EssenstilsEconomy?
     
  30. Offline

    NooR

    For Permissions,it dont needs Permissions and wont do it.
    No,it is only Supporting iConomy 6 and BOSEconomy.
     
Thread Status:
Not open for further replies.

Share This Page