SparseMC-API is a Spigot plugin hoping to provide useful Kotlin APIs for Bukkit/Spigot.
Module | Description |
---|---|
Core | loads other modules and plugins |
Commands | an API to create commands |
Scheduler | an API for scheduled tasks and listeners |
Configuration | an API for configurations |
Math | a lot of math-related additions |
Inventory | an API for managing inventories |
Persistent | an API for persistent data on many things |
Scripting | scripting support |
Placeholders ? | an API for creating and using placeholders |
NMS | APIs for some net.minecraft.server features |
Experimental ? | Experimental features, not recommended |
- SparseMC module loading
- Kotlin plugin loading
- Data (NBT, etc.)
- Global
server
- Annotation-based command creation
- Argument parsing
- Global
scheduler
delayed
repeating
- Annotation-based config creation
- 2D, 3D, 4D, float, double, int vectors
- 4D Matrix
- Quaternion
- Geometry (cube, cylinder, sphere, etc.)
- Item manipulation
- Basic inventories
- Complex inventories (menus/GUIs with complex behavior)
-
Persistent data API for:
- Online/Offline players
- Block
- World
- Chunk
- Server
- Automatically load and execute scripts
- APIs (
listen
, etc.) specifically made for scripts
- Unconfirmed
- Might just be in the NMS module or require the NMS module
- Register placeholders to replace things in almost any text sent to clients.
-
Particles/Effects
-
Titles/action bar
-
NPCs ?
-
Advancements
-
NBT
- Items
- Block Entities (Formerly called "Tile Entities")