Making an Arena Class

Discussion in 'Plugin Development' started by br456, Nov 7, 2013.

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

    br456

    I have created a minigame with everything to make a minigame. Except for the arena classes. I have no clue how to do this. I need a lobby phase, randomly choosen spawnpoints, and an exit spawnpoint. Does anyone know how to do this?

    By lobby phase I mean where you go to a room to wait for other players after joining a game.

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

    Milkywayz

    Instead of pretty much asking for the plugin to be written for you, perhaps attempt to write some pseudocode on how each function should be executed and then post that and ask for help on that.
     
    JPG2000 likes this.
  3. Offline

    JPG2000

    xTrollxDudex likes this.
  4. Offline

    br456

    JPG2000 does that support multiple arenas at once?
     
  5. Offline

    JPG2000

    br456 Of course. It's simple.

    Each object has variable for certain things (Locations etc) and they store them per object. So each arena object you make can have its own locations and fields(as long as they aren't static). So each arena you want, you need an arena object.

    So yes. I would Google and learn a bit about objects, it will help. Those tutorials should help.
     
Thread Status:
Not open for further replies.

Share This Page