What is YuIllustration?
It allows you to create illustrations for your server. It supports multi-category, multi-unlock condition, multi-reward type, and multi-plugin supports.
Theoretically supports 1.12-1.20 (but not tested yet)
Features
- Support Mysql and SQLite dual storage mothods
- Customizable compendium categories, allowing the creation of countless categories.
- Customizable GUI styles and buttons, what you see is what you get!
- In-game GUI editing, from creating categories to setting unlock conditions, everything can be done within the game. The GUI offers multilingual support, eliminating the need for kernel translation
- Multiple unlock conditions: unlock by picking up items, killing a sufficient number of monsters, custom event unlocks, and simultaneous item pickups and monster kills and so on...
- Customizable rewards after unlocking: support for Kether scripts, attribute from various attribute plugins
- Support for multiple inline variables and PAPI variables
Supported Plugins
- MMOCore: Gives players attribute points as rewards
- FancyWaystone: Unlocking the compendium after activating a waystone
- MythicLib/MMOItems: Gives players attribute points as rewards
- Future support planned for: ItemsAdder, Oraxen, WorldGuard, AttributePlus, OriginAttribute, SX-Attribute
Code (Text):
/yui
┣━ reload - Reloads all files, including categories and entries
┣━ open - Opens the main interface for the command executor (player)
┃ ┣━ (player) - Opens the main interface for the specified player
┃ ┗━ (category) - Opens the interface of the specified category for the command executor (player)
┃ ┗━ (player) - Opens the interface of the specified category for the specified player
┣━ api
┃ ┗━ file
┃ ┗━ createui
┃ ┗━ [category name] - Creates a UI file for the specified category with a default layout format. It will not overwrite if it already exists.
┣━ unlock
┃ ┗━ [category]
┃ ┗━ [entry] - Unlocks the entry of the specified category for the command executor (player)
┃ ┗━ (player) - Unlocks the entry of the specified category for the specified player
┗━ edit - Opens the edit page for the command executor (player)
┗━ (player) - Opens the edit interface for the specified player
Check the wiki for more information
Relative Links