Asleeepp / skript-itemsadder

GNU General Public License v3.0
7 stars 1 forks source link

some possible bugs #5

Closed DRAGNIL68 closed 6 months ago

DRAGNIL68 commented 6 months ago

hi i was using your plugin on minecraft papermc 1.20.2 not sure if this is a bug but the 2 code snippets i put in don't seem to work. Also this is my first time submitting something to a github repo set usages of itemsadder item "misc:jump_boost" to 0 set item cooldown of itemsadder item "misc:jump_boost" for player to 1 minute

DRAGNIL68 commented 6 months ago

also my IA config ` jump_boost: display_name: Jump Boost permission: user.tool.powerup lore:

DRAGNIL68 commented 6 months ago

also why do you allow people to just use the item id instead if the full namespace:id?

Asleeepp commented 6 months ago

hi i was using your plugin on minecraft papermc 1.20.2 not sure if this is a bug but the 2 code snippets i put in don't seem to work. Also this is my first time submitting something to a github repo set usages of itemsadder item "misc:jump_boost" to 0 set item cooldown of itemsadder item "misc:jump_boost" for player to 1 minute

Some skript syntaxes might not work with the expressions from skript-itemsadder, as itemsadder can be quite finicky sometimes, and the developer used alot of hacky methods to achieve this stuff. Theres not much I can do about this. For why the usages isn't working, I'll look into it.

Asleeepp commented 6 months ago

also why do you allow people to just use the item id instead if the full namespace:id?

I don't think I can force this, if i could, then i might add it. But I think users will figure out that you will need to use namespace:id anyway, as its already used everywhere in itemsadder anyway.