Pvp arena plugin

Discussion in 'Archived: Plugin Requests' started by blazen988, Apr 14, 2013.

  1. Offline

    blazen988

    Hey I need a pvp plugin that allows you to set up multiple arenas and also lets you set it so that players can/have to bring in there own gear to fight. Thanks!
     
  2. Offline

    alkarin

    Check out my plugin BattleArena, look at the /skirmish. It its exactly what you are talking about.
     
  3. Offline

    blazen988

    It sounds good but I have some questions. Can you make it so they need there own weapons with any of the gametypes (CTF, TDM, FFA, Collessum, Battlegrounds) Obviously not arena because it says you cant. Also why is the capture the flag a whole different plugin.....Just being picky but i am trying to keep the number of plugins low on my server.
     
  4. Offline

    Hollasch

    PVPArena... Link
     
  5. Offline

    blazen988

    Hollasch you cant let players use there own items with that plugin i already tried..........
     
  6. Offline

    alkarin

    So yeah you can. The only difference between almost all of those games is how the config file is set up.

    All you need to do is change the

    Code:
        onEnter:
            options: [storeAll]
        onLeave:
            options: [restoreAll]
    
    to

    Code:
        onEnter:
            options: [storeGamemode]
        onLeave:
            options: [restoreGamemode]
    
    essentially, instead of storing and restoring everything about the player.. you only do that with the gamemode.
    You should also remove sections that give them items too ofc. Check out the SkirmishConfig.yml.
     
  7. Offline

    blazen988

    awesome sounds good this should work out really well thanks!
     

Share This Page