Solved Minigame Development

Discussion in 'Plugin Development' started by thomasAlm, May 9, 2015.

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

    thomasAlm

    Hi guys, i have a question how do i start making minigames? and yes i know java and i have about 6 months of bukkit.
     
  2. Depends on what minigame you are trying to make.
    But what every minigame should have, is:
    • Different Arenas
    • Signs to join a minigame
    • Spectator mode when you die
    • A winner / winning team
     
  3. Offline

    thomasAlm

    Im trying to do a skywars with bungee support, but I do not know exactly how to get started. xD
     
  4. Offline

    Zombie_Striker

    If you want to make a Minigame, I suggest you do the following:
    • Make a GameStateManager (For lobbyMode, preGameMode, inGamemode, postGamemode)
    • If there are teams, make team objects.
    • If there is a goal to Destroy/Take something, make Listeners.
    • Compartmentalize; Make each class control one aspect of the game.
    • Know what you want before you start, and plan ahead for what needs to be done.
     
    xXMaTTHDXx likes this.
  5. Offline

    xXMaTTHDXx

    Well, every developer will structure their code differently. I will tell you what I do, but it will be different than what you will do. If you want you can PM me and I will add you one Skype to guide you.
     
  6. Offline

    thomasAlm

    Oh nice, thanks for your help.
     
Thread Status:
Not open for further replies.

Share This Page