andrei1058 / HandyOrbs

A Minecraft Spigot plugin. Orbs that do things around the server like planting crops, nether warts, help players in pvp, etc.
MIT License
4 stars 3 forks source link

Structure #3

Open andrei1058 opened 3 years ago

andrei1058 commented 3 years ago

1. Core

The core is a lib of orbs general behavior etc. It can be compiled in other plugins.

2. Plugin

This s the HandyOrbs plugin including the core and new orbs and configuration, commands etc.

Spawning - ItemStack:

NBT:

on-spawn: if id is != -1 update owner in db if needed with the one who placed it. If orb with given id is already placed remove the item.

on-clone: cancel.

3. API

This is the API for the orbs plugin.