Skip to content

Commit

Permalink
beautifying README.md :)
Browse files Browse the repository at this point in the history
Yay! be more... informed?
  • Loading branch information
ItsTheBdoge authored Apr 28, 2018
1 parent d73f8ba commit e311cf3
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,27 @@
# SoulBound
Soulbound plugin created with Sponges API
Soulbinding brought to you with Sponge's API!

### Commands and Permissions
---------
|Commands | Description |
|:--------|:---------------------------------------------------------------------|
|/sb |Displays help-text |
|/sb addSb |Adds soulbinding trait to an item |
|/sb removeSB |removes Soulbinding trait from an item |
|/sb addconfig [pickup/use] |adds item in hand to the config based on argument |
|/sb removeconfig [pickup/use]|Removes item in hand from config based on argument|

|User Permissions |Description |
|:--------------------|:----------------------------------------------------|
|soulbound.user.pickup|Soulbinds items to user on pickup |
|soulbound.user.use |Soulbinds items to user on use (Rightclick/Leftclick)|
|soulbound.user.keep |Allows the user to retain items after death |

|Admin Permissions |Description |
|:-------------------------|:----------------------------------------------------|
|soulbound.admin.help |Displays help text |
|soulbound.admin.addlist | Adds items to the soulbound list (item in hand) |
|soulbound.admin.removelist|Removes item from the soulbound list (item in hand) |
|soulbound.admin.addsb | adds Soulbound trait to item (item in hand) |
|soulbound.admin.removesb | removes Soulbound trait from item (item in hand) |
----------

0 comments on commit e311cf3

Please sign in to comment.