[INACTIVE][FUN/MISC] allsay v0.2 - Make all the online players say something or do a command [740]

Discussion in 'Inactive/Unsupported Plugins' started by JoeJoeMcBean, Apr 15, 2011.

  1. Offline

    JoeJoeMcBean

    allsay- Make all the online players say something or do a command
    Version: v0.2
    Uses Permissions (Tested with v2.7 Phoenix).​

    Description:
    A plugin to make all users say something. Original request found here. Thanks @Waffletastic
    Customizable in game colored messages as well as the ability to load saved messages from config file, includes permissions support.

    In game messages remove leading / to avoid sending commands.
    Saved messages have the ability to have players do commands (if they have the permissions to do so).

    The colors available in messages.config
    Show Spoiler

    # The color numbers for easy reference:
    # ~0 BLACK
    # ~1 DARK_BLUE
    # ~2 DARK_GREEN
    # ~3 DARK_AQUA
    # ~4 DARK_RED
    # ~5 DARK_PURPLE
    # ~6 GOLD
    # ~7 GRAY
    # ~8 DARK_GRAY
    # ~9 BLUE
    # ~a GREEN
    # ~b AQUA
    # ~c RED
    # ~d LIGHT_PURPLE
    # ~e YELLOW
    # ~f WHITE

    Download jar here (or from the attached file below):
    allsay.jar

    Installation:
    Copy the allsay.jar file to your plugins directory. The plugin will create the plugins/allsayfolder and messages.config with default settings.

    Features:
    Customizable messages with color.​
    Config file to save pre-made messages in.​
    Source included in the jar.​

    Commands:
    Show Spoiler

    /allsay - Displays help.​
    /allsay <::savedmessage> - Loads and says the saved message in the messages.config​
    /allsay <message> - Says the <message>, can use color codes.​

    Permissions:
    Show Spoiler

    allsay.use​

    TODO:
    Show Spoiler

    code clean up​

    Changelog:
    Show Spoiler

    Version 0.2
    Sending player no longer says the message​
    Removed / from allsay messages in game to avoid sending commands​
    Version 0.1
    Release​
     

    Attached Files:

  2. Offline

    Juze

    CommandHelper already does this. :)
     
  3. Offline

    JoeJoeMcBean

    Ah good to know thanks @Juze . I poked around real quick through the releases and didn't see anything off hand that caught my eye, so I thought it would be fun to put out for @Waffletastic
     
  4. Offline

    link2110

    well what would be nice is either
    a) fix the commandhelper user command or
    b) make your own! :p
     
  5. Offline

    Waffletastic

    Thanks for making this plugin JoeJoe!

    I love how you thought to include iChat support, but could you make it so everyone but you says something? Or make another command for that?

    Haha and I love the secret all hail the mighty waffletastic message saved in the message.config! :D

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

    JoeJoeMcBean

    Sure thing. I kinda had that floating around in the back of my head but forgot to actually do something about it (everyone but you allsays). And I had left some test code in there. Maybe you were seeing a double message when you did /allsay?

    I just realized today that this does more than just a chat message. You can make others do (say) commands. Like /kill....

    Changed it so in game message doesn't send commands (still can from saved messages if you want though)

    v0.2 is out.
     
  7. Offline

    link2110

    wait, so you can make users use commands? :D
     
  8. Offline

    JoeJoeMcBean

    Heh yeah,
    In the config you could do something like
    KillEmAll::/kill
    RoundEmUp::/spawn

    You get the idea, but at this point I think that was really a lot of the purpose behind that other mod commandhelper.
     
  9. Offline

    Kccool2

    I have to say this plugin has given me hours of fun.

    Great little plugin to make all your server players go: "WTF??!?!?"

    Thank you.
     
  10. Offline

    JoeJoeMcBean

    @Kccool2 ,
    Thanks I appreciate the support!

    @all , Please feel free to comment with any feature requests!

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

    Darkedge

    I haven't looked into this plugin - but I think it'd be fun to make it possible for only one person to do a command... If everyone dies all at once... pretty obvious, but if I could make one person /kill or something... then we can all sit there and laugh at him ;P

    Sorta misdefines "AllSay" but I can't find a plugin to make one person do (or say) something.

    Sounds like a great plugin...

    Darkedge.
     
  12. Offline

    Samylots

    How to make other do commands ???
     
  13. Offline

    JoeJoeMcBean

    You would need to setup a saved message in the config.
    For example in the config-
    Code:
    RoundEmUp::/spawn
    If in game you did /allsay :RoundEmUP
    everyone would do a /spawn command (except you)
     
  14. Offline

    MonsieurApple

    Considered inactive.
     
  15. Offline

    Joshhsoj0

    i argue the inactive thingy, this still works on current servers
     
  16. Offline

    mario00037

    Can someone give me a v0.1 file? I want to make my players do a specific command.
     

Share This Page