#Guilds War system and API
1 messages · Page 1 of 1 (latest)
If you're a buyer of Guilds then you'll have to link your spigot account. Follow #spigot-linking. If you're just a developer that wants to add Guilds support to his plugin(s), let me know and I'll ping someone that can help.
I am making a plugin for my client. That uses guilds API for guilds and wars
If that helps
well then maybe @round pine or @sour sierra can help with this.
Well you create arenas and the battle happens in those
is creating areana using API possible ? and is areana common for all Guilds or diffrent ?
Uh I am not sure if I expose it in the API or not
Idk what you mean by common but you can create as many as you want and then I believe it'll randomly select an unused one for the battle.
can i select a specific one ? like instead of selecting it will just use which one i want
With the current way it's setup, no you can't, it's chosen at random, it's kinda like a minigame team-vs-team and the arena's are arbitrary battlegrounds predefined by admins, chosen at random on guild war start.
mhmm okay
Thank you!!
How does war end event trigger
does any of one team needs to finish all members or run out of time, and does it all needs to happen in the war area
what i am thinking is teleporting players to area where i want the war to be onWarStartEvent.
let me know if that makes sense