How to make a minigame (Where do I find resources)

Discussion in 'Plugin Development' started by mattdog0601, Feb 15, 2016.

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

    mattdog0601

    Hello, I am a fairly new developer looking for how to make a minigame for bukkit. I know some simple things like HashMaps, Commands, Event listeners, and ways to interact with the player. I have made a minigame before but it was very simple and did not include timers, customization, and was was not put together well at all. I wanted to know if there was a new resource out there where I could learn how to program a simple minigame. I would like a resource that has open source code and maybe a video tutorial. Also if someone to help me with plugin development later on I would be glad to give you my email/skype.

    In case you're wondering, I have started working on a plugin that is based off the game Choice Chamber.
     
  2. Offline

    teej107

    @mattdog0601 Programming a minigame is simple if you just break it down into steps and parts and finish each step before you go on to the next one.
     
    ChipDev likes this.
  3. Offline

    ChipDev

    Also, a good tip is to not rush it- and so don't not do it.
     
  4. Offline

    Fouzer

    You only should be making plugins if you understand Java sintax and OOP, if that's the case I'm happy to give some useful links about making minigames plugins :

    Tutorial by @xTrollxDudex on how to make a minigame plugin using ids for the arenas: https://bukkit.org/threads/make-a-minigame-plugin.168164/
    Tutorial by @Phasesaber on how to make arenas (as objects of course): https://bukkit.org/threads/wip-mini...custom-arena-names-ids-in-full-detail.285176/
    This is broken, but it can help you to understand some things about arenas (using arena names) , by @JPG2000: https://bukkit.org/threads/broken-please-read-create-a-minigame.193908/

    If you don't know Java, I sincerely recommend you to read this thread: https://bukkit.org/threads/plugin-dev-sticky-learning-java-where-to-learn.395662/
    I emphazise that's imperative that you learn java, java sintax, OOP, Data Structure, etc. before you start to develop Bukkit plugins.
     
Thread Status:
Not open for further replies.

Share This Page