main/Permissions

Permissions

I support the following permissions: Build-In permissions, PermissionsBukkit, bPermissions, PermissionsEx, Essentials GroupManager and Permissions 3.1.6

These new default permissions are as of version 3.2.5

Permission description

BukkitInventoryTools

PermissionDescriptionDefault
1.1bukkitinventorytools.adminAllows the user to perform BIT admin commands like /bit reload.OP

SortInventory

PermissionDescriptionDefault
2.1bukkitinventorytools.sortinventory.useAllows the user to sort and stack his inventories.OP
2.2bukkitinventorytools.sortinventory.stack.toolsAllows the user to stack tools. The tools which will be stacked is defined in config.ymlOP
2.3bukkitinventorytools.sortinventory.stack.weaponsAllows the user to stack tools. The tools which will be stacked is defined in config.yml.OP
2.4bukkitinventorytools.sortinventory.stack.armorAllows the user to stack tools. The tools which will be stacked is defined in config.ymlOP
2.5bukkitinventorytools.sortinventory.stack.foodAllows the user to stack food. The food which will be stacked is defined in config.yml.OP
2.6bukkitinventorytools.sortinventory.stack.vehiclesAllows the user to stack vehicles. The vehicles which will be stacked is defined in config.yml.OP
2.7bukkitinventorytools.sortinventory.stack.bucketsAllows the user to stack buckets. The buckets which will be stacked is defined in config.yml.OP

DigiLock

