Skip to content

Dependencies

James McNair edited this page Mar 23, 2021 · 20 revisions

This plugin supports many other plugins. Here is a list of other plugins BetterTeams can work with and how they work together:

This plugin supports many placeholders which can be used through placeholder API. These are the avaliable placeholders:

  • %betterTeams_name%- The team name
  • %betterTeams_description%- The team description
  • %betterTeams_open%- If the team is open or invite only
  • %betterTeams_score%- The score of that team
  • %betterTeams_money%- The balance of that team
  • %betterTeams_rank%- The players rank within their team
  • %betterTeams_color%- The color code that the team owner has set for the team
  • %betterTeams_teamscore_{rank}%- The team name of the team with which is that rank within the score leaderboard
  • %betterTeams_teamscoreno_{rank}% - The score of the team which is at that rank within the score leaderboard

A team can have a balance associated with their team, this is managed with the commands

  • /team deposit
  • /team withdraw
  • /team bal [team]
  • /team baltop This allows teams to have a balance associated with them. This feature also allows for better teams commands to have an associated cost which can be taken out of the team balance when they are run.

This plugin allows for the creation of holographic leaderboards which can either order the teams by score or by team balance. Commands associated with this integration are

  • /teama holo create <score/money>
  • /teama holo remove

Players can win a configurable amount of score for their team when winning king of the hill events. This amount is configurable in the config.yml file under zKoth pointsPerCapture heading.

Turrets do not attack allies

There is a WorldGaurd flag called teamPvp which when set to allow, will let players of the same team hit each other within that region.

Clone this wiki locally