Skip to content

Commit

Permalink
permissions chapter: put lines of text in consistent order (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
DocSplinters authored Aug 30, 2024
1 parent b864f3d commit 82043c4
Showing 1 changed file with 19 additions and 11 deletions.
30 changes: 19 additions & 11 deletions docs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
Configuration, Permissions, Localization
Configuration, Localization, Permissions
========================================


Configuration
-------------
As usual with Bukkit plugins, the configuration is in the config.yml in the plugin's directory. A config.yml with the default settings is is created after starting and stopping the server with the plugin for the first time.

Please refer to the [default config.yml](https://github.com/MinecraftWars/Gringotts/blob/master/config.yml) for a complete example.


### Language ###
The `language` option allows you to set one of Gringotts' supported language for interaction messages with players. Currently supported options are `custom` (default/english) and `de` (German). See below on how to modify custom messages to your preferences.


### Currency ###
Per default Gringotts uses emeralds as currency, but this can be changed to any other type of item.

Expand All @@ -29,6 +32,7 @@ Example configuration section:

This is the default configuration which uses emeralds as currency, with emeralds having value 1, and emerald blocks value 9.


#### Individual settings

* `name` Name of the currency to be used in messages to players. Please enter both a singular and plural version.
Expand Down Expand Up @@ -149,6 +153,7 @@ Allow players to create vaults for other players.

Allow players to create vaults for their own account.


### Vault usage

gringotts.usevault
Expand All @@ -167,37 +172,40 @@ Use player inventory as vault when player is online.
gringotts.usevault.enderchest
default: true

### User commands
Use player's enderchest as vault when player is online.

Use Gringotts commands.

### User commands

gringotts.command
default: true

Use Gringotts commands.

---

Allow transfer command (pay)

gringotts.transfer:
default: true

---
Allow players to transfer money to other accounts via `/money pay`
(was: Allow transfer command (pay))

Allow withdrawal of money from chest storage to inventory via `/money withdraw`.
---

gringotts.command.withdraw:
default: true

Allow withdrawal of money from chest storage to inventory via `/money withdraw`.

---

Allow deposit of money to chest storage from inventory via `/money deposit`.

gringotts.command.deposit:
default: true

### Admin permissions
Allow deposit of money to chest storage from inventory via `/money deposit`.

Allow players to transfer money to other accounts via `/money pay`

### Admin permissions

gringotts.admin:
default: op
Expand Down

0 comments on commit 82043c4

Please sign in to comment.