Can I load two, of the same, edited plugin? I edit the commands in-game and the items they give people (1vs1 plugin). Will it work if I load two, with different items & commands?
Yes it will work but you have to change all possible commands and plugin name. I maked that with onevsone.
why load 100 1v1 just so you can 1v1 more then once when you can make a 1v1 that supports infinite matches all at once no queuing for vacant arena!
Make sure they don't conflict with each other. Names and Namespaces probably need to be unique for the plugins to be loaded at the same time.
The plugin name, namespace and commands will have to be changed for this to work how you intend it too. You could get away with not changing the command names if you understand how the command prefixes work but it'd be easier to just change the command in your case. While this is possible it is also highly impractical and I would not recommend doing so. I'd advise you do something like @Thunder33345 suggested earlier.
Yeah, I did it. I changed commands, namespace and the main: in plugin.yml Pretty easy Thanks for your help too
@Thunder33345 Is this possible? So, I could build one arena only, and infinite amount of players could play different game modes on it without them seeing each other/interfering matches?
yes, you can have a static lobby, try using something like despawn from and spawn to, in order to hide players from each other as the first step