3.12 - Translation update, item aliases, /shopinfo and Geyser #452
Phoenix616
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Did you know that GitHub is still doubling donations to Phoenix616's sponsors page?
Please read all the notes and changes before upgrading!
This is not the 1.17 update! The current version is tested with 1.13-1.16.5 but it will most likely be compatible with 1.17 servers once they are available. If you run into bugs using it please open an issue asap!
Please note that each server update might require a conversion of the items database to ensure that all item data is compatible with the server version you are running. Downgrading the server or plugin is not advised and will most likely lead to errors! Always restore all the plugin files from a backup if you want to downgrade!
Notable Changes:
Thanks to everyone who contributed on Crowdin! If you want to see your language or have improvements please help out on Crowdin! Swedish, Norwegian, Italian, Korean, Japanese and Simplified Chinese only need a couple more translations to be 100%!
If you are still using the legacy
local.yml
then now is the time to switch to the new system!itemAliases.yml
USE_STOCK_COUNTER
config option. (Stock Counter #368)/shopinfo
command which shows some information about the shop that is looked at. (Add /shopinfo command #203) The same information will show up when a player tries to open a shop container they don't have access to! (ChestShop.shopinfo
permission)TURN_OFF_DEFAULT_PROTECTION_WHEN_PROTECTED_EXTERNALLY
now also supports BlockLocker, Deadbolt, Lockette(Pro), Residence and SimpleChestLock and not just LWC (TURN_OFF_DEFAULT_PROTECTION_WHEN_PROTECTED_EXTERNALLY not work LockettePro #445)FORCE_UNLIMITED_ADMIN_SHOP
to true. (AdminShop limited stock #402)For Developers:
/shopinfo
command and right click will (additionally to theItemInfoEvent
to show item information) call the newShopInfoEvent
with which you can add additional information about the shop to the output.ProtectionCheckEvent
now has a new boolean fieldcheckManagement
which specifies whether or not the event is a management check or a simple access check. This is necessary as some external plugins like LWC have different admin and access rights for members. The original event didn't differentiate that which lead to people only having access permissions being able to remove shops.PreTransactionEvent
(getOwner
andsetOwner(OfflinePlayer)
) as well as fromNameManager
(getLastAccountFromShortName(String)
,getUUID(String)
,getUsername(UUID)
,getFullUsername(String)
,getShortUsername(String)
,canUseName(Player, String)
). See the commit for the suggested replacements.See the commit history for all changes.
This discussion was created from the release 3.12 - Translation update, item aliases, /shopinfo and Geyser.
Beta Was this translation helpful? Give feedback.
All reactions