6.2.0.0 #1560
Ghost-chu
announced in
Announcements
6.2.0.0
#1560
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Warning! Due to Minecraft's major update to ItemStack, downgrading is not an option! Please backup all data before upgrading!
Reremake users: This is the last chance to complete your migration from Reremake to Hikari before you upgrade to 1.20.5/1.20.6. The migration requires QuickShop-Reremake to be up and running. After upgrading to 1.20.5/1.20.6, Reremake will no longer work properly.
1.18, 1.19 users: All versions 1.18 and 1.19 have been marked as “End Of Life” and these versions are no longer supported. It may be broken in a future update. Please consider upgrading to 1.20.x!
流萤 - Artist Nid417
It's been a long time! This release has been delayed several times due to huge changes in 1.20.5/1.20.6. But anyway, 6.2.0.0 is here now!
New Features
Display
entity support for display-itemdisplay-type
to3
to enable ItemDisplay entity/quickshop history
enhance/quickshop history owned
,/quickshop history accessible
and/quickshop history global
to allow you query multiple stores transaction history in single queryowned
: Select all shops which you're owneraccessible
: Select all shops which you have per-shop permission to access the store historyglobal
: Select all shops on this server (require permission)Bug Fixes
/quickshop benefit
command may not save when remove usersDebugging
We added localized text and Tab completion to allow all users to use QuickShop-Hikari's built-in debugging tools.
These debug commands are for debugging purposes only and have no operational confirmation. Using them incorrectly may result in inconsistent status or loss of data. Figure out what happens before you execute them.
All commands are started with prefix:
/quickshop debug
dev/debug/devmode
: Toggle debug modesigns
: Print the coordinates of the all identifiable information sign for the store you are looking atupdateplayersigns <player name>
: Refresh the contents of the store information boards in all designated players' stores.force-shops-reload
: Unload all loaded stores and re-load them (to refresh the state)force-shoploader-reload
: Unload and delete them from memory, then re-execute the ShopLoader sequence to reload all stores from the database.check-shop-status/check-shop-debug
: Prints quite useful store status debugging information to confirm the current state of the store in memorytoggle-shop-load-status
: Simulate store loading/unloading without changing the chunks loading stateset-property
: Register/change the Java property sheet to change specific behavior via property switch without touch startup command line (They are usually changed through the startup parameters). For security reasons, this command is restricted to change QuickShop-Hikari properties only, any request to change any other properties will be denied.reset-shop-caches
: Reset store lookup cache for benchmark/or debugging possible cache update issuesreset-dbmanager
: Force reset of SQLManager, only for MySQL data sources, using this command on H2 will cause the plugin to crashdump-db-connections
: Dump SQLManager's Current Active Queries on chat.stop-db-any-queries
: Force close SQLManager's currently active queries.toggle-db-debugmode
: Toggles the debugging state of SQLManager and prints the executed SQL statements and performance timings on the console when SQLManager debug mode is enabled.dump-hikaricp-status
: Printing status information for HikariCP.set-hikaricp-capacity
: Dynamically change the size of HikariCP's connection pool to allow more connections to be fetched urgently.item-info
: Prints the NBT data for the item in hand (if any) and the item in the store (if any). If the item is in the hand and is looking at a store, it will also output the item match.mark-all-shops-dirty
: Forces all store change status indicators to be flagged as changes not saved in order to force a refresh of their current data into the database.clean-display-entities
: Scans all loaded blocks and removes any entities recognized as QuickShop DisplayItem. Useful when uncleared entities appear after changing the DisplayItem type.Ko-fi supporters
Thanks to these friends on Ko-fi for their support in this update, they are:
(The names are in no particular order)
This discussion was created from the release 6.2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions