Team Deathmatch(deDE)

An addon...

About

Team Deathmatch is one of the most played gamemodes in the world. There are two teams. They have to kill people from the other team and get points for that. After after a certain amount of points, one team wins.

Features

  • Fair playerdistribution-system
  • Everything is configurable
  • Spectator mode
  • Items on join and when winning a game
  • Saved inventories
  • And a lot more...

Commands

Playercommands

/tdm Shows you a list of commands

/tdm join You join a game

/tdm leave You leave a game

/tdm score Shows you the score

/tdm list Shows you the players who are in a game

/tdm spectate Let you watch the game

Admincommands

/tdm reload Reloads the configfile

/tdm set s1 Sets the spawn for team1

/tdm set s2 Sets the spawn for team2

/tdm setsp Sets the spawn for spectators

Permissions

tdm.player All playercommands

tdm.admin All admincommands

Config

The standart language is English. But if you want, you can download the german config file here.

Messages:
  # Messages send to all ingame players:
  SendToAll:
    # Message on join
    Join: '%player% joined %team%'
    # Message on leave
    Leave: '%player% left the game'
    # Message on win
    Won: ' won the game'
  # General Messages...
  General:
    NoPermissions: You don't have permissions to do that
    AllreadyInGame: You're already ingame
    NotInGame: You're not in a game
    PlayersInGame: 'Players ingame:'
    UnknownCommand: This command doesn't exist...
Items:
  # Items you'll get when you'll win
  ItemsOnWinGame:
    # To add more items, do it like below (ItemsOnArenaJoin) and continue the pattern
    i1:
      ItemID: 265
      Amount: 1
  # Items you'll get on joining the game
  ItemsOnArenaJoin:
    # To add more items, continue the pattern
    i1:
      ItemID: 276
      Amount: 1
    i2:
      ItemID: 261
      Amount: 1
    i3:
      ItemID: 262
      Amount: 64
Options:
  # How many points a team will need to win?
  PointsToWin: 5000
  # How many points one kill should give?
  PointsPerKill: 100
  # How many XP one kill should give?
  XpPerKill: 5
  # How long should the player be protected after respawning?
  SpawnProtectionInSeconds: 5
  # How many maximal players per team?
  MaxPlayersPerTeam: 5
  # Use colored names? (Requires TagAPI plugin)
  UseColoredNames: true
# DON'T change anything here!
Database:
  Arena:
    Spawn1:
      X: 0
      Y: 0
      Z: 0
      World: world
    Spawn2:
      X: 0
      Y: 0
      Z: 0
      World: world
    Spectate:
      X: 0
      Y: 0
      Z: 0
      World: world

Downloads

You can download the TeamDM addon here...


Comments

Posts Quoted:
Reply
Clear All Quotes