singlepermissions

Discussion in 'Archived: Plugin Requests' started by kaketoe, Jun 3, 2013.

?

Does this alredy exists public?

Poll closed Jul 3, 2013.
  1. yes

    0 vote(s)
    0.0%
  2. no

    0 vote(s)
    0.0%
  1. Offline

    kaketoe

    Plugin category: Permissions

    Suggested name: Playerpermissions

    What I want: A plugin where you can give a single player a permission for a command instead of the whole group, im using groupmanager and i sometimes don't want to give a permissions to a group but only to 1 person,

    Ideas for commands: /pm add (command) /pm remove (command)

    Ideas for permissions: playerpermissions.give playerpermissions.remove
     
  2. Offline

    timtower Administrator Administrator Moderator

    kaketoe
    Code:
     Overriding Permissions
     
        /manuaddp: Add permission directly to the player.
            /<command> <player> <permission>
            groupmanager.manuaddp
        /manudelp: Removes permission directly from the player.
            /<command> <player> <permission>
            groupmanager.manudelp
        /manulistp: List all permissions from a player.
            /<command> <player>
            groupmanager.manulistp
        /manucheckp: Verify if user has a permission, and where it comes from.
            /<command> <player> <permission>
            groupmanager.manucheckp
    
     
  3. Offline

    kaketoe


    thankyou
     
    timtower likes this.

Share This Page