Easier Command Plugin

Discussion in 'Archived: Plugin Requests' started by XtrmePlaya, Feb 22, 2014.

  1. Offline

    XtrmePlaya

    Suggested name: SimpleInfoCommands

    What I want: This will be a simple info command maker.

    This will be similar to Essentials info.txt file, but at a slightly larger scale.
    NOTE: Commands can not conflict with other plugins. This will have secondary permission, so if its already there, that plugin will have precedence to use this command.
    SimpleInfoCommands
    XtrmePlaya: /info

    Essentials:
    XtrmePlaya: /info
    Essentials will take SCC command over, and /info for SCC will not work. It will pull up Essentials info.txt file.

    This will not:
    1. Change Commands
    2. Tie your command to another command Ex: /kittycannon is now /kitty

    This will:
    Example config.yml

    #enabled: true |This will tell if this file and command will be enabled on the server
    #test |this is just the name of the file/command NOTE: Keep Hashtag
    #file: test.txt |This is the file that it pulls the data from.
    #command: test |This is the command that is needed to pull up file in minecraft

    enabled: true
    #notes
    file: notes.txt
    command: notes

    enabled: true
    #apply
    file: apply.txt
    command: apply

    You just create a config here for which ever you need.
    After you create this, You can reload plugin with /sic reload. This will create a text.txt with the name of the file noted in your directory. You can then edit/change what you want in there.
    You can also have the permission to create or delete a file from withen minecraft. this will change the config.yml and create an text.txt.

    Ideas for commands:
    - /sic help
    - /sic reload
    - /sic create [name]
    - /sic delete [name]
    NOTE: This will also include the file commands from each file you create
    EX: /apply
    EX: /notes

    Ideas for permissions:
    - sic.admin.reload
    - sic.admin.create
    - sic.admin.delete
    - sic.view.[name]

    When I'd like it by: The faster the better, but you do not need to rush.
     
  2. Offline

    BondsBrother008

    Plugin called my command does this
     
  3. Offline

    timtower Administrator Administrator Moderator

    XtrmePlaya likes this.
  4. Offline

    XtrmePlaya

    Helps so much. Thank You.

    Lock If you can moderator. Resolved.
     
    timtower likes this.

Share This Page