About
CourierNew is a physical mail system for Spigot Minecraft servers that allows users to send letters in the form of books and receive them through couriers. Admins can use this to send letters to all players at once as a way of sending a message that people will be sure to see.
Purpose
CourierNew is a built-from-scratch partial remake of an abandoned Bukkit plugin called Courier. This was written as a means to bring similar functionality of the original plugin to more modern versions of Minecraft, as well as improve on the logic behind it.
Usage
Requirements
Configuration
After running for the first time, the default configs will be generated. The main configuration will look like this:
The third configuration file is actually used to store outgoing mail. Don't modify this file unless you know exactly what you are doing!
Permissions
Demonstration
Click here to view GIF
Troubleshooting
Courier not spawning?
CourierNew is a physical mail system for Spigot Minecraft servers that allows users to send letters in the form of books and receive them through couriers. Admins can use this to send letters to all players at once as a way of sending a message that people will be sure to see.
Purpose
CourierNew is a built-from-scratch partial remake of an abandoned Bukkit plugin called Courier. This was written as a means to bring similar functionality of the original plugin to more modern versions of Minecraft, as well as improve on the logic behind it.
Usage
- /letter <message> - Compose a new letter with the specified message. Minecraft color codes and \n linebreaks are allowed in the message. If holding a not-sent letter written by you, this command will append the specified message to the letter.
- /post <player> - Send a letter to a specified player. You can list multiple players by separating their usernames with a comma. Use the command with only * to send to all online players, or ** to send to all players who have ever joined the server.
- /unread - Retrieve unread mail, if any.
- /shred - Delete the letter in your hand.
- /shredall - Delete all letters in your inventory.
- /couriernew help - Show the help message.
- /couriernew reload - Reload all configuration files.
Requirements
- Spigot or Paper 1.14 - 1.19
- Java 8 or higher
- Download the latest release.
- Put the jar in your plugins folder.
- Start or restart your server.
Configuration
After running for the first time, the default configs will be generated. The main configuration will look like this:
Code (YAML):
receive-delay
: 100
resend-delay : 2400
remove-delay : 200
spawn-distance : 5
protected-courier : true
courier-entity-type : VILLAGER
blocked-gamemodes : [ ]
blocked-worlds : [ ]
resend-delay : 2400
remove-delay : 200
spawn-distance : 5
protected-courier : true
courier-entity-type : VILLAGER
blocked-gamemodes : [ ]
blocked-worlds : [ ]
- receive-delay - This is the delay, in ticks, for when a letter should be received. This is used on join, after sending, and after leaving a blocked world or gamemode.
- resend-delay - How long to wait, in ticks, before trying to resend a letter when the mail was not taken
- remove-delay - How long to wait, in ticks, after the courier spawns before removing it
- spawn-distance - How far away to spawn the courier from the player in blocks
- protected-courier - This will determine whether other players can grab their mail from a courier that isn't theirs.
- blocked-gamemodes - Gamemodes that receiving mail isn't allowed in. (SURVIVAL, CREATIVE, ADVENTURE, SPECTATOR)
- blocked-worlds - Names of worlds that receiving is blocked in
The third configuration file is actually used to store outgoing mail. Don't modify this file unless you know exactly what you are doing!
Permissions
- couriernew.letter - Allows players to write/edit letters
- couriernew.post.one - Allows players to send letters to one player at a time
- couriernew.post.multiple - Allows players to send letters to multiple players at a time
- couriernew.post.allonline - Allows players to send letters to all online players
- couriernew.post.all - Allows players to send letters to all players who ever joined the server
- couriernew.help - Allows players to use the help command
- couriernew.shred - Allows players to shred a letter
- couriernew.shredall - Allows players to shred all in their inventory
- couriernew.unread - Allows players to retrieve unread mail
- couriernew.reload - Allows for reloading of configs
Demonstration
Click here to view GIF
Troubleshooting
Courier not spawning?
- In the WorldGuard config, set block-plugin-spawning to false.
- Set allow-npcs to true in server.properties.
- If you are using EssentialsProtect, make sure to not block villager spawning.
- Also check to make sure that no other plugins block mob spawning.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.14, 1.15, 1.16
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
CourierNew is a free Minecraft Java mod. Compatible with Minecraft 1.14, 1.15, 1.16, 1.17 and newer. Downloaded 5,848 times (via Spigot). Download it and open it directly in the game.