Hi everyone!
Yes I am still alive! I was busy IRL so could not work on the plugin much. I am posting some of the requested updates that I could find time to do + some more code cleanup for reduced plugins size. This update includes:
Book Generations:
This feature is only for
1.13+. You can now modify the book generation, ranging from Original, Copy, Copy of Copy, and Tattered. You can do this by simply adding
Code (YAML):
condition
: original
to your existing book files (default is original). These are the valid generations:
Code (YAML):
original
: Original
copy
: Copy of original
copy_of_copy
: Copy of Copy
tattered
: Tattered
.
Minor Change: If no author is given in a physical book, the Author now defaults to "Unknown"
Join Book and First Join Book Permissions:
Another requested change was to allow the ability to have permissions on join and first join books. You can now do this by editing the main
config.yml file as such:
1. For Join Book:
Add
on_join_book_permission followed by the desired permission (or leave it empty if you don't want any)
Code (YAML):
on-join-book
:
"join.yml"
physical-on-join-book
: false
on_join_book_delay
: 2
# This is in seconds.
on_join_book_permission
:
"this.is.a.join.permission"
2. For First Join Book:
Add
on_first_join_book_permission followed by the desired permission as before (or leave empty).
Code (YAML):
on-first-join-book
:
"firstjoin.yml"
physical-on-first-join-book
: false
first_join_book_delay
: 2
# This is in seconds.
on_first_join_book_permission
:
"this.is.a.permission"
I apologise for the delay in updates and any inconvenience it might have caused. I work on this plugin only during my free time (which I sadly don't get a lot of anymore) however I do hope to make this plugin open source soon after some adjustments to the code.