[HELP MEH] How to make a minigame plugin?

Discussion in 'Plugin Development' started by NewGarbo, Apr 30, 2014.

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

    NewGarbo

    I am trying to make a minigame server, and it is all in one server, I have world specific chat, tab list, scoreboard etc. and I want to find a GOOD tutorial which covers how to make MULTIPLE arenas and games, thank you in advance! :D
     
  2. Offline

    Garris0n

    You can't just use a tutorial for everything, you should try actually figuring out how it should work.

    That said, there actually is a minigame tutorial and it shouldn't be that hard to find.
     
  3. Offline

    Quantum64

  4. Offline

    Konkz

    To be honest, it's not about learning how to make a minigame right now it's more of how to Java.
    Minigames are just logic put into Minecraft events.

    So if you're doing a 'most log mined in 5 min' event or so then you'd have a hashmap or a player object storing the amount of logs etc. that has been gathered from the blockbreakevent.

    I'd suggest learning the basics of Java being Hashmaps, Arrays etc. and also introducing yourself to the Bukkit JavaDocs where you'll find your answers, obviously if you're stuck with something that is not as simple as "Watch a normal Java tutorial" because you don't know how to make an ArrayList but something like "I'm not sure how to spawn a particle with random colour witch particles when the player is sneaking and does x and also when y is generated" etc. Then we are here to help, but we are here to help and not to babysit you through coding.
     
    MordorKing78 likes this.
  5. Offline

    kennethbgoodin

    I'm starting a tutorial soon on my YouTube on making a minigame and what kind of logic you'll need to use (my channel's youtube.com/user/kennethbgoodin), but what everyone's said basically sums it up. You take the existing resources that Bukkit provides, and add strictures to simulate a game.
     
    Konkz likes this.
Thread Status:
Not open for further replies.

Share This Page