SMP Essentials is a server-side utility plugin, designed as a multiplatform tool for neoforge or Fabric moded Minecraft servers. It provides quality of life (QoL) multiplayer (and singleplayer) features such as player homes, spawn teleportation, server rules, land claim protection.
- Claims, Teleport commands and chatfilter.
- /home
Teleports a player to their saved home location. - /tpr & /tpa
Teleport request to a player. Teleport accept or decline the request. - /spawn
Returns a player to the server spawn. - /rules
Displays server rules as a chat message. - Welcome Message
Displays a welcome message with the players name. - /chatfilter
Add, remove words or load them into the chatfilter from the json config. (Phrases can also be added in the config only)
- /claim
Protects the player’s current chunk from modification by others. - /unclaim
Releases ownership of the current chunk. - /claims
Shows how many chunks the player owns and who owns the current one.
Block breaking, placing, and interactions are restricted in claimed chunks to their owners or trusted players.
Operators automatically bypass claim limits and all protection checks.
- /trust
Adds a player to your trustlist. - /untrust
Removes a player from the trustlist. - /trustlist
Displays all trusted players.
Trustlist membership applies globally across all claims owned by a player.
- Default claim cap: 50 chunks per player.
- Operators bypass the cap and all restrictions.
- Spawn protection prevents claiming near the server’s shared spawn point.
- Supports all dimensions without special configuration.
- Json config for max claims, welcome message and making custom rules.
Licensed under the Apache License, Version 2.0. You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is provided on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.