[REQ] AdminDuty

Discussion in 'Archived: Plugin Requests' started by Reconnoob, Dec 9, 2011.

  1. Offline

    Reconnoob

    Category: Admin

    Suggested name: AdminDuty


    Basically, I'm looking for a plugin that will allow Admins and Mods to check in to there duty's, and have specific permissions when they are on duty. So, say I was an Admin, and I did /AdminDuty, I would have access to /ban, /mute, and all the other commands that you don't normally have while offduty(While off duty, would be treated as a normal player - Once admin/mod checks off duty, inventory is cleared). It would also be great if there were a way to check Admins on duty, using a command such as /onduty, or something like that.

    I think that this type of plugin would be great for larger servers, or even smaller servers, and would allow Admins/Mods to be able to play normally while not on duty.

    Ideas for commands:
    /Admin(Mod)Duty On - Checks in to Admin Duty.
    /Admin(Mod)Duty Off - Checks off duty
    /OnDuty - Checks online Admins/Mods, and list them.


    Ideas for permissions: I am personally not very familiar with Bukkit permissions, but whatever works.

     
    TheDirtyDan likes this.
  2. Offline

    Curxe

    I like the idea,but i think its only possible with a permissions-system.Because it seems that you mean,when a admin/mod ist writting the following command he/she can play normally,so i think you mean that a command will hide the permissions from this user and will give it back,if the player is writting the command again,right?
     
  3. Offline

    Reconnoob

    Basically, yeah. It disables mod/admin commands when the player goes off duty, but re-enabled them when they come back on duty.
     
  4. Offline

    Curxe

    Hmm yeah pretty cool idea.I think with a little more information of the permissions-system that you use,somebody would develop it.

    GC
     
  5. Offline

    ThatBox

  6. Offline

    Reconnoob

    @ThatBox
    Looks pretty nice.
    For permissions I would suggest some sort of way to switch a user to a different group when he does /duty. So Admins could have /duty on in there permissions, then once they do it they are switched to the true admin group, which gives them more permissions.
     
  7. Offline

    Scandragon

    What you can do is get commandhelper and make some aliases
    OPs and admins, when promoted, would then get permission to run a /duty command
    I believe the plugin can check for a specific permission node, and then determine what to do
    If the player then has the node commandhelper.admin, it'd put the player in Admins group and OP him, if the node is commandhelper.op, make it the OP group.
    Next time the player executes the command, remove him from that group and deop

    I'm planning to do exactly this during my update phase which has just started
     
  8. Offline

    ThatBox

Share This Page