Details
Supported Bukkit Versions
Changelog
1.1 BETA 1 (June 30, 2016)
Translations Added
Command Changes
- /bible previous
- Usage is now /bible previous [type] [translation]
- Type is for verse, chapter, or book.
- Type will go back by that type rather than the default verse.
- Verse type goes back one verse no matter what (unless the translation is missing a previous book).
- Chapter type goes back to the beginning of the chapter if the verse isn't the first one, otherwise the previous chapter.
- Book type goes back to the beginning of the book if the chapter or verse isn't the first one, otherwise the previous book.
- /bible getbook
- /bible getbook previous now goes back by Minecraft book by default.
- E.g. Exodus Book 1 to Genesis Book 17.
- Can now do "previous:part" or "previous:book"
- Part goes back by Minecraft book.
- Book goes back by Bible book.
- Book will go back to Book 1 of a Bible book, unless Book 1 was the last book.
- Can now do "next:part" or "next:book"
- Part goes forward by Minecraft book.
- Book goes forward by Bible book.
- /bible statistics [player|top] [statistic]
- Added, can view your own statistics.
- /bible translation
Permission Changes
- TadukooBible.translation.*
- Added TadukooBible.translation.OEB.
- Added TadukooBible.translation.OEB
- Allows you to use the OEB.
- Default: true
- Added TadukooBible.statistics.*
- Children: TadukooBible.statistics.use, TadukooBible.statistics.others, and TadukooBible.statistics.top
- Added TadukooBible.statistics.use
- Allows you to use /bible statistics
- Default: true
- Added TadukooBible.statistics.others
- Allows you to use /bible statistics [player] for other players' statistics.
- Default: op
- Added TadukooBible.statistics.top
- Allows you to use /bible statistics top <statistic> to view top statistics.
- Default: op
Configuration Changes
- Added OEB to translation settings.
- Enables or disables OEB.
- Default: True
- Added statistics.plugin
- Enables or disables keeping track of server-wide statistics.
- Default: True
- Added statistics.player.enabled
- Enables keeping track of statistics per player.
- Default: true
- Added auto-announce section
- Contains: enabled, randomize-list, delay, and verses list.
- enabled is default false, enables or disables the auto-announcing.
- randomize-list is default false, randomizes the list of verses.
- delay is the delay between verse announcements in minutes.
- verses is a list of verses, which can contain "random" to do a random verse.
- Players.yml
- Now contains statistics per player.
- Statistics.yml added
- Contains server-wide statistics.
- Statistics included are:
- verses-requested (verses read through /bible read, previous, next, last, or favorite)
- verses-received (verses got from /bible send, this statistic is not included in statistics.yml)
- verses-sent (verses sent using /bible send)
- verses-favorited (verses favorited using /bible favorite)
- verses-announced (verses broadcasted using /bible announce)
- books-requested (books got from /bible getbook)
- books-received (books received from /bible sendbook, this statistic is not included in statistics.yml)
- books-sent (books sent using /bible sendbook)
TBB Changes
Other Changes
- Added EnumAvail
- Has books that list whether incomplete translations have them or not.
- Changed alias strings in EnumCmd to String array, simplifying the class.
- Added some functionality for working with TadukooCore.
- Added basics for TadukooBibleBooks and this communicating with each other.
- Made other changes to improve plugin overall.
- /bible help page 11 is too long.
- /bible help has pages with things like {defBook}.
- /bible help does not have all the information it should.
- Note: These issues and more will be fixed in Tadukoo Bible 1.1 BETA 2.