3 simple plugins.

Discussion in 'Archived: Plugin Requests' started by landstreet, Nov 16, 2012.

?

Which of these plugins would you use in you had a server?

  1. The Staff Plugin

    53.8%
  2. The Fast Responder Plugin

    30.8%
  3. The Command Shortener Plugin

    15.4%
  4. All of them.

    30.8%
  5. None.

    15.4%
Multiple votes are allowed.
  1. Offline

    landstreet

    Hey guys! These three plugins should be easy to make (i think). If you want to ofc :)

    The Staff Plugin:

    A staff plugin that can show who is staff and if any staff is online. Ex.
    if you do "/staff" it would say "There is 2 staff online!" And then it would show the player names.
    Could be customized in a config file where you could also add the staff. should support colored text.

    Commands:
    /staff - Shows the staff that's online at the moment.
    /staff add <name> - Adds the specified user to the staff list.
    /staff del <name> - Removes the specified user from the staff list.

    Permission Nodes:
    staff.use - Lets you use the /staff command
    staff.add - Lets you add a player to the list
    staff.del - Lets you remove a player from the list

    Fast Responder:

    A fast/quick response plugin. Ex. If you get the same question from alot of people on your server, "can I pls get op?" you could do "/fr op" and it would say what you have written In the config file

    Commands:
    /fr add <name> <message> - Adds a new fast reply.
    /fr <name> - Displays the chosen message.
    /fr edit <name> <message> - Edit the chosen message.
    /fr del <name> - Deletes chosen message.
    (The name functions as a ID)

    Permission Nodes:
    fr.add - Allows you to add a Fast Reply
    fr.use - Allows you to use a Fast Reply
    fr.edit - Allows you to edit a Fast Reply
    fr.del - Allows you to delete a Fast Reply

    Command Shortener:
    If you have a plugin that's using a very long command, ex: /bla <name> <time> <radious> bla bla
    You could make a new shorter command that would direct itself to the long command. ex:
    /cs /bla <name> <time> <radious> bla bla cs <ID>


    The /cs calls the "Command Shortener" plugin. Then you enter the long command. After you have entered the long command, put "cs" so it knows you are done writting the command. Then pit the ID you want so you could do "/cs <ID>" and it would do the long command:)

    Permission Nodes:
    cs.add - adds a new command shortener
    cs.remove - removes a command shortener
    cs.list - shows all the command shortener IDs



    I thought these three plugins could be good to have, i would personally use the staff plugin and the Fast Responder, but not the Command Shortener, it was just an idea :)

    (This is only my view of these plugins, if you decide to make some of these you don't have to follow my idea 100% which means you can name the plugin what you want and so on, i don't own any of this :) )
     
  2. Offline

    Duulicious

    Why wouldnt you just list users in a certain group?
     
  3. Offline

    jacklin213

    I can do the first one
     
  4. Offline

    landstreet

    For what? the staff plugin?

    Awesome! :D

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

    puppy3276

    I can do the second one.
     
  6. Offline

    YoshiGenius

    Was just about to say that! I might make it anyway. Good luck. :)
     
  7. Offline

    puppy3276

    I might also do the 3rd one.
     
  8. Offline

    dudeguything21

    i was working on something like the first one anyway ill send a link when its done.
     
  9. Offline

    landstreet

    cool

    hehe, sweet :D

    okay thx :)

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

    Cammy_the_block

    Hate to un-float everyone's boat I've seen the first and the third plugin before.
    The first on mutsworldmine (muttsworldmine.com) and the third sounds a lot like command helper http://wiki.sk89q.com/wiki/CommandHelper.

    Cammy
     
  11. Offline

    puppy3276

  12. Offline

    YoshiGenius

  13. Offline

    the_merciless

    This may also be of interest to you. It will broadcast a set response if it recognises keywords.

    config example:

    Code:
    ################################################################################################################################################################
    #                                                              Autorepsonse example:                                                                          #
    #                                                                                                                                                              #
    # Server name: [My-awesome-server]                                                                                                                              #
    # 1k: can, i, op                                                                                                                                              #
    # 1a: Asking for staff ranks or op is not allowed on this server.                                                                                              #
    # 2k: where, shops                                                                                                                                            #
    # 2a: You can get to the shops by using /warp shops                                                                                                            #
    #                                                                                                                                                              #
    #                                                                                                                                                              #
    #        When a player asks asks a question containing the keywords, the answer will be broadcast                                                              #
    #        example:                                                                                                                                              #
    #                                                                                                                                                              #
    #        player: Hello im from planet minecraft, can i be op.                                                                                                  #
    #        [My-awesome-server]: Asking for staff ranks or op is not allowed on this server.                                                                      #
    #                                                                                                                                                              #
    ################################################################################################################################################################
     
    Server name:
    k1:
    a1:
    <Edit by Moderator: Redacted mediafire url>
     
    Last edited by a moderator: Nov 8, 2016
  14. Offline

    puppy3276

  15. Offline

    landstreet

    [quote uid=98813 name="puppy3276" post=1418814]http://dev.bukkit.org/server-mods/fastresponder/pages/main/[/quote]
    Thx puppy :D

    [quote uid=106996 name="the_merciless" post=1418695]This may also be of interest to you. It will broadcast a set response if it recognises keywords.

    config example:

    Code:
    ################################################################################################################################################################
    #                                                              Autorepsonse example:                                                                          #
    #                                                                                                                                                              #
    # Server name: [My-awesome-server]                                                                                                                              #
    # 1k: can, i, op                                                                                                                                              #
    # 1a: Asking for staff ranks or op is not allowed on this server.                                                                                              #
    # 2k: where, shops                                                                                                                                            #
    # 2a: You can get to the shops by using /warp shops                                                                                                            #
    #                                                                                                                                                              #
    #                                                                                                                                                              #
    #        When a player asks asks a question containing the keywords, the answer will be broadcast                                                              #
    #        example:                                                                                                                                              #
    #                                                                                                                                                              #
    #        player: Hello im from planet minecraft, can i be op.                                                                                                  #
    #        [My-awesome-server]: Asking for staff ranks or op is not allowed on this server.                                                                      #
    #                                                                                                                                                              #
    ################################################################################################################################################################
     
    Server name:
    k1:
    a1:
    <Edit by Moderator: Redacted mediafire url>
    So If somene says "who is op here?" Will it then broadcast "you are not allowed to ask for..." ?

    [quote uid=90592945 name="YoshiGenius" post=1418575]To combine the second and the third ones..

    http://dev.bukkit.org/server-mods/quickreply/
    http://dev.bukkit.org/server-mods/quickreply/files/1-quick-reply-0-1/

    EDIT: They're currently waiting for approval.[/quote]
    Thx man :D

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Nov 8, 2016
  16. Offline

    the_merciless

    No. It will only send the answer if their chat contains ALL of the keywords listed
     
  17. Offline

    landstreet

    How far are you with the plugin?
     

Share This Page