Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Tags
Creators
Details
Licensed MIT
Published 4 days 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


