WorldEdit + Essentials! One of the most popular server plugins is now on Minecraft Bedrock! Have more control on your world, server, or realm with Wilco Essentials! Wilco Essentials adds new custom commands to your Minecraft world. You can easily view a player's inventory, teleport home, and more.
Select version for changelog:
Changelog
updated addon to be compatible with the newest 1.19 update
!rank heres the code so you dont have to!
case 'rank':
if (arg[0] == undefined) {
runCmd(`tellraw ${playerName} { "rawtext": [ { "text": "§4 please ender a name and a rank and try again." } ] }`);
} else {
if (arg[1] == undefined) {
runCmd(`tellraw ${playerName} { "rawtext": [ { "text": "§4 please ender a Rank and try again" } ] }`);
} else {
if (haveTag(player, "op")) {
runCmd(`tag ${arg[0]} add ${arg[1]}`);
} else {
runCmd(`tellraw ${playerName} { "rawtext": [ { "text": "§4 no perms" } ] }`);
}
}
}
break;
your welcome lol I also tested it, yes it works also i would like credit if u use it. for some reason i tried to upload a command pack to mcpedl said i stole it its kinda annoying since i never but at least i could help you make urs better! also addon me on discord if you can :) _Brayden_#8533