mamad12313

Joined 2026
0
Score
2
Public projects
0
Views

Badges2/14

II
Going Public
common
I
First Build
common

Top projects2

BuildFixPlugin

+0

Build the Minecraft plugin project I uploaded. Requirements: * Build the complete project using Maven. * Use Java 21. * Make sure all dependencies are downloaded correctly. * Fix only compilation/build errors that prevent the project from building. * Do not remove or change any plugin features. * Do not rewrite the plugin unnecessarily. * Make sure `plugin.yml` is included correctly. * After a successful build, provide the final compiled `.jar` file. * The final JAR must be ready to place directly into the server's `plugins` folder. * Also tell me if the build succeeds or fails and show any important build errors if it fails.

minecraftspigot-java0 views

PotatoLand

+0

Create a complete production-ready Minecraft Paper plugin named PotatoLand. Target: - Paper 1.21.11 - Java 21 - Maven - Package: me.potatocraft.potatoland Generate a complete Maven project with all Java files, plugin.yml and config.yml. Must compile with: mvn clean package Plugin purpose: Land rental/selling system. COMMAND: /zamin /zamin tool /zamin add <name> /zamin delete <name> confirm /zamin list /zamin reload Permission: potatoland.admin LAND TOOL: Create a special WOODEN_AXE selector using PersistentDataContainer. Name: &6&lPotato Land Selector Only admins can use it. Right click block = position 1 Left click block = position 2 LAND: Admins create lands with /zamin add. Store using SQLite: - name - world UUID - min/max XYZ - owner UUID/name - purchase time - expiration time - price - material - sign location Prevent duplicate names and overlapping regions. Database: Create automatically: plugins/PotatoLand/database.db MARKET SIGN: Format: [House1] 5 DIAMOND Support any Bukkit Material and any positive amount. Examples: 5 DIAMOND 32 EMERALD 10 GOLD_INGOT Case insensitive. BUY SYSTEM: Players right click signs. Check: - land exists - available - enough items Remove exact material amount. Set owner and rental time. Rental duration: 30 days using timestamps. After expiration: - remove owner - release land - update sign - allow repurchase PROTECTION: Protect owned lands from: - break/place blocks - containers - doors - trapdoors - gates - buttons - levers - furnaces - crafting tables - anvils - villagers - animals Owner allowed. Admins bypass. PLACEHOLDERAPI soft support: %potatoland_land% %potatoland_owner% %potatoland_days_left% %potatoland_expiration% %potatoland_has_land% Compatible with TAB and scoreboards. Do not create scoreboard or tablist. Use clean architecture: command database land listener sign placeholder util Include: PotatoLand.java ZaminCommand.java LandManager.java DatabaseManager.java SelectionManager.java ProtectionListener.java SignListener.java PurchaseManager.java ExpirationManager.java PlaceholderAPI expansion. Do not simplify. Do not remove features. Generate complete source code.

minecraftspigot-java0 views

Want your name on a profile like this?