-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Message Player if Inbox is Full #91
base: master
Are you sure you want to change the base?
Conversation
I think "This mailbox is full." would be more grammatically correct, because there can be multiple mailboxes. |
I don't like chat messages for obvious things. It would be another matter, if the owner is getting a message (once, we don't want to create an opportunity for bad actors to spam the owner). An alternative could be to send the owner a /mail "Your mailbox at x, y, z is full". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code looks good, @SwissalpS has a point though, do the returning items really go unnoticed?
I might agree if the player could see that the mailbox inventory is full or see the result of the drop (e.g. an item dropped on the ground can visibly be seen on the ground). Without inherent knowledge that a mailbox has a capacity limit, players might not understand why their item isn't accepted & may confuse it with a server error. Perhaps to find a middle ground the notification can be enabled with a setting while being disabled by default. Edit: For context, my server is used primarily by younger children who often need feedback because they don't understand why something might not work. |
b95cde3
to
315aed3
Compare
Changed. |
While I still think it isn't needed, I'm OK with this variant. |
naming the setting |
maybe they want to add more messages like: this refrigerator is empty/full etc. :D Edit: at which point it could just as well be called "homedecor.chat_debugging" |
Sends text "This mailbox is full." to player if there is no room if setting
homedecor.verbose_messages
is enabled.Original message:
Sends text "The mailbox is full." to player if there is no room when trying to deposit an item.