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
Uh oh!
There was an error while loading. Please reload this page.
-
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.ymlthen now is the time to switch to the new system!itemAliases.ymlUSE_STOCK_COUNTERconfig option. (Stock Counter #368)/shopinfocommand 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.shopinfopermission)TURN_OFF_DEFAULT_PROTECTION_WHEN_PROTECTED_EXTERNALLYnow 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_SHOPto true. (AdminShop limited stock #402)For Developers:
/shopinfocommand and right click will (additionally to theItemInfoEventto show item information) call the newShopInfoEventwith which you can add additional information about the shop to the output.ProtectionCheckEventnow has a new boolean fieldcheckManagementwhich 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(getOwnerandsetOwner(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