BattlePlugins / BattleArena

A complete match and event framework for creating arenas and minigames in Minecraft. Supports creating modes through config files, or fully custom modes through plugins.
https://docs.battleplugins.org/shelves/battlearena
GNU General Public License v3.0
21 stars 23 forks source link

Actions per team #137

Open Flitbed opened 4 weeks ago

Flitbed commented 4 weeks ago

Hi, something I want to suggest is some way to be able to execute actions on certain members, or on certain teams, that would open the doors to creating even more game modes, and assigning classes per team.

Examples (using target selectors):

run-command{command=(command);target=red_team;source=[source]}

give-effects{effects=(effects);target=BLUE}`

equip-class{class=(class);target=RED;clear-inventory=[clear-inventory];ignore-player-selection=[ignore-player-selection]}`

It may not be the best way to implement it, maybe it can be achieved easier using events, but it's just my idea. Keep it up! This plugin is quite useful and can achieve much more.