A feature-rich Bukkit/Spigot plugin for Minecraft 1.20 that provides building utilities, mob spawning, and player management commands.
/buildhouse- Constructs wooden houses with customizable dimensions/buildtower- Builds vertical towers with specified height and block type/buildtowersand- Specialized tower building with sand blocks/generatetree- Generates natural-looking trees/generatecherrytree- Generates cherry tree variants/fillarea- Fills flat areas with specified block type and radius/cleararea- Clears dirt blocks in a square area
/additem- Add items to player inventory with custom amounts/move- Moves player forward/setlevel- Set player experience level/spawnmob- Spawn mobs near the player/explodezone- Set up TNT with redstone fuse and lever control
/buildmenu- Opens interactive build menu/setwarp- Create warp points at current location/warp- Teleport to saved warp points
- Platform: Bukkit/Spigot
- Minecraft Version: 1.20.1
- Build System: Gradle
- Language: Java
gradle buildTo deploy the plugin to a local Spigot server:
gradle deployPluginThis task compiles the plugin and copies the JAR to your Spigot server's plugins directory.
src/main/java/com/minecraftplay/
├── MyPlugin.java # Main plugin class with command handling
- spigot-api:1.20.1-R0.1-SNAPSHOT - Official Spigot API for Minecraft 1.20.1
See LICENSE file for details.