#Low-Level Custom Items API (LLCI)

1 messages · Page 1 of 1 (latest)

north ermine
#

im hoping these are the right tags this is my first time releasing a labapi plugin publicly (i usually do private dev work for servers) 🙏

flint oasis
#

thats cool for what im seeing

#

Really simple code ngl

north ermine
north ermine
# flint oasis Really simple code ngl

I made something similar a while ago for my own personal use because I was sick of the bloated EXILED custom items system, and recently while reworking it I decided I'd release it publicly since LabAPI doesn't even have a base custom items API and all the ones I saw didn't allow as much control over everything as mine does

flint oasis
north ermine
deft jungle
#

why CustomItemsManager and not just make all of those methods static in CustomItem?

#

would make the code cleaner and more understandable

north ermine
#

it just made more sense in my mind to do it that way when i was making it and since it was originally for a private solo plugin i didnt care if it was messy

deft jungle
#

fair

flint oasis
north ermine
#

I'll probably make it cleaner another day if I remember, but afaik it works just fine right now

deft jungle
#

saturday

flint oasis
north ermine
north ermine
#

v1.1.1

Changes:

  • Shortened 'LowLevelCustomItemsAPI' in DLL names to just 'LLCI'
  • Changed some XML documentation for methods in CustomItem
  • Made CustomItem.Items public

Additions:

  • Two new CustomItem.Get and CustomItem.TryGet methods that use the serial number of an item to get what custom item it's registered to
  • Two new DLLs that come without the pre-made commands, 'LLCI.LabAPI-NoCommands' and 'LLCI.EXILED-NoCommands', in case devs want to create their own custom item commands

https://github.com/3m377/LowLevelCustomItemsAPI/releases/tag/v1.1.1

GitHub

Changes:

Shortened 'LowLevelCustomItemsAPI' in DLL names to just 'LLCI'
Changed some XML documentation for methods in CustomItem
Made CustomItem.Items public

Additions:

Two new C...

boreal sierra
#

ev

manic igloo
#

still working??