[INACTIVE][CHAT] BlamChat v2.0 - No Chatting Please! Its Quiet Time [953]

Discussion in 'Inactive/Unsupported Plugins' started by Minecraft93, Jun 24, 2011.

  1. Offline

    Minecraft93

    BLAM CHAT!
    Version 2.0
    Requested By @godgodgodgo
    Description - This is a Super Simple Plugin that disables chat! To Chat It Requires BedRock In your Inventory! Omg Epic Right? See Now Admin Can Control Who Chats and Who Doesnt!
    Download -
    http://dl.dropbox.com/u/1015938/BlamChat.jar Latest CB
    Features -
    • Disables Chat. Simply no commands *will later include some way to enable chat :D*!!!
    • Shows Message *No Chatting Please! Its Quiet Time*
    Future Updates -
    • Config For Message
    • Command Only OverHual. Seems Ppl Dont Like the Block Idea.
    • A Way To Enable It For Certain Players! *BedRock*
    ChangeLog -
    • V1.0 Release Cb928
    • V2.0 Cb928 Added Bedrock! U cant Chat If u dont have Bedrock! only 1 Piece is Required!

    Released It and Then Added The BedRock Feature! If you have Bedrock then you can chat! Easy Way to Control Those Annoying People. Remember Server Admins! Make Bedrock Expensive if they buy it.

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

    7rmb7

    Isn't it a little bit impractical to have to have a block to chat?
     
  3. Offline

    soulreafer

    will it work with other blocks or items?
    the possibility to change the block id would be nice so only players with 76 ( redstone torch ) ( microphone ) can talk ^^
     
  4. Offline

    Minecraft93

    Well This Plugin Was Mostly Created After Someone Wanted a basic Way to turn off the chat and turn back on. So I thought whats a *illegal* Block. so i added Bedrock. But i can remove that and add a command to enable it. but it would take me awhile.

    Yes Of Course it Would Work With Other Blocks. I can String out a whole Line of Items if Needed. just tell me what you would like for blocks/ items
     
  5. Offline

    soulreafer

    my fav. is redstonetorch. but i think the best way is to hash the item id out of an config file?!

    best regards
     
  6. Offline

    Minecraft93

    lol, after all my plugins ive written and the ammount of research ive done i still dont understand how to create a config. currently 3 out of 4 plugins i made need a config :p.
     
  7. Offline

    7rmb7

    Yeah. I think a command would make it more "clean".
     
  8. Offline

    soulreafer

    ömmmm?

    Code:
    BufferedReader br = new BufferedReader(
               new InputStreamReader(
               new FileInputStream("BlamChat/blockconfig.ini")));
    StringBuffer contentOfFile = new StringBuffer();
    String line;
    while ((line = br.readLine()) != null) {
        contentOfFile.append(line);
    }
    String content = contentOfFile.toString()
    put the String content to the position in your code where the regulary ID is.
    I am an VB.NET writer so i HOPE it helps
     
  9. Offline

    Minecraft93

    Updated To 953. Works For Beta 1.7.2
     
  10. Offline

    iFreZzAx

    Hiya,
    I love this plugin its really usefull for when my server chat runs out of control.
    Or to simply broadcast an important message to the whole server.
    But I think the command Idea to simply stop chat and start chat with a command and to chose which users can type and which cant with a command regardless if they have bedrock or not would put this plugin on another level of awesomeness.
     
  11. Offline

    DrBowe

    If you want, I can teach you how to use Bukkit's Configuration Util (its EXTREMELY easy once you learn how to do it, and on top of that, it's automatically a YAML)
     
  12. Offline

    Plague

    Man what's with the Capital Letter For All Words? :confused:
     
  13. Offline

    Minecraft93

    sorry is that keeping this from being accepted?

    Cool that would be amazing. Send me a pm.
     
  14. Offline

    Plague

    OMG :) I thought I released it and then just posted this personal note, sorry!
     
  15. Offline

    Minecraft93

    lol its fine at least you didnt say you hated me or my work. what who said that :p
     

Share This Page