Vampirism - Become a vampire!

Vampirism - Become a vampire!

16M Downloads

Option to not start with the manual

MarioSMB opened this issue ยท 1 comments

commented

Many mods provide items and manuals on first spawn, these can feel cluttered and overwhelming. Since the book is already craftable if desired, it would be nice if starting with the book could be disabled.

commented

This should be configurable via the Guide-API config file:


books {
    # Allows books to spawn with new players.
    # This is a global override for all books. [default: true]
    B:canSpawnWithBooks=true

    ##########################################################################################################
    # spawn
    #--------------------------------------------------------------------------------------------------------#
    # If true, the user will spawn with the book.
    # This defaults to the value the book owner has set and is overridden by this config.
    ##########################################################################################################

    spawn {
        #  [default: true]
        B:"vampirism:guide"=false
    }

}