Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
7f92588e32 | |||
bed0f4f518 |
@@ -30,7 +30,7 @@ Books without Borders has got your back!
|
|||||||
value
|
value
|
||||||
- Change generation of books. Create tattered books for your RPG server!
|
- Change generation of books. Create tattered books for your RPG server!
|
||||||
- Optionally, make it impossible to duplicate the original version of a book
|
- Optionally, make it impossible to duplicate the original version of a book
|
||||||
- Optionally, hit a bookshelf while sneaking to display the contained books
|
- Optionally, hit a bookshelf while sneaking to display the contained books. The bookshelf can be given a title and lore
|
||||||
|
|
||||||
#### Group encryption
|
#### Group encryption
|
||||||
|
|
||||||
@@ -64,6 +64,7 @@ An in-game description of available commands is available through the /bwb comma
|
|||||||
| /settitle | \<title> | Sets the title of the book/item the player is holding |
|
| /settitle | \<title> | Sets the title of the book/item the player is holding |
|
||||||
| /unsignbook | None | Un-signs the book the player is holding |
|
| /unsignbook | None | Un-signs the book the player is holding |
|
||||||
| /clearbook | None | Removes all text from the held un-signed book |
|
| /clearbook | None | Removes all text from the held un-signed book |
|
||||||
|
| /setBookshelfData | \<delete/name/lore> \text> \[more text] | Sets the name/lore for a bookshelf which is shown when peeking at its contents. |
|
||||||
|
|
||||||
### Permissions:
|
### Permissions:
|
||||||
|
|
||||||
@@ -100,6 +101,7 @@ An in-game description of available commands is available through the /bwb comma
|
|||||||
| bookswithoutborders.setgeneration | Allows player to change the generation of a book (Original, Copy, Copy of Copy) |
|
| bookswithoutborders.setgeneration | Allows player to change the generation of a book (Original, Copy, Copy of Copy) |
|
||||||
| bookswithoutborders.clear | Allows player to clear the contents of the held writable book |
|
| bookswithoutborders.clear | Allows player to clear the contents of the held writable book |
|
||||||
| bookswithoutborders.peekbookshelf | Allows player to left-click a bookshelf to see the contents of the shelf |
|
| bookswithoutborders.peekbookshelf | Allows player to left-click a bookshelf to see the contents of the shelf |
|
||||||
|
| bookswithoutborders.editbookshelf | Allows player to set name/lore for bookshelves, used for peeking |
|
||||||
|
|
||||||
### Signs
|
### Signs
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>net.knarcraft</groupId>
|
<groupId>net.knarcraft</groupId>
|
||||||
<artifactId>BooksWithoutBorders</artifactId>
|
<artifactId>BooksWithoutBorders</artifactId>
|
||||||
<version>1.3.9</version>
|
<version>1.3.10-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
Reference in New Issue
Block a user