[ADMN] CommandPermissions v1.0.1 - Multiworld command-based permissions [1597]

Discussion in 'Inactive/Unsupported Plugins' started by vildaberper, May 7, 2011.

  1. Offline

    vildaberper

    CommandPermissions - Multiworld command-based permissions
    Version: 1.0.1 - Download
    Source: Github

    CommandPermissions makes it a whole lot easier to manage your server. Its an easier alternative to Permissions, much like the build-in permissions for hmod.
    It does not require any support from any plugin, this will work with every one of them, even the "op-commands".

    Use with this if youre having troubles with CommandPermissions! (Itll op all players)

    Commands:
    Template:
    Code:
    Copy: null # Should it ignore thease permissions and copy another world's?
    Groups:
        Default: # The group's name, can be anything.
            Default: true # Should it be one of the default groups for undefined players?
            Permissions: # Add your commands here.
                - '/list' # Allows the members of the group to use /list.
        Admin:
            Default: false
            Permissions:
                - '/time'
                - '/say'
    Users:
        vildaberper: # The user's name.
            Groups: # What groups is the user a member of?
                - 'Default'
                - 'Admin'
            Permissions: # User-specific commands.
                - '/reload'
        Isakksson:
            Groups:
                - 'Default'
            Permissions:
                - '/help'
    
    Changelog:
     
    Legalbob, KillYoy, MalcolmLC and 3 others like this.
  2. Offline

    Jason897

    is there a new version coming out?
     
  3. Offline

    floogulinc

    i used to love the hmod permsissions and still hate most permission systems for bukkit, i will try this.
     
  4. Offline

    NaziHunter85

    Dear Sir,
    I have been confused on how to set this up and where. My username is NaziHunter85 and i want to be part of the admin group, and use /help can you give me an example with this information in it?
    NaziHunter85
     
  5. Offline

    ollimorten

    hawe some one a good video of the mod ?
    maby how you create difrent groops ore mak you admin :D
     
  6. Offline

    Matackable

    I've yet to find a permissions plugin that actually works. This is very frustrating.
     
  7. Offline

    Mikkelc2323

    Thxxx So easy to use. :)
    The ohter permission plugins is hard D:
     
  8. Offline

    lancalot

    how do i put commands that aren't part of the normal part on?+
     
  9. Offline

    raoulster

    I cant help but thank you on this wonderful plugin, but there is one problem, now that all my players are ops, they can by pass protected areas, is there any protection plugins that admins cant bypass?
     
  10. Offline

    wrinklemonster

    Hello, I edited my name to be in the User Name line however it now keeps giving me the "[SEVERE] Error occurred while enabling CommandPermissions v1.0.1 (Is it up to date?): while parsing a block mapping; expected <block end>, but found BlockMappingStart " message

    my config file is as follows please let me know any error?
    Copy: null # Should it ignore thease permissions and copy another world's?
    Groups:
    Default: # The group's name, can be anything.
    Default: true # Should it be one of the default groups for undefined players?
    Permissions: # Add your commands here.
    - '/list' # Allows the members of the group to use /list.
    - '/tp'
    Admin:
    Default: false
    Permissions:
    - '*' # This means all commands
    Users:
    vildaberper: # The user's name.
    - 'wrinklemonster'
    Groups: # What groups is the user a member of?
    - 'Default'
    - 'Admin'
    Permissions: # User-specific commands.
    - '/reload'
    Isakksson:
    Groups:
    - 'Default'
    Permissions:
    - '/help'
     
  11. Offline

    resba

    Inactive. Moved.
     

Share This Page