Fixes some issues
All checks were successful
EpicKnarvik97/Books-Without-Borders/pipeline/head This commit looks good

Fixes the API version being read incorrectly by Paper
Fixes the check for missing title or author for a book in a bookshelf
This commit is contained in:
2023-06-23 18:10:45 +02:00
parent f9908db88f
commit 1158820f97
2 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
name: BooksWithoutBorders
version: '${project.version}'
main: net.knarcraft.bookswithoutborders.BooksWithoutBorders
api-version: 1.20
prefix: Books Without Borders
api-version: '1.20'
prefix: 'Books Without Borders'
authors: [ EpicKnarvik97, AkiraAkiba ]
description: A continuation of the original Books Without Borders
description: 'A continuation of the original Books Without Borders'
softdepend: [ Vault ]
website: https://www.spigotmc.org/resources/books-without-borders-updated.96069/
dev-url: https://git.knarcraft.net/EpicKnarvik97/Books-Without-Borders