Moves some code to the Economy helper, and fixes code formatting

This commit is contained in:
2021-09-04 20:23:26 +02:00
parent a9f2017a40
commit ef3815f91a
12 changed files with 158 additions and 109 deletions

View File

@@ -28,23 +28,20 @@ Books without Borders has got your back!
### Signs
This plugin supports several custom signs with special functionality.
Each plugin sign must have [BwB] on its first line.
This plugin supports several custom signs with special functionality. Each plugin sign must have [BwB] on its first
line.
#### Give sign
The **_give_** sign must have **[Give]** on its second line.
The third and fourth line contains the book to be loaded.
This can either be a numerical id pointing to a publicly saved book,
or the full text identifier of the book (book name, author).
The **_give_** sign must have **[Give]** on its second line. The third and fourth line contains the book to be loaded.
This can either be a numerical id pointing to a publicly saved book, or the full text identifier of the book (book name,
author).
#### Encrypt sign
The **_encrypt_** sign must have **[Encrypt]** on its second line.
The third line must contain the encryption key
The fourth line can be empty or contain "dna" for dna-based encryption.
The **_encrypt_** sign must have **[Encrypt]** on its second line. The third line must contain the encryption key The
fourth line can be empty or contain "dna" for dna-based encryption.
#### Decrypt sign
The **_decrypt_** sign must have **[Decrypt]** on its second line.
The third line must contain the decryption key
The **_decrypt_** sign must have **[Decrypt]** on its second line. The third line must contain the decryption key