Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Tags
Creators
Details
Licensed CC-BY-4.0
Published 4 months ago
Updated 4 months ago
Simple, lightweight item submission plugin for Paper servers.
ItemSubmit lets you run server events where players submit a specific item (like Grass Blocks, Diamonds, or any material you choose) and automatically tracks totals, top contributors, and more.
- π¦ Players use /submit to hand in all configured items from their inventory
- π Tracks personal totals and server-wide totals
- π Built-in top leaderboard placeholders (Top 1, Top 2, etc.)
- π§© PlaceholderAPI support included
- β‘ Lightweight & optimized for performance (Paper 1.21.11 ready)
- π Open/close submission events instantly with commands
- π οΈ Change the required item in-game with /itemsubmit set
- π¬ Perfect for server competitions, seasonal events, and donation systems
- π§Ή Clear player data or reset all submissions easily
- βοΈ Clean and minimal configuration
βοΈ Config File
# Item that players are allowed to submit.
# Use a valid Bukkit/Paper material name.
item: GRASS_BLOCK
placeholders:
enabled: true
# Formatted dynamic leaderboard placeholders:
# %itemsubmit_formatted_1%, %itemsubmit_formatted_2%, etc.
# Tokens you can use: %position%, %name%, %amount%
formatted:
format: 'Top %position% user: %name% with score %amount%'
empty-format: '-'
π οΈ Commands
- /submit β Submit all configured items from your inventory
- /itemsubmit reload β Reload the plugin config
- /itemsubmit open β Open item submissions for players
- /itemsubmit close β Close item submissions
- /itemsubmit set <material> β Change the required submission item in-game
- /itemsubmit clear <player> β Clear a specific playerβs submitted total
- /itemsubmit clearall β Clear all player submission data across the server
π§© Placeholders (Requires PlaceholderAPI)
- %itemsubmit_isopen% β Whether submissions are currently open
- %itemsubmit_total% β Player's personal submitted total
- %itemsubmit_servertotal% β Total submitted by the entire server
- %itemsubmit_top_1_name% β Top 1 player's name
- %itemsubmit_top_1_amount% β Top 1 player's amount submitted
- %itemsubmit_formatted_1% β A formatted message for top 1 player
Example output of %itemsubmit_formatted_7%:
Top 7 user: Steve with score 420
Perfect for scoreboard, tablist, and hologram plugins.
π Permissions
- itemsubmit.submit β Allows using /submit
- itemsubmit.reload β Allows reloading the config
- itemsubmit.open β Allows opening submissions
- itemsubmit.close β Allows closing submissions
- itemsubmit.set β Allows changing the submitted item
- itemsubmit.clear β Allows clearing a specific player's submitted amount
- itemsubmit.clearall β Allows clearing all submitted amounts
π¦ Compatibility
β Paper 1.21.11
Created with the help of AI


