Added /fc reopen <playerName> <uiName> command format support in console.
Now if disable can-close option and enable auto-close option in UI configs, when players meet the max card flip times, we will still close the UI.
Now if enable auto-claim-free-rewards option in UI configs, the claimed rewards will also be as part of the total max option calculation. (For example, if you have 2 free rewards in flip UI, and set only 1 max flip times, then we will only claim one free reward after this update)
Added new UI config option: "can-close", default set to true, if set to false, plugin will auto reopen the flip UI to avoid player close the flip UI by self.
Added new config.yml option: "reward.give-item", default to WAIT, if set to INSTANT (a new method), we will instantly give player the card reward when he is flipping the card. This will lose some animation effects, but it will reduce the likelihood of players losing rewards.
Added Standard Localized Item Name Translate feature.
Due to the fact that the Minecraft server does not store client language files, the plugin cannot know the name of the item you hold displayed on your client. Therefore, in most scenarios where the item name is displayed, we directly display its English name. Now this new feature will automatically download the client language file and translate your item name.
You have to setup this feature first to enable this feature.
Fixed /fc help command can not be used in console.
Now reopen message (which is clickable and allow players reopen flip UI by click this message) supports Hex color too.
Changed some config.yml file option's key to make it format more clearly. Don't worry, you old config file still can be used in this version without any change from you!
Fixed plugin use "items" as saved item directory instead of "item".
If your item directory folder is "items" fow now, please consider rename your folder to "item" before update to this version otherwise your saved item data will lost!
Fixed plugin pring item save message in console instead of print to command sender.