[INACTIVE][CHAT] FakeMessage 0.5.2 - Notch has joined the game! [1000]

Discussion in 'Inactive/Unsupported Plugins' started by niccholaspage, Feb 13, 2011.

     
  1. Offline

    niccholaspage

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    FakeMessage - Faking messages in the chat
    Version: v0.5.2
    Tested on Craftbukkit 1000
    This plugin can fake chat messages. For example:
    Notch has joined the game.
    <Notch> Hello!
    Notch has left the game.

    Features:
    • Supports different message formats.
    • Has join and leave messages.
    • Private messaging
    • Supports Permissions.
    • Console & players can use the commands
    • Supports prefixes, suffixes, group names, and worlds!
    UPGRADE NOTICE 0.3 and lower to 0.4+
    The config file is now in plugins/FakeMessage/config.yml and has been changed. FakeMessage 0.4+ will automatically generate it for you.

    Commands:

    The commands are:
    /fsay name message
    /fj or /fjoin name
    /fl or /fleave name
    /fmsg toplayer name message
    /fswitch name

    Permissions:
    /fsay - fakemessage.say
    /fjoin or /fj - fakemessage.join
    /fleave or /fl - fakemessage.leave
    /fmsg - fakemessage.message
    If you would like to give these all to a group, use fakemessage.*

    Custom messages:
    If you run the plugin without creating a configuration file, the message format will be the following:
    <namehere> messagehere

    The join format will be:
    name has joined the game.

    The leave format will be:
    name has left the game.

    If you would like to change this, modify the plugins/FakeMessage/config.yml file.
    Code:
    FakeMessage:
        messageformat: '[Default] +name: +message'
        privatemessageformat: '(MSG) <+name> +message'
        joingame: '&e+name has logged on.'
        leavegame: '&e+name has logged out.'
    
    +prefix - The player's group prefix
    +suffix - The player's group suffix
    +group - The players group
    +name - The players display name
    +world - The world the player is in
    +message - The message the player sent

    If you would like to add colors, add & and then the color you want. For example:
    Code:
    FakeMessage:
        messageformat: '[&6+group&f] +name: +message'
    This will make the group name a gold color. If your prefix is &6, FakeMessage will color wherever the prefix is in your message format. For a list of colors, go to:
    minepedia.net/colorguide.php

    Remember to replace the § character with &.

    Download FakeMessage

    Source

    Todo:
    • New line character for join/leave messages
    • nChat and iChat support (Should be pretty easy)
    Changelog:
    Version 0.5.2
    • Fix for 1.6
    • Using /fj and /fl without any arguments will fake you as joining/leaving.
    Version 0.5.1
    • Fix for 1.5
    Version 0.5
    • /fswitch
    • Prefix, suffixes, worlds, and group support.
    Version 0.4
    • Uses onCommand, no more OP unknown command messages
    • Cleaned up code
    • Fixed Permissions bug
    • Messaging support
    • Use commands from console
    Version 0.3
    • Updated to newer CB builds
    • New commands (Look above)
    • If permissions is not found, plugin will default to OP.
    • If a user doesn't enter all the arguments, FakeMessage will send how to use the command back.
    Version 0.21

    • Changed namespace from com.bukkit.niccholaspage.FakeMessage to com.niccholaspage.FakeMessage.
    Version 0.2

    • Color support is added.
    • Custom join and leave messages added.
    Version 0.1

    • First Release

    This post has been edited 2 times. It was last edited by niccholaspage Aug 14, 2011.
    Hankscorpiouk, NikkyyyHD and JWhy like this.
  2.  
  3. Offline

    Allio567

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    How do you catch griefers with it? :confused: I use it to trick people that Herobrine is real :D
  4. Offline

    Persioncool

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    When I'm gone for like 15 min, they always grief houses. This time I just did leave and it sort of worked.
  5. Offline

    Allio567

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    That is epic :D You should get BigBrother too, a great anti-grief plugin
  6. Offline

    Klausar

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Still not compatible with iChat?
  7. Offline

    TheGurw

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Forgot the permissions node for /fswitch :p
  8. Offline

    antontus

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Download Link broken:(
  9. Offline

    niccholaspage

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Sorry! I'll get the download links up as soon as I can.
  10. Offline

    matter123

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    wouldn't it be easier to fire a new on Player Chat Event then the format can be group specific
    pluginmanager.parsevent(new OnPlayerChatEvent(player,message);
  11. Offline

    Buckethead

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    so do i need sql or permissiond? ops only default?
  12. Offline

    Lucas_Xero

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    but notch doesn't leave the game, he kicks himself! Fact!
  13. Offline

    adenslayer

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    every time I use this I get this error :(

    >fjoin aden
    16:54:24 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'fjoin' in plugin FakeMessage v0.5
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:344)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:489)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:468)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.UnsupportedOperationException: Unsupported operation
    at com.platymuus.bukkit.permcompat.PermissionHandler.getPermissionString(PermissionHandler.java:154)
    at com.niccholaspage.FakeMessage.FakeMessage.formatMessage(FakeMessage.java:125)
    at com.niccholaspage.FakeMessage.CommandHandler.onCommand(CommandHandler.java:32)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 6 more
  14. Offline

    Christiannuts

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    what does the '/fswitch' command actually do?
  15. Offline

    swordxh

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    can you update this for the latest cb?
    If i type a name (ex: Notch) on /fjoin or /fsay that is not in game it doesn't work

    that's the error:

  16. Offline

    Irock23

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Same happens to me, if you try to do one of the fake message commands with a user that is not online it gives you an error, but it works fine if they actually are online
  17. Offline

    Thesimpsons11

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Why can't I do fsay /fl /fj or /fsay!
    it says: an internal error occurred while attempting to perform this command
  18. Offline

    xgregoryx123

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Is this going to be updated for 1185?
  19. Offline

    Cartmenez

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I would really love this plugin! can you please update it for #1185??
    swordxh and xgregoryx123 like this.
  20. Offline

    NiVangerow

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Is there any way to change the name in the list that appears when you press tab?
  21. Offline

    Buckethead

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    lol yeah i frogt about that to
  22. Offline

    NuclearW Citrullus lanatus Administrator

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Moved to inactive, please update to the latest RB and tag me or another staff member in a response post to have it moved back.
  23. Offline

    felcool12

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I've clicked the download link on dropbox, It says theres non available.
    Could you put it on mediafire please! :mad:
    -Felix
  24. Offline

    TheDiamondMC

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Nick The Download Is NOt Working Please Help!
  25. Offline

    Blackradio

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

    This post has been edited 1 time. It was last edited by h31ix Nov 4, 2012.
  26. Offline

    samuelchu2000

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    wow your server is 1.7? so fake, but the download link is not working man please fix
  27. Offline

    zachoooo

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I feel like I should update this with all the people asking for it
    Hankscorpiouk likes this.
  28. Offline

    6double

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    maybe he is using beta 1.7? i dunno. but DL link is STILL broken, please fix it!

    This post has been edited 1 time. It was last edited by h31ix Dec 9, 2012.
  29. Offline

    69.162.80.131:25569

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Can you make it available for bukkit dev?
    Hankscorpiouk likes this.

Share This Page