AutoMated MineParty

Discussion in 'Plugin Development' started by SistanceCoding, Aug 24, 2014.

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

    SistanceCoding

    Okay so I was wondering if anyone knew a couple different ways for going about an auto mated mineparty.

    If you dont know what a mineparty is ~ A mine party is a mine full of certain blocks that sells for a super high price.

    I wanted to do something a little different like when I do a command like /mineparty start (I can do that part) it will start the mine party and every 15 seconds it will mix up the blocks inside the mine.
    I was thinking a way could be to implement worldguard and have a specific region so it will know what mine it is and then, have the blocks just change every 10-20 seconds. But the hard part about it is having the blocks generate and finding out which region they are in. Can anyone explain to me? I do not want you guys to do it for me I just want to know
     
  2. Offline

    TheTrueReality

    A: This is possible with MineResetLite, Secondly for your command eg Mineparty start, Simply adding the command in the command.yml (Bukkit supplied file) and set it to one of the MineResetLiteCommands it Should work.
     
  3. SistanceCoding This is possible with MineResetLite. You can make mutiple mines and make them reset with 15 seconds apart.

    Or if you want to make it, hook into worldedit then just get the region and randomly set it to blocks inside a list.
     
    TheTrueReality likes this.
  4. Offline

    SistanceCoding

    Is it possible with PrisonMine as well because I am using prison mine?

    I think I am gonna have to go with your idea. I didn't think of that thanks man.

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

    TheTrueReality

    Okay, Both of the idea's posted will be able to work with PrisonMine bukkit plugin.
     
  6. Offline

    Jimfutsu

    If you are looking for code, the you can use this threads cuboid creator, then create a Java Random, use a case break for each different block. Im pretty sure this will spawn random blocks inside the cuboid.
     
  7. Offline

    SistanceCoding

    What code?
     
  8. Offline

    Jimfutsu

Thread Status:
Not open for further replies.

Share This Page