Tadukoo Bible Beta 0.4

Details

  • Filename
    TadukooBible.zip
  • Uploaded by
  • Uploaded
    Aug 17, 2014
  • Size
    1.27 MB
  • Downloads
    198
  • MD5
    7a340acc8b483be3f875b9c3cb4a5ebf

Supported Bukkit Versions

  • CB 1.7.9-R0.2

Changelog

Beta 0.4 (August 17, 2014)

Books Added

  • Proverbs
  • Acts
  • Romans
  • 1 Corinthians
  • 2 Corinthians

Command Changes

  • Now you can use spaces in book names for certain commands.
    • i.e. "1 John" rather than "1John" or "Song of Songs" rather than "SongofSongs"
  • There are now more aliases (abbreviations) for the books of the Bible.
  • /bible [book] [chapter #] [verse #] [translation]
    • Can now use aliases: /bible [alias] [book] [chapter #] [verse #] [translation]
      • Aliases: read, verseread, readverse, vread, and readv.
    • Can now type /bible [book] [chapter #:verse #] [translation]
      • Works with aliases as well.
  • /bible send <player> <book> <chapter> <verse> [translation] or /bible send <player> <book> <chapter:verse> [translation]
    • Sends a verse to another player.
  • /bible getbook
    • Now next and previous skip books that are currently unavailable.
  • /bible info [translation|book|"plugin"|"books"|"translations"] [page]
    • Allows you to view plugin, book, or translation info or lists now.
  • /bible plugin
    • Shows plugin information.
  • /bible books [book]
    • Can now type a book for info about it.
  • /bible translation [translation]
    • Can now type a translation for info about it.
  • /bible config <setting> [value]
    • Using /bible config list to list all the settings has been updated to include the other settings.
  • /bible <anything_that_isn't_a_command_or_book_of_the_Bible> [meaningless_parameters]
    • Now tells you to type /bible help for help.

Permission Changes

  • Added TadukooBible.verse.send
    • Allows use of /bible send.
  • Added TadukooBible.info.plugin
    • Allows use of /bible plugin and using /bible info for plugin info.
  • TadukooBible.info.book
    • Required to use /bible info for book info.
  • TadukooBible.info.translation
    • Required to use /bible info for translation info.

Config Changes

  • Can now configure Default Book, Chapter, Verse, and Part.

Other Changes (Usually just code)

  • method sendToPlayer changed to sendVerseToPlayer and includes the reference.
    • Now also calls savepRecs rather than having everything call both methods by themselves.
  • method sendInfoToPlayer made for use with /bible information <translation>
  • Now SONG is a "command" (Listed in EnumCmds like FIRST, SECOND, and THIRD, used for handling when a player includes spaces in certain book names).
    • Has not been checked yet, as Song of Songs is not available in this version yet. This may need improved or changed in the future.
  • EnumBooks now includes more aliases.
  • EnumBooks and EnumChps now have a default method.
  • Book and translation information is now stored completely in EnumBooks and EnumTrans rather than in yml files.
  • Lists package renamed to Info.
    • This package will include the information used with /bible help, info, plugin, books, and translations.
  • BooksList renamed to Books.
    • bookList method renamed to list.
    • This class will include information about books.
  • isBook method changed to handle "1st", "2nd", "3rd", and "song" books. (i.e. 1 John, 2 John, 3 John, and Song of Songs)
    • This may have removed warnings about having to type a book name rather than typing just a 1, 2, 3, or song of.
  • EnumTrans now includes an aliasList String for use with translation info.
  • MainCommandExecutor now handles too many/not enough args issues and sorting out args for some commands.
  • Added the extra bits in EnumChps to prepare for future books being added.
  • Tadukoo Bible Books (a separate plugin I use to make the in game books)
    • Updated so that there isn't a blank line before a new chapter.
    • Be thankful I updated all the books, this currently takes between 6 and 15 seconds per chapter of the Bible.
      • With the current books, this equals out to about 1 hour 33 minutes 59 seconds.
    • Just imagine, I have to do this if I ever make changes to TadukooBibleBooks (the plugin I use to make the books).
      • I plan to update it for Beta 0.5 of this plugin, but I'll probably update it before I add the new books so that I don't have to do it all at once.

None at the moment.