Compatibility
Minecraft: Java Edition
1.21.1–1.21.8
Platforms
Links
Details
Licensed CC-BY-NC-4.0
Published last month
Updated last month
Installation
- Download the FarmWorld plugin
.jar
file - Place the
.jar
file into your server’splugins
folder - Restart or reload your Minecraft server
- (Optional) Configure the plugin by editing the
world.yml
file inplugins/FarmWorld
- Set the correct permissions using a permissions plugin (LuckPerms, PermissionsEx, etc.)
Description
FarmWorld lets you create a farm world system for your Minecraft server — with Overworld, Nether, and End World support.
Features:
- Separate farm worlds for Overworld, Nether, and End
/spawn
command to teleport players to a predefined spawn- Safe random teleportation when entering a farm world
- Admin GUI with quick access to settings (red concrete block for admins)
When a player enters a farm world, they are teleported to a random safe location. The plugin checks safety before teleportation.
Permissions
farmworld.overworld
– Access to the Overworld farm worldfarmworld.nether
– Access to the Nether farm worldfarmworld.end
– Access to the End World farm worldfarmworld.admin
– Admin permissions for managing farm worlds and access to Admin Settings in the GUI
Admin Commands
Enable or disable individual farm worlds:
Farmworld:
spawn:
x:
y:
z:
world: (World
yaw: 0.0
worldspawn: true
worlds:
overworld:
enabled: true
world: world
nether:
enabled: true
world: world_nether
end:
enabled: false
world: world_the_end