Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Nov 29, 2015
1 parent f7835e1 commit e9aed68
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,17 @@ Custom permissions plugin for [Obsidian](https://obsidian.gg) - this is likely h
ObsidianPermissions has several options that can be configured in the `config.yml` file:

```yaml

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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>gg.obsidian</groupId>
<artifactId>ObsidianPermissions</artifactId>
<version>0.1.0</version>
<version>1.0.0</version>
<description>Custom permissions plugin for Obsidian</description>
<url>https://github.com/the-obsidian/ObsidianPermissions</url>

Expand Down

0 comments on commit e9aed68

Please sign in to comment.