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

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

  1. Offline

    niccholaspage

    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
     
    Hankscorpiouk, NikkyyyHD and JWhy like this.
  2. Offline

    Klausar

    Still not compatible with iChat?
     
  3. Offline

    TheGurw

    Forgot the permissions node for /fswitch :p
     
  4. Offline

    antontus

    Download Link broken:(
     
  5. Offline

    niccholaspage

    Sorry! I'll get the download links up as soon as I can.
     
  6. Offline

    matter123

    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);
     
  7. Offline

    Buckethead

    so do i need sql or permissiond? ops only default?
     
  8. Offline

    Lucas_Xero

    but notch doesn't leave the game, he kicks himself! Fact!
     
  9. Offline

    adenslayer

    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
     
  10. what does the '/fswitch' command actually do?
     
  11. Offline

    swordxh

    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:

     
  12. Offline

    Irock23

    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
     
  13. Offline

    Thesimpsons11

    Why can't I do fsay /fl /fj or /fsay!
    it says: an internal error occurred while attempting to perform this command
     
  14. Offline

    xgregoryx123

    Is this going to be updated for 1185?
     
  15. Offline

    Cartmenez

    I would really love this plugin! can you please update it for #1185??
     
    swordxh and xgregoryx123 like this.
  16. Offline

    NiVangerow

    Is there any way to change the name in the list that appears when you press tab?
     
  17. Offline

    Buckethead

    lol yeah i frogt about that to
     
  18. Offline

    NuclearW

    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.
     
  19. Offline

    felcool12

    I've clicked the download link on dropbox, It says theres non available.
    Could you put it on mediafire please! :mad:
    -Felix
     
  20. Offline

    TheDiamondMC

    Nick The Download Is NOt Working Please Help!
     
  21. Offline

    Blackradio

  22. Offline

    samuelchu2000

    wow your server is 1.7? so fake, but the download link is not working man please fix
     
  23. Offline

    zachoooo

    I feel like I should update this with all the people asking for it
     
    Hankscorpiouk likes this.
  24. Offline

    6double

    maybe he is using beta 1.7? i dunno. but DL link is STILL broken, please fix it!
     
  25. Can you make it available for bukkit dev?
     
    Hankscorpiouk likes this.

Share This Page