
Minecraft 服务端插件
DonateCase
Donate cases for your server Minecraft
- 版本范围
- 1.16–26.2
- 下载量
- 4.7 万
插件介绍

DonateCase — a powerful plugin for creating donation cases on Minecraft servers. Easy integration, customization support, multilingual features, and expandability to make your server truly unique!
Features
- The optimized code
- Possibility of issuing any prize
- Full localization
- Full customization and creation of cases
- Full customization of the gui
- Beautiful Animations
- Animation settings
- Opening history
Supports
- MySQL
- Vault
- LuckPerms
- PlayerHeads
- Custom Heads
- HeadDataBase
- ItemsAdder
- PlaceholderAPI
- CMI
- HolographicDisplays
- DecentHolograms
- FancyHolograms
- PacketEvents
Commands
- /dc help - Help for the plugin
- /dc keys (Player) - Show keys
- /dc cases - Show all possible cases
- /dc opencase (Case Type) - Open case
- /dc create (Case Type) (Case Name) - Set case (Look at block)
- /dc delete (Case Name) - Delete case (Look at case)
- /dc givekey (Player) (Case) (Keys) - Give keys to player
- /dc setkey (Player) (Case) (Keys) - Set player keys
- /dc delkey (Player) (Case) - Remove all keys to a player
- /dc delkey all - Delete all keys for all players
- /dc reload - Reload config
- /dc reload cache - Reload cache
- /dc addons - Show loaded addons
- /dc addon (enable/disable | load/unload) - Manage addons
- /dc registry (animations|actions|materials) - Show list of registered registry items
Permissions
- For players - donatecase.player (/dc help, /dc keys, /dc opencase)
- For moders - donatecase.mod (/dc keys (Player), /dc givekey/setkey/delkey)
- For admins - donatecase.admin (all commands)
PlaceholderAPI
%donatecase_keys_<casename>%- number of keys from a particular case%donatecase_keys_<casename>_format%- number of keys from a particular case with format%donatecase_keys%- number of keys from all cases%donatecase_keys_format%- number of keys from all cases with format%donatecase_open_count%- number of all case openings%donatecase_open_count_format%- number of all case openings with format%donatecase_open_count_<casename>%- number of case openings from particular case%donatecase_open_count_<casename>_format%- number of case openings from particular case with format%donatecase_history_<casetype>_<index>_<value>%- history data value from particular case
Aditional information
If you encounter any problems, you can ask for help on our Discord server. Please only do this if you have fully read the plugin documentation.
If you have a bug report, you can create an issue on GitHub. Also, if you want to help with development, you can make a pull request.
Addons
FreeCases - Adds the ability for players to receive free case keys
DCEventManager - Addon for event management. More details here
DCPhysicalKey - Adds physical keys to your cases
DCWebHook - Notifies about case openings using webhooks in Discord
FriendCase - Adds the ability for players to gift case keys to their friends
DCPrizePreview - Adds case prize preview
DCBlockAnimations - Adds certain case opening animations
DCHistoryEditor - Allows you to edit the history of case openings
BStats
版本与下载
推荐下载
DonateCase-2.2.9.2.jar版本 2.2.9.2 · 542.3 KBSHA-1 5f21d95596f9b7b338b6f609ff93f317b7b87b36下载 DonateCase-2.2.9.2.jar2.3.0.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2 · 26.2
SHA-1 952aa22699ec88aef6098b0be019eebccfd6f151获取文件 DonateCase-2.3.0.1.jar展开更新日志
What's Changed
- fix: restrict packet armorstand animation to case world viewers by @GG-MD in https://github.com/Jodexx/DonateCase/pull/88
- fix: auto-reconnect database on lost connection in CaseDatabaseImpl by @1wairesd in https://github.com/Jodexx/DonateCase/pull/89
- fix: improve error handling during hologram driver registration
- fix: DCWebHook - %group% nullability
- fix: ItemsAdderLoadDataEvent hook
- refactor: simplify jar file retrieval in ReflectionUtils | Den Fehler bei der Erkennung von Jar-Dateien beheben
- add: addons remapping for papermc
New Contributors
- @GG-MD made their first contribution in https://github.com/Jodexx/DonateCase/pull/88
Full Changelog: https://github.com/Jodexx/DonateCase/compare/v2.3.0.0...v2.3.0.1
2.3.0.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2
SHA-1 bad7b17042f6f716695c6d68493f6690711db276获取文件 DonateCase-2.3.0.0.jar展开更新日志
What's Changed
- added diagonal facing support to SelectAnimation by @groundbreakingmc in https://github.com/Jodexx/DonateCase/pull/84
- added Nexo plugin support
- added Velocity module (WIP)
- fixed config migration from older versions (2.7 to 2.8)
- fixed gui items loading #85 by seetch
New Contributors
- @groundbreakingmc made their first contribution in https://github.com/Jodexx/DonateCase/pull/84
Full Changelog: https://github.com/Jodexx/DonateCase/compare/v2.2.9.9...v2.3.0.0
2.2.9.9
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SHA-1 e37c1d8aae0ef535f4f3f4150bd477e197137f7e获取文件 DonateCase-2.2.9.9.jar展开更新日志
- fixed memory leak with task map - Commit f014334
2.2.9.8
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
SHA-1 5edc20303b56c99abe3f7a4fbe3c993a81f1b332获取文件 DonateCase-2.2.9.8.jar展开更新日志
- Fixed async scheduler period (API)
- Fixed FIREWORK animation looping (rgb parsing issues)
- Fixed SELECT animation on packetevents
- Added hologram driver fallback mechanism. Now, any available hologram driver will be loaded if the one specified in the configuration is not found.
2.2.9.7
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
SHA-1 816c45272db22e2bd45a6527c7bd761944cad684获取文件 DonateCase-2.2.9.7.jar展开更新日志
-
Added premium animation FUTURE_WHEEL as free
-
Added ability to disable sound for animations
-
Added particle settings for RAINLY animation
-
Changed YAML loader indentation to 2 spaces
-
Updated configurate-yaml to 4.2.0
-
Fixed saving disabling for history on historyDataSize < 1
-
Fixed pose setting for all animations
-
Fixed addon disabling if error occurred
2.2.9.6
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
SHA-1 1d565b3ab7391ef40f178f66c10bd106ba7b8e3d获取文件 DonateCase-2.2.9.6.jar展开更新日志
- Added RGB support for potions - #80
- Added skull support for 1.21.10 (with LiteSkullAPI) - #79
- Improved GUI loading
- Fixed placeholder parsing for HISTORY type of item - #78
- Some API changes
2.2.9.5
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9
SHA-1 ed1fb89c5bb380f91c14018ab9816eedb26eb40d获取文件 DonateCase-2.2.9.5.jar展开更新日志
- added PostgreSQL support #76
2.2.9.4
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 ab03208c8671d697088f3f36bc4ee24919984d85获取文件 DonateCase-2.2.9.4.jar展开更新日志
- fix memory leak: remove async task from map if not external
2.2.9.3
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 358c50e8032259483f19e3402239d49d1a190d6c获取文件 DonateCase-2.2.9.3.jar2.2.9.2
正式版推荐- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 5f21d95596f9b7b338b6f609ff93f317b7b87b36获取文件 DonateCase-2.2.9.2.jar展开更新日志
- Removed kyori event from shadowing, included to plugin.yml libraries
- Fixed scheduler memory-leak
- Fixed a bug that prevented multiple players from opening a GUI at the same time
- Improved GUI loading
- Improved config migrator from 25 to 26 version
- Added 10 -> 11 and 11 -> 12 case migrators
- Added check for nullability of the config before messages loading
- Added convert order for config migrators
- Added old Data.yml and Keys.yml migrators
- Added check for inventory holder instead map
2.2.9.2
测试版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 dc2aecc1d901a24a92a13705808664858a7f4400获取文件 DonateCase-2.2.9.2-beta-3.jar展开更新日志
- asynchronize the delkey, givekey, and setkey commands
- fix nullability level-groups setting
- add support for both rgb formats (stringed and listed)
- add UP_NORTH_WEST and DOWN_SOUTH_EAST directions to Facing
2.2.9.2
测试版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 8f01e5154bc0c0ad3f970d1d23c551265dd5fe43获取文件 DonateCase-2.2.9.2-beta-2.jar展开更新日志
- fix issue with case items conversion (occurred when the list of items was empty)
- improve random action selection logic
- remove unnecessary setting "DisableSpawnProtection"
- change logic for checking player nickname, replaced with asynchronous formatting
- main configuration structure update
- add new data for metrics
2.2.9.2
测试版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SHA-1 4950af14ba1456c073c0c6dd6e25ec4b71d6587a获取文件 DonateCase-2.2.9.2-beta.jarSHA-1 53c8fbf28a08a4a8b20be3ef9111ef311a714f24获取文件 DCBlockAnimations-2.0.2.jarSHA-1 d1900573602ad33da21267b8e729f7bf4035b221获取文件 DCEventManager-2.0.0.jarSHA-1 7e89b8c128d5827bc77ce214b7b4d03f8e38a07c获取文件 DCHistoryEditor-2.0.2.jarSHA-1 98bc28f7d1c98d9971be21720069c4f88089cbcc获取文件 DCPhysicalKey-2.0.1.jarSHA-1 d541a2daa610ec9f1e9346ae5658d09a5d0012e2获取文件 DCPrizePreview-2.0.1.jar展开更新日志
- Optimized packet armor stands
- Support for packet armor stands from version 1.16.5 to 1.21.8
- Split case configurations into different files
WARNING! Make backup of your configurations!
2.2.9.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 2dba15cd04b4056b0806bb900b5bd687e27b6119获取文件 DonateCase-2.2.9.1.jar展开更新日志
- Config serializing with ConfigData
- Fixed deletion of double keys after RANDOM animation
- Fixed pitch and yaw for FancyHolograms support
2.2.9.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 207d2b03031f7bc796c45b6ab47f00fb5ef0d911获取文件 DonateCase-2.2.9.0.jar展开更新日志
- Check player for UUID (SELECT animation)
2.2.8.9
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 07e0e9d1ff3414f0719a20074b5c5071a56f6ff7获取文件 DonateCase-2.2.8.9.jar展开更新日志
- Check for animation executor (player) in SELECT
- Updated version of locale files (fixed the converter bug)
2.2.8.8
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 b17a1648a0b829f928e5af322be7aa67fd9471b2获取文件 DonateCase-2.2.8.8.jar展开更新日志
- Fixed command "/dc givekey" message feedback
- Delete all players keys from exact case type (/dc delkey all (case type)
2.2.8.7
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 ceca4198fd18862dbcea62a8eaa0635deebad62e获取文件 DonateCase-2.2.8.7.jar展开更新日志
- HistoryDataSize setting
- Fixed HISTORY item - displaying
2.2.8.6
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 6a211e51e182697eab64cf568e19a0b4bcf7fe42获取文件 DonateCase-2.2.8.6.jar展开更新日志
- Fixed world nullability in animations: POP and SELECT if entity armorstand used
2.2.8.5
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 af5c664804b6ed94b2c97f6581bd0bbe61034db5获取文件 DonateCase-2.2.8.5.jar展开更新日志
- Added Facing setting for WHEEL Animation
- Fixed an issue with creating a double hologram after a configuration reload
- Another (API) changes on Github
2.2.8.4
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 99caf727ac10d2a9ce19ad5fe2fa09f9aafcbe29获取文件 DonateCase-2.2.8.4.jar展开更新日志
- Fixed inventory title nullability
- FriendCase addon - Fixed myself gift sending
2.2.8.3
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 b7ef10fa6a609129f87d322d3e63fe389e10c3c3获取文件 DonateCase-2.2.8.3.jar展开更新日志
- Fix PlaceholderAPI placeholders processing in CaseGui
2.2.8.2
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 4e3b48b998f82f37cb8c1a58d89b0d7ba9d66b1b获取文件 DonateCase-2.2.8.2.jar展开更新日志
- Fixed incorrect hex color with packetevents
- Added
Itemsetting in SELECT animation - Added
LANGmigrator from 2.6 to 2.7 with placeholders converting
2.2.8.1
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 80edbe632bd2b97634727b6308f42f690f8c3444获取文件 DonateCase-2.2.8.1.jar展开更新日志
- Fixed loading of holograms during plugin loading
- Fixed color formatting
2.2.8.0
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
SHA-1 a10032d592796e1ff9802ca828e7f978bcd86192获取文件 DonateCase-2.2.8.0.jar展开更新日志
- Full refactoring of API component
- Using SpongeConfigurate as a library to load yaml configurations
- Using Kyori EventBus as DonateCase's internal event management library for APIs
- Fixed problems with saving opening history
- Added list of supported platforms for addon configuration (addon.yml)
- Added parameter of the last supported API version for addons (if an addon uses API version lower than the one supported in DonateCase, it will not run)
- Fixed problems with double opening of menus
- Added timeout of menu opening (asynchronous)
- Added
CooldownBeforeAnimationparameter to the main section of the case configuration - Removed
PermissionDriverand replaced it completely with LuckPerms - Added two new animations:
POPandSELECT - Added configuration converter
- Fixed display of new version when updates are available
- Added
Fireworkparameter toSHAPEanimation to toggle firework display - Asynchronous key verification before case opening
2.2.7.9
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 d3700629cad423c3e64000149daf12bc888a3e72获取文件 DonateCase-2.2.7.9.jar展开更新日志
Plugin:
- Fixed issue with infinity case which can be opened without block requirement opening by /dc opencase command API:
- Added a “locked” field to check if the case block is locked when opening animations. Now the active case will be added to the activeCasesByBlock map regardless of whether the “requireBlock” parameter is enabled for the animation. The locking of the case block is determined by requireBlock, but can be changed at any time - ActiveCase#setLocked(boolean)
- Now one block can have a list of the opened animations
2.2.7.8
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 c34a150bd58644b9608370f82cf548e700ae0eac获取文件 DonateCase-2.2.7.8.jar展开更新日志
Plugin:
- Added a warning about not finding the world when creating a hologram
- Added CheckPlayerName setting for checking the player for availability to manipulate the keys amount
- Optimized subcommands registration
- Added a null world check when deleting a case
- Optimized open count caching logic
- Added updatechecker from modrinth (replaced)
- Removed deprecated ItemStack byte data
API:
- Removed registry events (AnimationRegisteredEvent, AnimationUnregisteredEvent, CaseActionRegisteredEvent, CaseActionUnregisteredEvent, SubCommandRegisteredEvent, SubCommandUnregisteredEvent)
- Added hologram manager in DCAPIBukkit
- Driver enums moved to spigot-api module
2.2.7.7
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 a00784df2bfaff41a2a46bc96ae31637d7971661获取文件 DonateCase-2.2.7.7.jar展开更新日志
Plugin:
- Removed unused libs from plugin jar
- Added "/dc opencase" support for opening animations without block requires
API:
- Added requireBlock param for CaseAnimation
2.2.7.6
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 6939648f683052b38b71a2147714c002a0fc8565获取文件 DonateCase-2.2.7.6.jar展开更新日志
- Added PlaceholderAPI support for GUI title
- Added BASE64 terxtures (PlayerProfile) support for 1.21+
- Added placeholders to all armorstands in animations
- Added nullable check for meta properties
2.2.7.5
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4
SHA-1 8075d53dedf834979088338b7c0d395cda556342获取文件 DonateCase-2.2.7.5.jar展开更新日志
Plugin:
- Fixed issue with removing 2 keys from player in RANDOM animation
- Fixed issue with displaying addons as downloaded when they have errors
- Fixed issue with saving registry items when addon is disabled
- Added StartPosition, Scroll Period and Yaw for FIREWORK animation API:
- Fixed "every-time" init managers when getting
- Extracted isValidGuiSize method to DCTools
2.2.7.4
正式版- 加载器
- paper · purpur · spigot
- MC 版本
- 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.21.4
SHA-1 9469670c7a04b61967b6033630b07ec6e3676bd0获取文件 DonateCase-2.2.7.4.jar依赖关系
- 可选未命名依赖
- 可选DecentHolograms
- 可选FancyHolograms
- 可选LuckPerms
- 可选Multiverse-Core
- 可选PacketEvents