[ADMN/CHAT] Secret Commands 1.1 Run console commands with hidden keyword [1.1-R3]

Discussion in 'Inactive/Unsupported Plugins' started by fafaffy, Feb 11, 2012.

  1. Offline

    fafaffy

    Secret Commands - Run console commands with hidden keyword:
    Version: v1.1

    This plugin lets you make secret keywords (Ex: "I accept all the rules stated") and run multiple console commands from them. The config file is VERY easy to use, and setup is a breeze.

    Features:
    • Run multiple console commands when user types a specific word/phrase
    • Replaces %P with the playername. So you can make it auto-promote a user
    Permissions:
    • SecretCommands.config - Lets you do "/sc reload" (Reloads the config file)
    • SecretCommands.[word/phrase]- Allows the user to use the secret command
    Make sure to replace spaces with underscores, so "I will not grief" is "SecretCommands.i_will_not_grief"

    Example config file:
    Code:
    I accept all the rules:
        OneTime: true
        Commands:
        - %P Accepted the rules!
        - permissions player setgroup %P Builder
    
    Download Secret Commands: DropBox
    Source Code: Included in jar

    Changelog:

    1.1
    • Made it so commands could only be used once! :D

    1.0
    • Releasing my awesome plugin
     

    Attached Files:

    Fogest likes this.
  2. Offline

    Fogest

    Nice plugin! A suggestion for you is to make it so that you can configurable certain messages to only be able to be run once by a user and then when they say it another time it won't work again.

    Oh and by the way Bukkit acutally uses a new system for submitting plugins which I highly suggest using:
    http://dev.bukkit.org/

    Regards,
    Fogest
     
  3. Offline

    fafaffy

    For the suggestion, I'll be sure to add that soon :)
    And thanks for the link, didn't know Bukkit finally made the new system :)
     
  4. Offline

    Fogest

    Awesome! And the Bukkit System has been out for a few months at least I believe.
     
  5. Offline

    fafaffy

    Added the ability for commands to only be used once!
     
    Fogest likes this.
  6. Offline

    Fogest

    Awesome dude! I suggest also putting this on bukkit dev when you get a change it makes it a lot easier to manage the plugin, such as through the ticket system. The file updates are really handy there. Also a lot more people will find it there then here!
     
  7. Offline

    fafaffy

    Yeah, I already put it there, just waiting for the plugin to be approved. Thanks for telling me, though.
     
  8. Offline

    md_5

    Please update to R4
     

Share This Page