generated from CKATEPTb-minecraft/TableclothPluginBlank
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Daniel edited this page May 3, 2024
·
12 revisions
Jyraf is another library for Spigot plugins, of which there are many. However, Jyraf has its own features that may interest you. Primarily, Jyraf focuses on performance and covers many aspects that seem familiar today, making development faster, more enjoyable, and higher quality. In a way, Jyraf can be considered a full-fledged framework.
- For whom is this made and what do you need to know before starting?
- Getting started - Install as a dependency
- Inversion of Control (IoC)
- Listeners and how they are related to IoC
- Building commands based on annotations
- Creating configuration files based on classes and annotations
- Database integration without leaving the class
- Superior and intuitively understandable serialization
- User-friendly serialization of Kyori components
- Inventory as a user interface built on frames
- Different colliders and their intersections
- High performance cache
- Thread-safe iterations through chunks with their own lifecycle for anything you desire
- 100% packet-based entities in a familiar structure for all
- Addressing needs and other minor functionalities
- Conclusion, justification, and acceptance
- For whom is this made and what do you need to know before starting?
- Getting started - Install as a dependency
- Inversion of Control (IoC)
- Listeners and how they are related to IoC
- Building commands based on annotations
- Creating configuration files based on classes and annotations
- Database integration without leaving the class
- Superior and intuitively understandable serialization
- User-friendly serialization of Kyori components
- Inventory as a user interface built on frames
- Different colliders and their intersections
- Thread-safe iterations through chunks with their own lifecycle for anything you desire
- 100% packet-based entities/blocks in a familiar structure for all
- Addressing needs and other minor functionalities
- Conclusion, justification, and acceptance