Player Mail

Provides an in-server mail system for players.

Requirements

Contents

Advancements:

title description
You Got Mail! receive mail from another player
The Backbone of Civilization send mail to another player

Usage

Entities tagged wishlist.mail_taker are post office workers, and will take named items to add them to a mail pool.

Every game second, one item will be taken from the mail pool and a player with a corresponding value of wishlist.playerId and who is standing on a solid block will be searched in the server; if found, an enderfolk will teleport to that player and give them the item.

If more than one account share the same wishlist.playerId value, the mail office will deliver to the first one that satisfies the conditions.

Overhead

Updates every tick:

Updates every second:

Known Issues

None.