[FUN] CaptureThePoints v2.5 - Capture The Points Game with Wool [1060]

Discussion in 'Inactive/Unsupported Plugins' started by dkramer, Aug 6, 2011.

  1. Offline

    dkramer

    CaptureThePoints, A Plugin Inspired by this Reddit Post.
    co-authors: compdude5, Humsas
    Version: 2.5

    Description:
    Capture Points for your team by filling in 4x4 squares of a certain block (bedrock by default) with your team's color of wool.
    This is a quick overview of how the game looks/works. It is not a game for only one player by any means.
    (This video is out of date: I hope to get videos explaining it whenever I find good recording software (unless someone wants to make videos :3 ))

    Permissions:
    • - capturethepoints
    This permission allows the player to use every command, and not just /joingame and /leavegame. If you do not have Permissions, only your OPs will be able to use the commands.

    Commands:
    /setteamspawn <color>
    Sets the place this team is teleported to when they die or when they join the game.​

    /capturestart <number of points needed to win>
    This starts a game where a team needs to hold <number of points needed to win> points to win.
    /captureend​
    Ends the current game.​
    /roles​
    Tells the different roles for in game​
    /joingame <color> <role>
    Teleport to your team color spawn, get a block on your head to indicate your color, get a customizable set of items for the game (including your team color's wool and weapons/bread by default), clear your inventory for until the game is finished (whereupon you get your inventory back), and wait for a game to start. Warning: if the server shuts down during a game, your original inventory will be lost, so I suggest starting a game with a clear inventory.
    /playerjoingame <player> <color> <role>
    Makes the player join this team color and join game.​
    /leavegame
    Teleport out of the arena (useful for player disconnects so you're not stuck in there)​
    /setteampoints:
    Sets the chosen teams points to this number. This is useful for games where teams start out with points already captured.​
    Download:
    (Humsas Source code (A branch of compdude5's code): http://dl.dropbox.com/u/36326695/CaptureThePointsHumsas.zip)
    (compdude5 Source code (A branch of 2.5's code): http://dl.dropbox.com/u/36326695/CaptureThePoints.zip)​
    Humsas' version has a different command scheme. All commands start with /ctp now.
    vHumsas' version (A branch of compdude5's code): http://dl.dropbox.com/u/36326695/CaptureThePointsv3.0.zip
    compdude5's version (A branch of 2.5's code): http://dl.dropbox.com/u/36326695/CaptureThePointsv2.75.zip
    v1.30 http://dl.dropbox.com/u/36326695/CaptureThePointsv1.30.zip
    Installation:
    Extract CaptureThePoints.zip. Insert CaptureThePoints.jar and CaptureSettings.yml into your plugins folder.

    Customizing:
    CaptureSettings.yml is where you can customize what 4x4 square the wool should be placed in (by default, it's bedrock), how much wool they start with, and what items they get from different roles.
    ToDo:
    • whenever someone quits the game, mark them as having left the game, restore inventory and such
    Known Bugs:
    • None I can recall
    Changelog:
    Humsas' Version:
    • added /ctp removespawn <color> and /ctp teams
    • added error checking
    • permissions changed (read the plugin.yml in the jar file)
    • You will need to add this to your .yml in your CaptureThePoints folder (not your normal customize .yml).
    • Existing team spawns: 'red, green, etc'
    • Need at least 2 spawn points and two players to start now
    compdude5's version: implements a role system (made by compdude5) when joining a game and has code cleanup by him also
    2.5:
    • Vertical points can now be made
    • Players are stuck in place until /capturestart
    2.35: fixed silly bugs 2.2 caused
    2.3:
    • Fixed 2 message errors
    • added /playerjoingame
    2.2:
      • /captureend ends the current game
      • fixed a message broadcasting issue
      • health set to max when joining a game
      • you now cannot rejoin a game you left (this solves a couple issues)
      • deleted /erasewool and deletewool on shutdown in .yml. It does it automatically now.
      • on leave, it teleports you to where you were before you started the game
      • deleted /setgameexit since now you're teleported to back where you were before the game
      • Compressed and standardized more code
    2.1: Fixed and standardized code.
    2.0:
    • Added a lot of commands
    • Most messages only broadcast to players in the game
    1.35: Games that need less points captured than the whole game has can be created now. The number of points needed to be captured cannot be less than 1/16th of the total points though (but that should not be an issue).
    1.30: Fixed an /erasewool issue​
    1.25: Added the /erasewool function
    1.0: Release
     
  2. Offline

    dkramer

    I haven't been able to get the real download for version 3.0, so I'd try 2.75 if I were you, sorry :[

    Ok, got it set to the real 3.0. Please tell me if it works.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  3. Offline

    dkramer

    Ok, I changed around the wording a bit. All of my code goes up to 2.5, and then there are fan-made branches of the plugin. If Humsas' or compdude5's versions are not working, please use the 2.5 version. If you have questions about the plugin branches, please ask the appropriate author since I don't have much time to review their code (I'm working on a special plugin that will take a while). Humsas' version will be updated soon to fix bugs, and these are the patch notes he gave me:

    - Fixed multiworld bug, when player gets to wrong world on joining.
    - Added two ways of saving player inventory and restoring it on connect/quit.
    - Added new messages on player kill.
    - Changed CaptureSetting.yml location to plugins/CaptureThePoints.
    - Now each team spawn must have its world defined in config.yml like
    blueworld: world
    redworld: world
    greenworld: world
     
  4. Offline

    Ralm

    Can the command /ctp start have his special permissions node??? I wanted to give that command only to mods, admins etc, but I notice when you give ctp.play to members they get the ability to start the game as well.

    So far it have been working good, but I havent test it with a lot of people yet. Maybe soon.

    Thanks.
     
  5. Offline

    Humsas

    In the future I am thinking about a lobby or some time for preparations before game starts, so I didn't added it's own permission node.
     
  6. Offline

    cennyr

    Is 2 the max number of points allowed to be set? I created 5 capture rings, and when I type /ctp start 3 (for the points needed to win) it still starts the game with only 2 needed to win.
     
  7. Offline

    dkramer

    Oh man, I have no idea why that's happening if you're using 2.5 :eek:
    I stopped working on this plugin to move on to bigger projects, but if you like the premise behind this and have an economy system, check out Outposts. It's a larger scale and more focused plugin.
     
  8. Offline

    Firepun

    Yay its fixed! But another problem. When i /ctp roles it just shows up as roles: and nothing else. Help!

    Heres my CaptureSettings file.

    Code:
    # START HERE
    
    ringblock: 7               # default blockID the 4x4 ring should be made out of
    givenwoolnumber: 64        # how much wool each person starts with
    
    numberofdifferentroles: 3 # how many different roles you want to have in the game
    role1:
      name: Assault
      description: Iron Sword, Bow, Shotgun Shells
      numberofdifferentitems: 3
      item1:
        ID:267 # Iron Sword
        number: 1
    
      item2:
        ID:261 # Bow
        number: 1
    
      item3:
        ID:295 # Seeds
        number: 64
    
    role2:
      name: Sniper
      description: Iron Sword, Bow, 7.62 NATO Rounds
      numberofdifferentitems: 3
      item1:
        ID:260  # Apple
        number: 128
      item2:
        ID:261  # Bow
        number: 1
      item3:
        ID:267  # Iron Sword
        number: 1
    
    role3:
      name: Medic
      description: Iron Sword, Porkchops, Bow, LMG Rounds
      numberofdifferentitems: 4
      item1:
        ID:268  # Wooden Sword
        number: 1
      item2:
        ID:320  # Cooked Porkchops
        number: 6
      item3:
        ID:261  # Bow
        number: 1
      item4:
        ID:348  # Glowstone Dust
        number: 64
    BTW I am using Armageddon with this plugin.
     
  9. Offline

    dkramer

    I'll see if I can look into his code today to solve this.
     
  10. Offline

    Humsas

  11. Offline

    linkertobi

    I know this thred is old, but have a question. I have a nitrado bukkit 1060 (1.7.3) server witch flanes planes, wwII gun mod and flanes tanks. i made different roles witch compdude5's version. But it doesnt work-.- it always says
    An internal error occured while attempting this command, so the CaptureSettings.yml is false. pls help me :)
    Here is the file:
    Code:
    # START HERE[/FONT][/SIZE][/COLOR]
    
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]ringblock: 7               # default blockID the 4x4 ring should be made out of[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]givenwoolnumber: 128        # how much wool each person starts with[/FONT][/SIZE][/COLOR]
    
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]numberofdifferentroles: 5 # how many different roles you want to have in the game[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]role1:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  name: Tank[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  description: MP 40, Bread, Iron Armor, Panzer[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  numberofdifferentitems: 9[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item1:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23557 # MP 40[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item2:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 297  # Bread[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 3[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item3:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 307  # Iron Chestplate[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item4:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 308  # Iron Leggings[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item5:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 309  # Iron Boots[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item6:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23556  # MP 40 Clip[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item7:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23490  # Panzer IV[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item8:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 263  # Kohle[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 20[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item9:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23462  # Tank Shell[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 32[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]role2:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  name: Vehicle Hunter[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  description: Panzerschreck, Karabiner, Bread, TNT, Iron Armor, Flak Munition[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  numberofdifferentitems: 10[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item1:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23566  # Panzerschreck[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item2:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23565  # Munition[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 5[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item3:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 297  # Bread[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 3[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item4:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23288  # Flak Munition[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 32[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item5:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 307  # Iron Chestplate[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item6:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 308  # Iron Leggings[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item7:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 309  # Iron Boots[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item8:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 46  # TNT[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 5[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item9:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23617  # Karabiner[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item10:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23616  # Munition[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 2[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]role3:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  name: Sniper[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  description: Sniper, Bread, Revolver, Blätter und Holz, Leather Armor[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  numberofdifferentitems: 10[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item1:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23590  # Sniper[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item2:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 297  # Bread[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 3[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item3:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23588  # Munition[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 5[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item4:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23592  # Revolver[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item5:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 299  # Leather Chestplate[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item6:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 300  # Leather Leggings[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item7:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 301  # Leather Boots[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item8:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23591  # Munition[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 2[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item9:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 18  # Blätter[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 20[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item10:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 17  # Holz[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 20[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]role4:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  name: Bomber[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  description: Flieger, Bomben, Thompson, Bread, Leather Armor[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  numberofdifferentitems: 12[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item1:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23320  # Spitfire[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item2:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 263  # Kohle[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 20[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item3:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23270  # Bullet[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 92[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item4:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23271  # Bomb[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 2[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item5:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23272  # Big Bomb[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item6:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23273  # Napalm[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 2[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item7:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23621  # Thompson[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item8:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23620  # Munition[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item9:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 297  # Bread[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 3[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item10:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 299  # Leather Chestplate[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item11:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 300  # Leather Leggings[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item12:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 301  # Leather Boots[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]role5:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  name: Sturmtrupp[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  description: Bar, Colt, Bread, Leather Armor, Kubelwagen[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  numberofdifferentitems: 10[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item1:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23623  # Bar[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item2:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23622  # Munition[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 5[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item3:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23626  # Munition[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 2[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item4:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23627  # Colt[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item5:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 297  # Bread[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 3[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]   item6:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 299  # Leather Chestplate[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item7:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 300  # Leather Leggings[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item8:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 301  # Leather Boots[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 1[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item9:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 23487  # Kubelwagen[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 3[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]  item10:[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    ID: 263  # Kohle[/FONT][/SIZE][/COLOR]
    [COLOR=rgb(0, 0, 0)][SIZE=3][FONT=Georgia]    number: 20
    [/CODE][/FONT][/SIZE][/COLOR]
     
  12. Offline

    Nexot

    thank u :D! very nice plugin! is there a string file that you can change some text/colors? can you add again an option to choose your team color and the /ctp start 10 (10 points to win for example). great plugin, a lot of fun :D!
     
  13. Offline

    A_Hamoud

    this is so awesome! i played it on one of the servers that i play on :D i tried to use it on mine but i have a problem :/ whenever i use the command /ctp joinall or /ctp join it says "No lobby for main arena Arenas" and I already set the lobby and everything >.< help?
     

Share This Page