
BlockPlayer Lite 0.1.3
Keep the peace by allowing players to block each other in game.
BlockPlayer Lite
BlockPlayer is a Minecraft plugin that helps you manage your interactions with other players. If you want to avoid seeing another player or their messages, this plugin is for you!
The Lite Version is limited to blocking one player (per player). Get the full version here!
What it Does
- You won't be able to see their in-game character.
- They won't be able to see your in-game character either.
- You won't see any of their chat messages, including public chat, private messages (like
/msg
or/tell
), or any broadcast messages they send. - They won't see any of your chat messages either.
This creates a more peaceful gaming experience by effectively making the blocked player invisible and silent to you, and you to them.
How to Use
Using BlockPlayer is simple, with just a few commands:
- To block a player:
Type/block <playername>
(Replace<playername>
with the actual name of the player you want to block) - To unblock a player:
Type/unblock <playername>
(Replace<playername>
with the actual name of the player you want to unblock) - To view your blocklist:
Type/blocklist
- To view another player's blocklist (if you have permission):
Type/blocklist <playername>
Your block list is saved, so you don't have to re-block players every time you log in.
Screenshots
Video
https://youtube.com/shorts/XFdHIS6b5rM
Permissions
Server administrators can control who can use BlockPlayer's commands using a permissions plugin (like LuckPerms, GroupManager, etc.). Here are the permission nodes:
blockplayer.block
: Allows a player to use the/block
command.blockplayer.unblock
: Allows a player to use the/unblock
command.blockplayer.blocklist
: Allows a player to use the/blocklist
command to see their own list. (Default: Granted to all players)blockplayer.blocklist.others
: Allows a player to use/blocklist <playername>
to see another player's list. (Default: Granted to server operators)blockplayer.bypass
: Allows players with this permission to bypass the blocklist and see players that have blocked them (and their messages). The other player will still not be able to see you or your messages. (Default: Not granted to anyone)