S2E Farm Plugin demo version - This is a plugin for Minecraft that allows a streamer to play a mini-game live during a TikTok Live. With it, you can create a wheat field and add commands that summon various animals that eat the wheat.
This plugin is compatible with StreamToEarn and other programs that track events from the broadcast and transmit them to your Minecraft server.
Features: Your character can grow wheat by hitting the sprouts with a snowball. You need to sow and grow the entire field for the victory timer to start. Different animals have different effects. Animals are created in random rows to avoid spawning in same row for most cases.
The mini-game field is created by one command.
Only one farm is created per server and farm commands are available to all players on the server, even if he is not an operator.
Commands list
- /farm create X Y Z R T
- X Y Z - Coordinates of the central block of the field
- OR use ~ ~ ~ - Instead of X Y Z to create a field under the player
- R - Radius, the number of blocks from the center of the field that will be created for the game. Example, if the number is 10, then the field size will be 21 by 21 (R * 2 + 1)
- T - How many seconds will it take for victory to occur after the entire field is sown.
- /farm stop - Stops the game. All farm commands will stop working and can be created again
- /farm fill - Fills the entire field with ripe wheat
- /farm clear - Clears the entire field
- /farm wsheep (name) - Summon white sheep.
- /farm cobwebs - Creates a long row of webs for 16 seconds, slows down the movement of animals and destroys wheat
More spawn commands in full plugin version.