Inactive [FUN] Tag v0.1 - Play Tag in Minecraft [1058]

Discussion in 'Inactive/Unsupported Plugins' started by SwearWord, Jun 15, 2011.

  1. Offline

    SwearWord

    Plugin: Tag
    Version: 0.1

    Description:
    Let's you play tag with players in Minecraft. Use /jointag to take part in the game and if you're it, run around and right click people to get them. No there's no scoring, no it never ends. Just pointless tag for slow days.

    Features:
    • Start playing tag
    • Tag people
    • Stop playing tag
    • No tag-backs!
    Commands:
    Code:
    /jointag - Take part in the game.
    /leavetag - Be a quitter.
    /whosit - Find out who is it.
    Download:
    Here

    Change Log:
    v0.1
    • Initial release.
     
    M1sT3rM4n and chrisc97 like this.
  2. Offline

    ChrizC

    This would definitely be more interesting if it was timered, and had a prize (iConomy integration?)

    Also, what happens if the person who is 'it' leaves?

    Chris :cool:
     
  3. Offline

    SwearWord

    It removes them from being in the game and chooses a random person to be it. You didn't think I thought of that, HUH.
     
  4. Offline

    hi00ih

    You are god sir. This is the most simple plugin I have seen and yet it is genius.
     
  5. Offline

    ChrizC

    I also didn't think you'd be that much of a dick to somebody who asks a question.

    Chris :cool:
     
  6. Offline

    godhand1942

    Lol his name is swearword. I do like this plugin tho. Simple, pointless and fun
     
  7. Offline

    Plague

    categories have to be uppercase, missing a changelog
    it can be a game of tag or the paper thing or label or whatever, please make a proper description in the title
     
  8. Offline

    SwearWord

    How was I being a dick.
     
  9. Offline

    ChrizC

    Chris :cool:
     
  10. Offline

    SwearWord

    @ChrizC
    I'm sorry you were so gravely offended by me answering your question.

    @Plague
    Resubmitted.
     
  11. Offline

    efstajas

    Awesome. Had lots of fun with my friends this afternoon. ;)
     
  12. Offline

    SwearWord

    Glad to know that I'm not the only one who enjoys the stupidity of this.
     
  13. Offline

    enilsss

    Looking good!
    I also would like iconomy added to this. My idea would be that the new guy who is it loses x amt, and the guy who was previously it gains x amt: this would stop people from boosting each other and add a little bit of risk to the pointlessness. All of this would be configurable of course!
     
  14. Offline

    marinating

    You come up with a great idea, and write a nice easy plugin for it.
    Then someone asks for a config file, and you add it.
    Then somebody asks for permissions, and you add it.
    Then somebody else asks for iConomy, and you add it.
    Then people start asking for special features, and you get back to the code.
    Then you realize you spent two weeks on what should be a one-night project, and the plugin is a 400 kb behemoth loaded with every feature that people asked for. It doesn't really do what you meant it to do in the beginning.
    The life of a bukkit plugin. :)
     
  15. Offline

    SwearWord

    @marinating

    Did you CombatTag start out as just Tag :p?

    Honestly I think I'm going to take a stance not to update this plugin further. It's just tag guys....simple, innocent tag. Don't corrupt it with your iConomy....leave it in its pure and childlike being.

    Also I'm lazy.
     
    marinating likes this.
  16. Offline

    gameswereus

    Thanks so much for this plugin :p my server is TERRBILE so this was something a bit interesting to do :p
     
  17. Offline

    Cognito guy

    So the no tag backs is that no tag backs at all or with timer? If it isn't with a timer can you PLEASE add it? :)

    Also:
    can you make it so that you join tag by default if you log in?

    And:
    There's a bug: if you type /whosit when nobody is it, it says an error occurred while running that command
     
  18. Offline

    chrisc97

    Got source?

    It's a fantastic plugin and I admire its simplicity and you not wanting to update it, but I'd like the source (if you'd be so kind :p) to mess about with so I can extend it a bit.

    Nice plugin though. *like*
     
  19. Offline

    SwearWord

    @chrisc97
    Will do. Feel free to fork it and corrupt it :D
    Should be up in a few hours.
     
  20. Offline

    AcidicTaco

    cute, brings back memories of when I was in elementary school, so here are my suggestions. I know it's a lot and don't expect you to make most of it if at all any. But it's just stuff to get you thinking and possibly working. Maybe you should talk to the creator of the 'War' mod for help on how to do some of this.
    • permission nodes
      tag.player (allows people to use /tag join, leave, list, who)
      tag.creator (allows people to use /tag create and /tag ban, kick, restart, and remove if they are in a game they created)
      tag.admin (allows people to use /tag ban, kick, restart, and remove in any games)
    • safezones, for a set time limit
    • tag backs are optional
    • time delay before a tagged person can start tagging others
    • reward for tagging
    • conditions tagger is under (like lowered or heightened permissions)
    • tag zones?
    • cloth block on head of player who is it (you can change the colors)
    new modes:
    • endless tag:
      the name for the default tag mode (current mode)
    • freeze tag:
      players are frozen when tagged
      others must unfreeze frozen players
      over when all players are frozen
    • infection:
      when you tag someone you remain a tagger and the tagged person becomes a tagger
      over when all players have been tagged
    • team infection:
      2 teams of taggers, starts out as 1 tagger on each team
      taggers from another team cannot tag other taggers
      when all players have are taggers the team with the most taggers win
    commands:
    • /tag join [game name]
    • /tag leave
    • /tag list (lists active games of tag, includes game name, mode, and max players)
    • /tag create [game name] [game mode] [max players] [see who is it? (enter yes, no, true, false, 1, or 0)]
    • /tag who, /tag whoisit, /tag isit
    • /tag restart, /tag reset (restarts the current game of tag you are in, only can be used by the creator of the game or by admins)
    • /tag remove, /tag delete [game name] (removes all players from the game and removes the game, only the creator of the game or admins can use this)
    • /tag kick [player name] (kick a player from a tag game, only the creator of the game or admins can use this)
    • /tag ban [player name] (ban a player from a tag game, only the creator of the game or admins can use this)
     
  21. Offline

    chrisc97

    Thanks, I plan to corrupt it like [Government name removed].

    @AcidicTaco I'm planning to make something along those lines. I'll notify you when I do, keep your ears open.
     
  22. Offline

    Cognito guy

    are you going to post in the pluginlist when you're done?
     
  23. Offline

    chrisc97

    Possibly, if you guys want it, I will.

    Planned features:

    • Solo tag - you can tag anyone just like it is now
    • Team tag - you can tag people that aren't on your team
    • Freeze tag - you can't move after you're tagged unless someone unfreezes you
      Might make a version where you're only stuck for about 15 seconds
    • Bulldog/Zombies - you all start out as one team except for one of the other (the zombie). If the zombie tags you, you become a zombie until all but one survivor is left, who then becomes the zombie, I'll make it controllable whether or not you can/can't be turned back into a survivor (possibly)
    • And, possibly, some other items or game modes as well...
     
  24. Offline

    xM0NxST4Rx

    Lol I love ur sarcasmness!!!
     
  25. Offline

    SwearWord

    @chrisc97
    Here is the source but based on your planned features it might be easier to start from scratch.
    https://github.com/SwearWord/Tag

    @xMonXST4Rx
    I wasn't being sarcastic.
    This is sarcasm: I love your English!
     
  26. Offline

    Deleted user

    Sounds like a good idea.

    I was going to suggest a way to make it so that more than one person can be "it".

    The reason being is because my server is to have a lot of server events with rewards and whatnot.
    So an event could be that multiple people are made "it" and they all have to chase the admin. The person who tags the admin first would be the winner of the event.

    However, if you're adding a team-tag mode then that would work fine if the admin was on her/ his own team and everyone else on the opposing.
    Just add a message that says who tags who. (if there isn't one already)

    Look forward to a version with teams!
     
  27. Offline

    chrisc97

    Thanks muchly. I may in the end start from scratch, but just wanted to see what you'd done. :p

    @emcitement - I'll keep you updated!
     
  28. Offline

    fatmarley

    hmm a few features would be nice...like persistant players.
     
  29. Offline

    whileloop

    Do you go faster at times or else it would make it almost impossible to tag anyone
     
  30. Offline

    (infected)

    I thought you were putting source out there?
     

Share This Page