PermissionDescriptionDefault
3.1bukkitinventorytools.digilock.createThis allows the user to create his own DigiLock's.OP
3.2bukkitinventorytools.digilock.useThis allows the user to remove, lock and unlock his own DigiLock's.OP
3.3bukkitinventorytools.digilock.adminThis allows the admin to unlock all doors and inventories. (other users DigiLock's)OP

Notice that if you don't set all permissions on your permission config.yml, then the user will have the Default permission in the table above!

BookShelfs

PermissionDescriptionDefault
4.1bukkitinventorytools.bookshelf.createThis allows the user to create an inventory in a bookshelf.OP
4.2bukkitinventorytools.bookshelf.useThis allows the user to open the inventory in a bookshelf.OP
4.3bukkitinventorytools.bookshelf.adminThis allows the admin to create,open and remove inventories in bookshelfs. (other users DigiLock's)OP

Notice that if you don't set all permissions on your permission config.yml, then the user will have the Default permission in the table above!

Books

PermissionDescriptionDefault
5.1bukkitinventorytools.book.createThis allows the user to create books.OP
5.2bukkitinventorytools.book.useThis allows the user to read books and write in his own books.OP
5.3bukkitinventorytools.book.adminThis allows the admin to create,read,write and remove books. (also other users)OP

Notice that if you don't set all permissions on your permission config.yml, then the user will have the Default permission in the table above!

SpoutBackpack

PermissionDescriptionDefault
6.1bukkitinventorytools.backpack.useThis allows the user to use SpoutBackpack.OP
6.2bukkitinventorytools.backpack.size9Allow the player to open a 9 slots Backpack.OP
6.3bukkitinventorytools.backpack.size18Allow the player to open a 18 slots Backpack.OP
6.4bukkitinventorytools.backpack.size27Allow the player to open a 27 slots Backpack.OP
6.5bukkitinventorytools.backpack.size36Allow the player to open a 36 slots Backpack.OP
6.6bukkitinventorytools.backpack.size45Allow the player to open a 45 slots Backpack.OP
6.7bukkitinventorytools.backpack.size54Allow the player to open a 54 slots Backpack.OP
6.8bukkitinventorytools.backpack.upgrade18Allow the player to upgrade to a 18 slots BackpackOP
6.9bukkitinventorytools.backpack.upgrade27Allow the player to upgrade to a 27slots BackpackOP
6.10bukkitinventorytools.backpack.upgrade36Allow the player to upgrade to a 36 slots BackpackOP
6.11bukkitinventorytools.backpack.upgrade45Allow the player to upgrade to a 45 slots BackpackOP
6.12bukkitinventorytools.backpack.upgrade54Allow the player to upgrade to a 54 slots BackpackOP
6.13bukkitinventorytools.backpack.workbenchAllow the player to open a virtual workbench.OP
6.14bukkitinventorytools.backpack.nodropNo drop of the items in the Backpack on death.OP
6.15bukkitinventorytools.backpack.clearAllow the player to clear his own Backpack.OP
6.16bukkitinventorytools.backpack.clear.otherAllow the player to clear others inventories.OP
6.17bukkitinventorytools.backpack.info.otherAllow the player to show info about others.OP
6.18bukkitinventorytools.backpack.upgrade.otherAllow the player to upgrade others' Backpack.OP
6.19bukkitinventorytools.backpack.open.otherAllow the player to open other players' Backpack.OP
6.20bukkitinventorytools.backpack.reloadAllow the player to use the /backpack reload command.OP
6.21bukkitinventorytools.backpack.creativeAllow the player to use the backpack when in creative mode. Disable setting in Config.yml overrides this one.OP

Permission systems

PermissionsBukkit

    bukkitinventorytools.sortinventory.use: true
    bukkitinventorytools.sortinventory.stack.tools: true
    bukkitinventorytools.sortinventory.stack.weapons: true
    bukkitinventorytools.sortinventory.stack.armor: true
    bukkitinventorytools.sortinventory.stack.food: true
    bukkitinventorytools.sortinventory.stack.vehicles: true
    bukkitinventorytools.sortinventory.stack.buckets: true
    bukkitinventorytools.digilock.create: true
    bukkitinventorytools.digilock.use: true
    bukkitinventorytools.digilock.admin: true
or
    bukkitinventorytools.sortinventory.stack.*: true

If you want to disable the digilock for some users, the users must have this permission:

    bukkitinventorytools.digilock.use: false

PermissionsEx 1.13

and Permissions 3.1.6
    - 'bukkitinventorytools.sortinventory.use'
    - 'bukkitinventorytools.sortinventory.stack.tools'
    - 'bukkitinventorytools.sortinventory.stack.armor'
    - 'bukkitinventorytools.sortinventory.stack.weapons'
    - 'bukkitinventorytools.sortinventory.stack.food'
    - 'bukkitinventorytools.sortinventory.stack.vehicles'
    - 'bukkitinventorytools.sortinventory.stack.buckets'
    - 'bukkitinventorytools.digilock.create'
    - 'bukkitinventorytools.digilock.use'
    - 'bukkitinventorytools.digilock.admin'
    - 'bukkitinventorytools.bookshelf.create'
    - 'bukkitinventorytools.bookshelf.use'
    - 'bukkitinventorytools.bookshelf.admin'
    - 'bukkitinventorytools.book.create'
    - 'bukkitinventorytools.book.use'
    - 'bukkitinventorytools.book.admin'
or
    - 'bukkitinventorytools.sortinventory.stack.*'

Internal permissions

If you dont have a permission system:
Users will only have access to

    bukkitinventorytools.sortinventory.use
    bukkitinventorytools.digilock.create
    bukkitinventorytools.digilock.use
    bukkitinventorytools.bookshelf.create
    bukkitinventorytools.bookshelf.use
    bukkitinventorytools.book.create
    bukkitinventorytools.book.use

OP will have acess to

    bukkitinventorytools.sortinventory.stack.armor
    bukkitinventorytools.sortinventory.stack.tools
    bukkitinventorytools.sortinventory.stack.weapons
    bukkitinventorytools.sortinventory.stack.food
    bukkitinventorytools.sortinventory.stack.vehicles
    bukkitinventorytools.sortinventory.stack.buckets
    bukkitinventorytools.digilock.admin
    bukkitinventorytools.bookshelf.admin
    bukkitinventorytools.book.admin

Example:

# Permission example for BukkitInventoryTools
users:
    Gabriel333:
        permissions:
            permissions.example: true
        groups:
        - admin
    Testuser:
        permissions:
        - herp.derp
        groups:
        - Builder
    TestBuilder:
        permissions: []
        groups:
        - Builder
    TestModerator:
        permissions: []
        groups:
        - Moderator
groups:
    default:
        permissions:
            permissions.build: false
    builder:
        permissions:
            permissions.build: true
            bukkitinventorytools.sortinventory.create: true
            bukkitinventorytools.sortinventory.use: true
            bukkitinventorytools.sortinventory.stack.tools: true
            bukkitinventorytools.sortinventory.stack.weapons: true
            bukkitinventorytools.sortinventory.stack.armor: true
            bukkitinventorytools.sortinventory.stack.food: true
            bukkitinventorytools.sortinventory.stack.vehicles: true
            bukkitinventorytools.digilock.create: true
            bukkitinventorytools.digilock.use: true
            bukkitinventorytools.digilock.admin: false
            bukkitinventorytools.bookshelf.create: true
            bukkitinventorytools.bookshelf.use: true
            bukkitinventorytools.bookshelf.admin: false
            bukkitinventorytools.book.create: true
            bukkitinventorytools.book.use: true
            bukkitinventorytools.book.admin: false
            bukkitinventorytools.backpack.use: true
            bukkitinventorytools.backpack.size27: true
            bukkitinventorytools.backpack.upgrade27: true
            worlds:
                oceanworld:
                    smartplugin.tool: true
        inheritance:
        - default
    moderator:
        permissions:
            bar.foo: true
        worlds:
            OceanWorld:
                coolplugin.item: true
        inheritance:
        - builder
    admin:
        permissions:
            permissions.*: true
            bukkitinventorytools.digilock.admin: true
            bukkitinventorytools.bookshelf.admin: true
            bukkitinventorytools.book.admin: true
        inheritance:
        - moderator
messages:
    build: '&cYou do not have permission to build here.'

Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes