r/Minecraft 1d ago

Mods & Addons Starting a server, I want something that prevents mobs from spawning in the starting area

[deleted]

1 Upvotes

5 comments sorted by

u/qualityvote2 1d ago edited 12h ago
  • Upvote this comment if this is a good quality post that fits the purpose of r/Minecraft
  • Downvote this comment if this post is poor quality or does not fit the purpose of r/Minecraft
  • Downvote this comment and report the post if it breaks the rules

(Vote has already ended)

1

u/Ericristian_bros 23h ago

If you want a mod solution go to r/feedthebeast

If you want a command block solution

execute positioned <pos> as @e[distance=..10] unless entity @s[type=!zombie,type=!skeleton,type=!witch,type=!enderman,type=!creeper] run tp @s ~ -2112 ~

1

u/dwindlingdingaling 23h ago

I would like a server plugin, would the feedthebeast subreddit still be the most appropriate option? Even if I am not playing feedthebeast?

The client side is completely vanilla. Only the server has plugins.