Removed duplicate SQLite table variables
Deprecated SQLite column manipulation - Not supported by SQLite
Created update schema method for MySQL - SQLite has no support for altering columns
New ranks.yml config option:
Code:rank1: # Crafting requirements. Currently only supports potions. Support for other items are created upon request. Crafting: ["splash_potion{Potion:strong_healing}:1", "splash_potion{Potion:strong_harming}:1"]
New Commands:
/rq PotionCount <PlayerName> <PotionID>
New Permissions:
RaindropQuests.command.PotionCount
RaindropQuests.command.PotionCountOthers
RaindropQuests.command.ranks.bypass.crafting
![]()
Fixed syntax error when creating the counters table on initial SQLite startup.
Sorry about the two fixes today. I don't like posting so many updates but fixes had to be made public
Hotfix to the main table database check. Updates main table with new passive. Sorry!
Updated dependency for Towny to 0.98.6.8
Fixed passive checks - some were not being checked due to a misplaced } bracket
Fixed set passive command
Fixed passive cool downs
Automatically switch to SQLite database if MySQL connection fails
Fixed MySQL kill count table
Updated database queries to check each table and add player to same if not present
Remove unnecessary logger comments
Implemented method to update tables in MySQL and SQLite for new passive
Fixed MySQL errors with playerkills - sorry for those using MySQL.
Updated all Deprecated event.sendMessage to spigot components
This new update will remove any unnecessary data columns and update them with the new data. Please report any errors in discord.
New passive: Crystallize: craft amethyst blocks to x shards
![]()
![]()
Deprecated all old methods for cool downs in the prefix and suffix classes. Implemented new methods that properly utilize cool down. Note: cool downs reset upon server restart. Not intended for long cool downs. If requested I will add it to the database.
Updated Towny to 0.98.6.7
Add commands to rank up. String list of commands without / slash. Commands run upon player obtaining rank. Supports PlaceholderAPI
Updated Towny dependency checks
Examples:
Code:Code (Text): rank1: Commands: ["msg %player_name% test"] rank2: Commands: - "msg %player_name% test" - "give %player_name% diamond 2"
Adds a prefix and suffix GUI items for players to remove their prefix or suffix. This adds to you configs! If you run this update without added to your configs it will fail to run!
Ranks/config.yml
Code:Prefix: # Item that appears in the GUI to remove a prefix (clearing a prefix title) RemoveMaterial: Arrow Suffix: # Item that appears in the GUI to remove a suffix (clearing a suffix title) RemoveMaterial: Arrow
Some bug fixes and quality of life update to the kill count commands. Color codes to allow easier review. All Entity IDs have been replaced with Proper name for viewing.
Fix for kill counters in the database.
Fix MythicMobs dependency check for new commands.
Preview:
![]()
![]()
