Mineuniverse
Log in Register
Mods

Custom Commands

custom command aliases for vanillish servers written in kdl
by repulica
Claim this project
627 downloads
0 likes
Updated Jun 30, 2026
0 hypes

Custom Commands

custom command aliases for vanillish servers written in kdl

custom commands lets server owners write a file at static_data/commands.kdl to add aliases or shorthands for special commands or triggers

current supported nodes: - literal <name> - keyword command node - requires [requirements] - requirements for parent node, properties determine requirements: - opLevel - required op level to run command (permissionLevel will work but is considered deprecated) - permission - fabric permissions api permission key required to run command - executes <command> - sets what command the parent node executes

to do: - [ ] allow arbitrary arguments instead of just keywords - [ ] add more properties for requirements - [x] vanilla op level - [x] fabric permissions api

sample configuration: kdl literal "afk" { //shorthand for afk data pack https://www.planetminecraft.com/data-pack/afk-pack/ executes "trigger afk" } literal "giveall" { //give preset items to everyone on the server requires permissionLevel=4 literal "diamonds" { //escaped quotes executes "give @a diamond{display:{Name:'[{\"text\":\"happy diamond\",\"italic\":false}]'}} 64" } literal "magicsword" { //kdl raw strings executes r#"give @p netherite_sword{Unbreakable:1,display:{Name:'[{"text":"magic sword","italic":false}]',Lore:['[{"text":"a sword passed down","italic":false}]','[{"text":"through the ages","italic":false}]','[{"text":"from hero to hero","italic":false}]']},Enchantments:[{id:fire_aspect,lvl:2},{id:knockback,lvl:2},{id:looting,lvl:3},{id:sharpness,lvl:5}]} 64"# } }

No files available for download.

More from repulica

Less Greedy Piglins
62,791
Title Scrolls
3,184

You Might Also Like

APTweaks: Items (11.x Classic)
Item clustering (fallen blocks, experience orbs, ...) and garbage cleanup.
9,884,514
VanillaDeathChest (Fabric)
Places containers when players die that contain their items.
994,762
Styled Nicknames
Simple, but configurable nicknaming mod allowing your server's players (and admins) to change their nickname with full formatting support
989,499
Tiquality
Make server lag the problem of the source player.
99,489
Blame (Fabric)
Those gosh darn crashlogs not saying which worldgen feature is crashing!
99,012
Weathering with You
Forecast Minecraft weather with a radar or a hat!
98,579