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!
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.
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.