Inactive [FUN] PvPModes - Every gamemode you can think of...[NO SPOUT][1.4.6-R0.2]

Discussion in 'Inactive/Unsupported Plugins' started by bubbleguj, Dec 29, 2012.

  1. Offline

    bubbleguj

    [​IMG]
    About PvP Modes
    PvP Modes is a plugin which adds a completely new gameplay to minecraft. It's idea is based on the different Call of Duty gamemodes. This plugin will add Team Deathmatch, Free for all, Zombiemode, and a lot of other gamemodes to minecraft. Together with the iGun plugin (Made by DarkBlade12 - Download below) it'll change the complete feeling of Minecraft. Right now, there's just one gamemode done, **but they'll follow...**


    BukkitDev
    Link to Dev: (Every time updated!) http://dev.bukkit.org/server-mods/pvp-modes/

    Features
    • Every gamemode will be an external plugin, so you can choose, which ones you want to use.
    • More than 5 gamemodes including prices, many options and a lot more...
    • Better overview because of an addons folder
    • All is compatible with the iGun plugin by Darblade12
    Downloads
    All downloads here. First download PvPMode.jar and put in the plugins folder. After that you should reload or restart your server.
    Than you may download the gamemodes and put in into the following folder: "plugins\PvPMode\addons" There, they'll also generate their configs and folders.
    Don't put them into the normal plugins folder, it'll not work!

    Gamemodes
    Team Deathmatch
    Show Spoiler

    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
    /tdmShows you a list of commands

    /tdm joinYou join a game

    /tdm leaveYou leave a game

    /tdm scoreShows you the score

    /tdm listShows you the players who are in a game

    /tdm spectateLet you watch the game

    Admincommands
    /tdm reloadReloads the configfile

    /tdm set s1Sets the spawn for team1

    /tdm set s2Sets the spawn for team2

    /tdm setspSets the spawn for spectators

    Permissions
    tdm.playerAll playercommands
    tdm.adminAll admincommands

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

    Code:
    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 [[http://dev.bukkit.org/server-mods/pvp-modes/files/|here...]]

    More will follow...
     

Share This Page