knokko / custom-items-gradle

Knokko's Custom Items: Add custom items to your server, completely free of charge
MIT License
14 stars 3 forks source link

Scripting wishlist #226

Closed knokko closed 3 months ago

knokko commented 1 year ago
knokko commented 1 year ago

These two features will be available in Custom Items 12.1. I will close this issue until more is added to the wishlist.

knokko commented 11 months ago

add "list all kci items" in skript compatibility ex:

on load:
  loop all kci items: #  Work also for armors, blocks, ...
    add loop-value to {kci_items::*}

add "drop kci..." in skript compatibility ex:

on right click:
  drop kci "item" at event-location
  drop kci "item" at {location}
  drop kci "item" at player

support for variables ex:

on right click:
  give kci "%{kci_items::ITEM}%" to player

equip effect ex:

on right click:
  equip player with kci "ITEM"

utility: Would improve and facilitate the use of kci in elaborate scripts

knokko commented 11 months ago

"put kci "example" in slot 1 of {_example.%player%}" at the end a possibility to put [named "ExampleName"]

knokko commented 11 months ago
knokko commented 7 months ago
knokko commented 3 months ago

These 3 features will be added in KCI 12.11; closing the issue until the next request is made