Jannyboy11 / InvSee-plus-plus

A bukkit plugin for manipulating player inventories
Other
91 stars 18 forks source link

Support entity selectors? #53

Open matthewm1970 opened 1 year ago

matthewm1970 commented 1 year ago

I don't know if this is a bug, an intented feature, or possibly a complication with another plug-in. We can use invsee++ just fine. I can use invgive for individual players. But I can't figure out the abbreviations to use with it for things like @p, @a, etc. Are those supposed to work, or is there a different syntax for them with invsee/invgive?

Jannyboy11 commented 1 year ago

InvSee++ does not support custom entity selectors currently. It is a lot of effort to implement because I would have to replicate all of the vanilla functionality in order to support selecting offline players. Note that InvSee++ also supports giving items to players who have not yet logged into the server yet, and to me it's unclear how those players should be selected using entity selectors.