1158820f97
Fixes some issues
...
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
2023-06-23 18:10:45 +02:00
f9908db88f
1.20 update
...
EpicKnarvik97/Books-Without-Borders/pipeline/head This commit looks good
Adds an optional feature which displays the contents of a bookshelf when left-clicked. Sneaking must be used to destroy the bookshelf when enabled.
Updates depreciated sign code.
Bumps the API version to 1.20
Builds against 1.20
2023-06-23 17:57:54 +02:00
738dbe6e30
Updates version to 1.3.4-SNAPSHOT
EpicKnarvik97/Books-Without-Borders/pipeline/head This commit looks good
2022-11-26 17:20:41 +01:00
3838750f64
Adds Jenkinsfile
EpicKnarvik97/Books-Without-Borders/pipeline/head There was a failure building this commit
2022-11-26 15:54:17 +01:00
16954f22e3
Merge branch 'master' into knarlib
2022-11-26 15:52:17 +01:00
6359af02e6
Fixes table formatting
2022-11-14 00:49:58 +00:00
6ae15acc72
Bumps version to 1.3.3
2022-11-08 20:37:06 +01:00
2c80e4117e
Lists real file names, in addition to converted file names
2022-11-08 20:36:17 +01:00
6d539a14df
Fixes the files provided in the tab-completion not translating to actual files
2022-11-08 20:34:53 +01:00
51371736e4
Removes KnarLib.setPlugin call
2022-11-07 22:24:33 +01:00
2383dfd2ef
Renames FileHelper to BookFileHelper
...
Makes sure books are saved and read as UTF-8
2022-11-07 09:23:25 +01:00
04d4bc8303
Uses KnarLib where possible
2022-11-07 01:43:38 +01:00
184f78d935
Adds a missing / to the README
2022-11-05 12:35:27 +01:00
95b0b42fd1
Bumps version to 1.3.2
2022-11-04 18:47:31 +01:00
73eb903517
Implements RGB support for setLore and setName
2022-11-04 18:39:58 +01:00
b577b1ff75
Bumps version to 1.3.1
2022-11-04 16:19:27 +01:00
c27756f7dc
Clears author, generation and title data just in case
2022-11-04 16:19:15 +01:00
90bab4a148
Fixes various bugs in the new features
...
Fixes the clearBook command not being aborted when no book is held.
Adds missing clearBook success message
Fixes a bug where too many empty books would be taken.
Adds some missing null checks when looking for empty books.
2022-11-04 16:06:27 +01:00
f005b8f8e5
Adds clearBook command #7 and improves README
2022-11-04 13:01:56 +01:00
0fdfd81579
Prevents WIP books from being lost
...
This change adds a workaround for writable books used for payment. Only books that don't contain any text can be used for payment, thus preventing any books with important text from being lost.
2022-11-04 03:37:38 +01:00
6820b71dde
Updates spigot version to 1.19.2
2022-11-04 03:07:32 +01:00
28b7849ff5
Tries to fix #9
...
Sets the amount of books to the same amount as the old book
2022-11-04 03:05:30 +01:00
e893684dec
Prevents consumption of dye when clicking plugin signs
2022-08-20 14:54:40 +02:00
f1a8db4f5e
Merge branch 'master' of https://git.knarcraft.net/EpicKnarvik97/Books-Without-Borders
...
Conflicts:
README.md
2022-08-20 14:16:12 +02:00
47fabe5806
Merge pull request 'Excapes <' ( #8 ) from epicknarvik97-patch-1 into master
...
Reviewed-on: #8
2022-08-20 14:13:31 +02:00
ec6def15f9
Excapes <
2022-08-20 14:12:20 +02:00
13cbe883ed
Adds missing mention of generation for alterbooks permission node
2022-08-14 11:36:46 +02:00
d2403d247b
Adds bypassauthoronlysave permission to README
2022-08-11 01:16:19 +02:00
c6c018ee88
Adds permission to bypass author only save
2022-08-11 01:14:50 +02:00
8b47aeb8f2
Prevents some unintended usage of UUID for filenames
2022-08-11 00:53:29 +02:00
396c0a9d41
Updates version to 1.3.0, as a lot of changes have been performed
2022-08-10 18:39:21 +02:00
c995a4fc0f
Stores author name as UUID if storing own books
...
This change basically always stores the player's own books under their UUID, thus preventing being denied access to their own books if they change their username. The UUID is converted back to the username on the fly, so it shouldn't be noticeable for the players.
2022-08-10 18:36:06 +02:00
40512dd771
Adds an option to only allow saving own books
2022-08-10 14:52:05 +02:00
5d340af6f2
Changes player folders to UUIDs to prevent problems if users change their names
2022-08-10 13:44:11 +02:00
70ad6390db
Updates README a bit
2022-08-10 12:25:41 +02:00
2a5c5b310d
Adds missing permission to README
2022-08-10 12:18:58 +02:00
94375eee4b
Adds a command for changing book generation, and updates README #5
2022-08-10 02:49:44 +02:00
1eb9c370bc
Fixes some messages not being sent using the correct methods
2022-08-10 01:04:54 +02:00
1100f181be
Treats null book generation as the original
2022-08-10 00:55:30 +02:00
7467645bcd
Fixes an incorrect boolean
2022-08-10 00:35:34 +02:00
11108011a5
Removes duplicate payment
2022-08-10 00:33:56 +02:00
ce249a93b3
Increases book generation for all loaded books #4
2022-08-10 00:26:23 +02:00
7c229fb459
Fixes root node of the new config options
2022-08-10 00:19:46 +02:00
f243bf32e7
Adds an option which mimics the vanilla book copying behavior
2022-08-10 00:16:33 +02:00
a7c284ade2
Adds an option for only allowing un-signing by the author
2022-08-09 17:21:55 +02:00
0d4d87373c
Fixes redundancy in book filename generation, and saves Generation
2022-08-09 16:56:38 +02:00
542cd03bdc
Fixes an inconsistency where "," is always used as separator for unsigned books
2022-08-09 16:07:37 +02:00
5e85dfd3e4
Displays no permission required as None instead of null
2022-08-05 14:15:30 +02:00
af0b0fd12e
Updates version to 1.2.3
2022-08-05 12:03:46 +02:00
a963733734
Builds against 1.19.1
2022-08-05 12:01:08 +02:00