The core is a lib of orbs general behavior etc. It can be compiled in other plugins.
Is a movement packet handled internally? so if receiver is outside that entity's range the packet won't be sent? Is this related tot he entity-tracking-range?
2. Plugin
This s the HandyOrbs plugin including the core and new orbs and configuration, commands etc.
Spawning - ItemStack:
NBT:
id: if the orb was already spawned and taken back. otherwise -1.
type: type identifier
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.
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.