Custom command-message plugin?

Discussion in 'Archived: Plugin Requests' started by TheOnlyShad0w, Jul 22, 2012.

  1. Offline

    TheOnlyShad0w

    I'm looking for a plugin where you could specify a custom command like "/register" and it would simply give the player a message like "Go to this link: chicken.com".

    Does anyone know of something like this? I have searched everywhere, and either I've missed something or nobody has made this simple, yet incredibly useful plugin.

    Thanks.
     
  2. Offline

    strontkever

  3. Offline

    lol768

  4. Offline

    strontkever

  5. Offline

    TheOnlyShad0w

    Well this looks like what I need, but it also looks really advanced. I don't know where to start and how to use it.
     
  6. Offline

    np98765

    CommandHelper (it has a custom output 'msg' feature).
     
  7. Offline

    TheOnlyShad0w

    CommandHelper is out of date.
     
  8. Offline

    np98765

    It works fine, though. Just because it's not updated to the lastest RB, it doesn't mean that it doesn't work.
     
  9. Offline

    TheOnlyShad0w

    I don't really feel safe with using old versions. I have over 30 other plugins.
     
  10. Offline

    np98765

    What? What does an older version of CommandHelper have to do with your 30 other plugins?

    I'm just going to say two things:
    1) CH works perfectly fine. There haven't been any issues/complaints about it not being updated. I've used it for months without a single hiccup.
    2) It's doubtful that someone is going to create a plugin that does this. CommandHelper is used by many, and it works. What's the need for another plugin that the exact same feature?

    So McDocs is "really advanced", and CommandHelper isn't "safe". You're really limiting your options here.
     
  11. Offline

    Themuddfamily

    I could make a plugin that does that 1 thing?
     
  12. Offline

    kezz101

    If all else fails: Commander
     
  13. Offline

    TheOnlyShad0w

    I'm not trying to be difficult or anything, but I am not an advanced user. I don't know how to do much, but my friend did tell me to only use up-to-date plugins, so that is what I'm trying to do.

    It doesn't look like Commander does what I want.
     
  14. Offline

    Superboop

    In the Plugins Request Guide, there's kTriggers, which I use. Works fine for me.

    http://dev.bukkit.org/server-mods/ktriggers/

    You really do need to tinker and learn how to use plugins though. It'll help when something goes wrong with the plugins and such.
     
  15. Offline

    TheOnlyShad0w

    That plugin looks good. Is it easy to use?
     
  16. Offline

    Superboop

    Yep. Here's the config if you need it.

    Code:
    # Each command can be given a 'runOnce' key.
    # If this key is specified, it will only be run ONE TIME for that triggerer
    # and cannot be executed ever again by that person, unless you edit that command's
    # 'runOnceList' key and remove their name.
    # 
    # Each non-override command is given a permission node: ktrigger.command.[command name]
    # Each permission is registered to ktrigger.command.*, which is registered to ktrigger.*
    # ktrigger.reload allows the use of /ktrigger reload, and defaults to Op (but can be overridden)
    plugin:
      debug: false
      log_commands: false
      version: 1.3-b35 for Bukkit 1.2.3-R0.1
    tasks: []
    commands:
      register:
        message:
        - 'Go to this link: &6chicken.com.'
    lists: []
    [/code
     
  17. Offline

    TheOnlyShad0w

    Well I'm a total noob. Can you show me what it would look like with 2 tasks like that?
     
  18. Offline

    Superboop

    Well I do suppose you have no knowledge of config files lol.

    "[]" means nothing, so "tasks: []" means there's nothing in tasks; tasks will do nothing using the config because you don't need it. You don't need "lists: []" either, hence the [].

    Aka. It's actually 1 commands, and not 2 tasks.

    Anyway,

    [​IMG]

    [​IMG]
     
  19. Offline

    TheOnlyShad0w

    So if I copy and paste these lines:

    tasks: [] commands: register: message: - 'Go to this link: &6chicken.com.' lists: [] [/code

    And replaced the text with:

    tasks: [] commands: mumble: message: - 'Follow this link to talk on our Mumble Server:coolio.com' lists: [] [/code

    Would that work?
     
  20. Offline

    Superboop

    Yep, that would work.
     
  21. Offline

    TheOnlyShad0w

    Thanks alot. This looks easy enough.
     

Share This Page