Skip to content

Releases: InspireNXE/Lore

Lore 2.2

04 Mar 16:36
Compare
Choose a tag to compare

• Resolved issue where the create command wouldn't fail if the name was already in use.
• Resolved issue where permission messages would not always be sent.
• Resolved issue that caused PlayerDropItemEvent and InventoryClickEvent to not play nice with the sticky feature.
• Added '/lore update [name]' command.
• Added '/lore unsign' command.
• Added chat colors to important values in messages.
• Added logging information when default configuration is created.
• Added feedback to the give command.
• List command now shows books sorted alphabetically.
• Switch to native 'expand' function instead of using apache filter.
• Compile against Bukkit 1.7.2-R0.4 (should still function with previous versions).
• Added more detailed comments to default config.yml.

Lore 2.1.2

08 Feb 16:57
Compare
Choose a tag to compare

• Fix typo in command usage output.

Lore 2.1.1

08 Feb 06:52
Compare
Choose a tag to compare

• Fix incorrect permission for list command
• Update license plugin version

Lore 2.1.0

05 Feb 19:47
Compare
Choose a tag to compare

• Fix issue that caused the join command to not function correctly
• Added 'lore list' command.
• Added 'lore.command.list' permission.

Lore 2.0.2

31 Jan 20:31
Compare
Choose a tag to compare

• Store the list of books and their corresponding itemstacks in a HashMap (Optimization)
• Fix copy/paste error with VILLAGER_MESSAGE_KEY related checks

Lore 2.0.1

30 Jan 14:15
Compare
Choose a tag to compare

• Fixed issue that caused a player to always receive a book even if they had it already.
• Allow empty messages for config.yml, if the message is empty then nothing is said to the player.
• Did some small optimizations.

Lore 2.0.0

30 Jan 14:17
Compare
Choose a tag to compare

• Completely rewritten from the ground up to make use of more Java 7 functionality.
• Added a "sticky" feature that prohibits players from getting rid of a Lore book.
• Added an option to disallow Lore books from being sold to villagers.
• Redesigned Lore's config.yml. Make sure to delete your current one so it can regenerate!
• Redesigned Lore's command structure, read the main page for what the new commands are!
• Redesigned Lore's permission structure, read the main page for what the new permissions are!
• Updated to Bukkit 1.7.2-R0.3-SNAPSHOT, Lore should still work on older versions.

Lore 1.2.1

30 Jan 14:21
Compare
Choose a tag to compare

• Fixed issue with command arguments
• Updated Bukkit dependency to R2.1

Lore 1.2.0

30 Jan 14:22
Compare
Choose a tag to compare

• Improved Command Handling
• Removed dependency on Vault

Lore 1.1.0

30 Jan 14:24
Compare
Choose a tag to compare

• Added multiple book support
• Changed the command structure
• Changed permissions
• Changed configuration (requires deletion of current config.yml file)