Skip to content

the-obsidian/ObsidianPermissions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ObsidianPermissions Build Status

Custom permissions plugin for Obsidian - this is likely highly specific to our use case, however feel free to use yourself if you'd like.

Requirements

  • Java 8

Installation

  1. Download the latest release from GitHub
  2. Add it to your plugins folder
  3. Either run Bukkit/Spigot once to generate ObsidianPermissions/config.yml or create it using the guide below.
  4. All done!

Configuration

ObsidianPermissions has several options that can be configured in the config.yml file:

groups:
- name: default
  permissions:
  - bukkit.command.time.add
  - bukkit.command.time.set
  - minecraft.command.time
- name: member
  rank: 10
  display_name: '&6[Member] &f%p'
  extends:
  - default

Features

  • Permission groups are defined in config.yml
  • Group membership is stored in a database