Skip to content

SparseMC-API is a Spigot plugin hoping to provide useful Kotlin APIs for Bukkit/Spigot.

Notifications You must be signed in to change notification settings

timtomtim7/SparseMC-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 22, 2019
0a4ea97 · Jun 22, 2019

History

74 Commits
May 25, 2018
May 12, 2018
Jun 22, 2019
Apr 30, 2019
May 12, 2018
Jun 2, 2018
Apr 30, 2019
Apr 30, 2019
Jul 25, 2018
May 12, 2018
May 12, 2018
Jul 24, 2018
Jul 24, 2018
Jul 26, 2018
Apr 30, 2019
Jul 26, 2018
Apr 30, 2019

Repository files navigation

SparseMC-API

SparseMC-API is a Spigot plugin hoping to provide useful Kotlin APIs for Bukkit/Spigot.

Modules

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

Core

  • SparseMC module loading
  • Kotlin plugin loading
  • Data (NBT, etc.)
  • Global server

Commands

  • Annotation-based command creation
  • Argument parsing

Scheduler

  • Global scheduler
  • delayed
  • repeating

Configurations

  • Annotation-based config creation

Math

  • 2D, 3D, 4D, float, double, int vectors
  • 4D Matrix
  • Quaternion
  • Geometry (cube, cylinder, sphere, etc.)

Inventory

  • Item manipulation
  • Basic inventories
  • Complex inventories (menus/GUIs with complex behavior)

Persistent

  • Persistent data API for:

    • Online/Offline players
    • Block
    • World
    • Chunk
    • Server

Scripting

  • Automatically load and execute scripts
  • APIs (listen, etc.) specifically made for scripts

Placeholders

  • 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.

NMS

  • Particles/Effects

  • Titles/action bar

  • NPCs ?

  • Advancements

  • NBT

    • Items
    • Block Entities (Formerly called "Tile Entities")

About

SparseMC-API is a Spigot plugin hoping to provide useful Kotlin APIs for Bukkit/Spigot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published