EbonJaeger / perworldinventory-kt

Multi-world inventory plugin for Spigot written in Kotlin.
MIT License
46 stars 35 forks source link

command to see the normal & ender-chest inventory of a player #137

Open RedstoneFuture opened 5 years ago

RedstoneFuture commented 5 years ago

Is your feature request related to a problem? Please describe. No a problem. But I would like give my staff the possible to check the inventory of a other player. And I think this plugin was the best way to implement this feature, instead with a seperate plugin.

Describe the solution you'd like

Describe alternatives you've considered Maybe you would like add this it were great! In the other way I must write a seperate plugin for this. Or do you know a good plugin with PerWorldInventory Support? I didn't found a plugin like this.

EbonJaeger commented 5 years ago

I like this idea. It shall be done. The only question is when.

The command syntax will have to be like: /pwi view <player> <group> [game-mode]

Ender chest viewing might have to be a separate command to make things easier. I'm personally not a fan of commands with a mile-long list of optional arguments; it gets messy fast.

RedstoneFuture commented 4 years ago

With my knowledge the inventory are the same in all game-mods. Then we down't need a "[game-mode]" argument - or what do you mean with this?

cmd-example: /pwi view <player> <group> ["normal" or "enderchest"] /pwi clear <player> <group> ["normal" or "enderchest"]

An inventory-clear via command would be great (Also for offline-player). Sometimes, at my creative server the player have a broken NBT-item and can't rejoin. Currently, I must delete the playerdata manually. An inv-clear command at here would be great for my supporter!

I can also give a donation if it motivates to create this feature. :)