Just CobbleX
- You can add as many CobbleX as you want!
- You can add as many rewards as you want!
- Ability to set your own crafting recipe for each CobbleX!
- Each CobbleX has its own command and its own settings!
- Fully customizable messages!
» Commands & Permissions:
- /cobblexplugin - Main command. Replacing Cobblestone with CobbleX. (default)
- /<cmd> give <player> <amount> - Give Give the player a specific number of CobbleX. (cobblex.give)
- /<cmd> info - Show drop info. (default)
- /cobblexplugin help - Show help message. (cobblex.help)
- /cobblexplugin reload - Reload config. (cobblex.reload)
» Config:
Code (YAML):
[/SIZE
]
[/SIZE
]
messages:
prefix : "&aCX &7-> &a"
no-console : "No console bro."
no-permission : "&cNo permission."
bad-usage : "&cWrong usage. Try /cobblexplugin help."
reload : "&aPlugin has been Reloaded"
incorrect-integer : "&cThe value must be a number."
not-by-command : "&cYou have to use workbench!"
you-gave-cobblex : "&aYou gave to %player %amount %type"
you-get-cobblex : "&aYou have been given &b%amount &b%type"
no-items : "&cYou don't have required items."
player-offline : "&cThis player is offline."
help :
- "&8&l&m &8&l[ &aCobbleX &8&l]&m "
- "&8&l&a/cobblex reload &8- &7Reload configuration"
- "&8&l&a/cobblex give &e<player> &e<type> &e<count> &8- &7Give the player a specific number of CobbleX."
- "&8&l&a/cobblex help &8- &7Showing this message!"
- "&8&l&m &8&l[ &aCobbleX &8&l]&m "
autosave-cache:
enabled : true
interval : 5 #in minutes
cobblex-list:
normal-cobblex:
secret : "v1PT4W0TrY$E" #never change mid-game
drops : "i-dont-know-how-to-name-this-list" #you choose which list use!
action-bar-message : "&aYou have opened CobbleX!"
command:
get-by : true #get by command
name : "cx"
permission : cobblex.normal
place:
enabled : true #if false, cobbleX will disappear and give loot by itself!
particles:
enabled : true
type : CRIT_MAGIC
crafting:
enabled : true #get by crafting
shape : xxx,xxx,xxx
ingredients:
x:
material : COBBLESTONE
name : ''
lore : [ ]
amount : 64
display:
material : SLIME_BLOCK
name : "&a&lCobbleX"
lore :
- "&4Put me on the ground"
- "&4to receive a prize!"
supreme-cobblex:
secret : "v1PT4W0TrY$A"
drops : "super-rewards"
action-bar-message : "&aYou have opened Supreme CobbleX!"
command:
get-by : true
name : "cxsupreme"
permission : cobblex.supreme
place:
enabled : true
particles:
enabled : true
type : CRIT_MAGIC
crafting:
enabled : true
shape : xyx,xxx,xyx
ingredients:
x:
material : COBBLESTONE
name : ''
lore : [ ]
amount : 64
y:
material : DIAMOND_BLOCK
name : ''
lore : [ ]
amount : 64
display:
material : EMERALD_BLOCK
name : "&e&lSupreme CobbleX"
lore :
- "&4Put me on the ground"
- "&4to receive a prize!"
drops-list:
i-dont-know-how-to-name-this-list:
wood:
prize-name : "Wood"
chance : 10
console-command : "give %player 10 oak_wood"
drop-message : "&aYou have received Wood!"
broadcast-drop : false
broadcast-message : "&a%player opened CobbleX and received Wood!"
pickaxe:
prize-name : "Iron Pickaxe"
chance : 1
console-command : "give %player IRON_PICKAXE 1 durability:6 dig_speed:6 name:&cGood_Pickaxe"
drop-message : "&aYou have received Iron Pickaxe!"
broadcast-drop : true
broadcast-message : "&a%player opened CobbleX and received Iron Pickaxe!"
super-rewards:
gold:
prize-name : "Gold"
chance : 10
console-command : "give %player 10 gold_ingot"
drop-message : "&aYou have received Gold!"
broadcast-drop : false
broadcast-message : "&a%player opened Supreme CobbleX and received gold!"
pickaxe:
prize-name : "Netherite Pickaxe"
chance : 1
console-command : "give %player NETHERITE_PICKAXE 1 durability:6 dig_speed:6 name:&cGood_Pickaxe"
drop-message : "&aYou have received Netherite Pickaxe!"
broadcast-drop : true
broadcast-message : "&a%player opened Supreme CobbleX and received Netherite Pickaxe!"
[SIZE=4 ] [SIZE=4 ]
messages:
prefix : "&aCX &7-> &a"
no-console : "No console bro."
no-permission : "&cNo permission."
bad-usage : "&cWrong usage. Try /cobblexplugin help."
reload : "&aPlugin has been Reloaded"
incorrect-integer : "&cThe value must be a number."
not-by-command : "&cYou have to use workbench!"
you-gave-cobblex : "&aYou gave to %player %amount %type"
you-get-cobblex : "&aYou have been given &b%amount &b%type"
no-items : "&cYou don't have required items."
player-offline : "&cThis player is offline."
help :
- "&8&l&m &8&l[ &aCobbleX &8&l]&m "
- "&8&l&a/cobblex reload &8- &7Reload configuration"
- "&8&l&a/cobblex give &e<player> &e<type> &e<count> &8- &7Give the player a specific number of CobbleX."
- "&8&l&a/cobblex help &8- &7Showing this message!"
- "&8&l&m &8&l[ &aCobbleX &8&l]&m "
autosave-cache:
enabled : true
interval : 5 #in minutes
cobblex-list:
normal-cobblex:
secret : "v1PT4W0TrY$E" #never change mid-game
drops : "i-dont-know-how-to-name-this-list" #you choose which list use!
action-bar-message : "&aYou have opened CobbleX!"
command:
get-by : true #get by command
name : "cx"
permission : cobblex.normal
place:
enabled : true #if false, cobbleX will disappear and give loot by itself!
particles:
enabled : true
type : CRIT_MAGIC
crafting:
enabled : true #get by crafting
shape : xxx,xxx,xxx
ingredients:
x:
material : COBBLESTONE
name : ''
lore : [ ]
amount : 64
display:
material : SLIME_BLOCK
name : "&a&lCobbleX"
lore :
- "&4Put me on the ground"
- "&4to receive a prize!"
supreme-cobblex:
secret : "v1PT4W0TrY$A"
drops : "super-rewards"
action-bar-message : "&aYou have opened Supreme CobbleX!"
command:
get-by : true
name : "cxsupreme"
permission : cobblex.supreme
place:
enabled : true
particles:
enabled : true
type : CRIT_MAGIC
crafting:
enabled : true
shape : xyx,xxx,xyx
ingredients:
x:
material : COBBLESTONE
name : ''
lore : [ ]
amount : 64
y:
material : DIAMOND_BLOCK
name : ''
lore : [ ]
amount : 64
display:
material : EMERALD_BLOCK
name : "&e&lSupreme CobbleX"
lore :
- "&4Put me on the ground"
- "&4to receive a prize!"
drops-list:
i-dont-know-how-to-name-this-list:
wood:
prize-name : "Wood"
chance : 10
console-command : "give %player 10 oak_wood"
drop-message : "&aYou have received Wood!"
broadcast-drop : false
broadcast-message : "&a%player opened CobbleX and received Wood!"
pickaxe:
prize-name : "Iron Pickaxe"
chance : 1
console-command : "give %player IRON_PICKAXE 1 durability:6 dig_speed:6 name:&cGood_Pickaxe"
drop-message : "&aYou have received Iron Pickaxe!"
broadcast-drop : true
broadcast-message : "&a%player opened CobbleX and received Iron Pickaxe!"
super-rewards:
gold:
prize-name : "Gold"
chance : 10
console-command : "give %player 10 gold_ingot"
drop-message : "&aYou have received Gold!"
broadcast-drop : false
broadcast-message : "&a%player opened Supreme CobbleX and received gold!"
pickaxe:
prize-name : "Netherite Pickaxe"
chance : 1
console-command : "give %player NETHERITE_PICKAXE 1 durability:6 dig_speed:6 name:&cGood_Pickaxe"
drop-message : "&aYou have received Netherite Pickaxe!"
broadcast-drop : true
broadcast-message : "&a%player opened Supreme CobbleX and received Netherite Pickaxe!"
[SIZE=4 ] [SIZE=4 ]
» Important info :
- No requirements!
- !!!!!!!! It's snapshot version !!!!!!!!
Be careful when using this plugin on production server. - I recommend using the plugin on versions 1.21.x and above!
My discord: Yoahim
If you have problems with the plugin, invite me and write!
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
CobbleX [1.21.X] is a free Minecraft Java mod. Compatible with Minecraft 1.21. Downloaded 1,323 times (via Spigot). Download it and open it directly in the game.