Bug Closed · Resolved

[Bug] Item Dispenser function notifies player about given item

#3529 opened by Unknown 3 years ago

Unknownreported this bug

The Item Dispenser function notifies the player when set to 'item given to target player'. Since the Key Dispenser function already does the same job, this is not necessary and in contradiction to their description.

We intent to give the target player an item, but without notifying them.

Unknowncommented

Hey there! Good point. The code I use to give or drop items for a player is a utility function I use in all my plugins, but you're right; in this particular case, the message informing the player isn't necessary. I have removed it as of the latest dev build. :)

Unknowncommented

Hello @MarcatoSound the bug seems to be back in the latest dev build. The player gets notified on item give.

Unknowncommented

I can't seem to replicate... are you sure? Try the latest-latest dev build perhaps? The code all points to the message still being silenced.

Perhaps you can share a screenshot and I can verify which messages are appearing?

Unknowncommented

Following up. Is this issue still happening? If I don't hear back soon, I'm going to go ahead and close it.

Unknowncommented

Still replicable here. The Item Dispenser function notifies the player when set to 'Item is given to the target player(s)'.

Since the Key Dispenser function already does the same job, this is not necessary and in contradiction to their description.

Unknowncommented

Hey there! BEYOND late response, but I finally took the time to look more closely into this and discovered it was caused by the introduction of lang messages.

As of the latest dev build, I have introduced an option to both item and key dispensers allowing you to disable the message. :)

Sign in to join the discussion.