BlockHorizons / InvSee

A PocketMine-MP plugin that lets you view and modify offline and online players' inventories in real-time!
https://poggit.pmmp.io/p/InvSee
Apache License 2.0
30 stars 14 forks source link

InvSee by request #10

Closed SOF3 closed 2 years ago

SOF3 commented 5 years ago
when "$alice" runs "invseereq $bob"
    sendMessage("$bob", "$alice wants to see your inventory. See /invseegrant $alice to grant permission.")

when "$bob" runs "invseegrant $alice"
    "$alice" has permission to view "$bob"

I wanted to write this myself, but I can't bring myself into writing PocketMine plugins anymore. It is getting boring.

lukeeey commented 5 years ago

But admins should have the ability to see without granting

SOF3 commented 5 years ago

Yes, I am not talking about admins.

The motivation is like this:

Alice: Drop your weapons by the door
Bob: *opens the chest by the door*
Alice: *sees only an iron sword in the chest*
Alice: I know you have a Sharpness V diamond sword. Put it down too!
Bob: But I left it at my base!
Kris-Driv commented 5 years ago

Who is Alice?

I could actually write this. My InvSee broke recently, so I was about to debug it myself anyways. I'll confirm this later message later on.

SOF3 commented 5 years ago

Alice is the third party to Eve.

Kris-Driv commented 5 years ago

I bet You waited for someone to ask you this 😆

SOF3 commented 5 years ago

Actually I use Alice and Bob whenever I need to make up some names. They are the standard dummy player names in my test server too.

UnknownOre commented 5 years ago

lol

Muqsit commented 2 years ago

Implemented in 6875f1552c495f9273e9a540e50c51b1a1618c70 as a module