• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.
  • Minecraft 1.16.220 Update + Bug/Crash Fixes
    Added MCPE 1.16.220 version and fixed crashes for multiple plugins. You can view the full changelist here.
  • Forum Updates - 4/11/2021
    Various changes have been made to the forums and a few categories. You can view the full changelist here.

Enchantment Shop GUI

Warning!
Hello , there have been no replies in this thread for more than 30 days.
Please make sure you have a valid reason before you reply to this thread or you may face moderation action.

Skylar

Staff Member
Community Team
#1
I have been looking for this for a while, a couple people wanted to charge me money to help me make it. ALEXMINERPRO helped me free of charge. Feel free to edit it.

cmd create eshop
cmd edit eshop 1 %player% = %p%
cmd edit eshop 2 if varset(%args%[1]) then %player% = %args%[1]
cmd edit eshop 104 %gui%[\"type\"] = \"form\"
cmd edit eshop 105 %gui%[\"title\"] = \"§2ENCHANTMENTS\"
cmd edit eshop 106 %gui%[\"content\"] = \"§3SELECT YOUR ENCHANT\"
cmd edit eshop 107 %warp0%[\"text\"] = \"Cancel\"
cmd edit eshop 108 %warp1%[\"text\"] = \"§c▆§l§aPROTECTION§c▆\"
cmd edit eshop 109 %warp2%[\"text\"] = \"§c▆§l§bBLAST-PROTECTION§c▆\"
cmd edit eshop 110 %warp3%[\"text\"] = \"§c▆§l§dTHORNS§c▆\"
cmd edit eshop 115 %buttons%[] = %warp1%
cmd edit eshop 116 %buttons%[] = %warp2%
cmd edit eshop 117 %buttons%[] = %warp3%
cmd edit eshop 122 %gui%[\"buttons\"] = %buttons%
cmd edit eshop 123 %response% = dialog(%player%, %gui%)
cmd edit eshop 124 if varset(%response%) = %false% then exit
cmd edit eshop 125 if %response% = 0 then goto 200
cmd edit eshop 126 if %response% = 1 then goto 300
cmd edit eshop 127 if %response% = 2 then goto 400
cmd edit eshop 132 exit
cmd edit eshop 200 # 200
cmd edit eshop 204 %gui1%[\"type\"] = \"form\"
cmd edit eshop 205 %gui1%[\"title\"] = \"§2Protection\"
cmd edit eshop 206 %gui1%[\"content\"] = \"§3Select your level\"
cmd edit eshop 207 %warp10%[\"text\"] = \"Cancel\"
cmd edit eshop 208 %warp11%[\"text\"] = \"§c▆§l§aLevel-5 §e$§a50,000.00§c▆\"
cmd edit eshop 209 %warp12%[\"text\"] = \"§c▆§l§bLevel-10 §e$§a100,000.00§c▆\"
cmd edit eshop 210 %warp13%[\"text\"] = \"§c▆§l§dLevel-20 §e$§a200,000.00§c▆\"
cmd edit eshop 215 %connt%[] = %warp11%
cmd edit eshop 216 %connt%[] = %warp12%
cmd edit eshop 217 %connt%[] = %warp13%
cmd edit eshop 222 %gui1%[\"buttons\"] = %connt%
cmd edit eshop 223 %response1% = dialog(%player%, %gui1%)
cmd edit eshop 224 if varset(%response1%) = %false% then exit
cmd edit eshop 225 if %response1% = 0 then goto 250
cmd edit eshop 226 if %response1% = 1 then goto 260
cmd edit eshop 227 if %response1% = 2 then goto 270
cmd edit eshop 231 exit
cmd edit eshop 250 if playerbalance(%player%) < \"50000\" then message %player% You do not have enough money to Enchant! You need $50,000 to enchant!
cmd edit eshop 251 if playerbalance(%player%) < \"50000\" then exit
cmd edit eshop 252 ascon /enchant %player% 0 5
cmd edit eshop 253 ascon /takemoney %player% 50000
cmd edit eshop 254 exit
cmd edit eshop 260 if playerbalance(%player%) < \"100000\" then message %player% You do not have enough money to Enchant! You need $100,000 to enchant!
cmd edit eshop 261 if playerbalance(%player%) < \"100000\" then exit
cmd edit eshop 262 ascon /enchant %player% 0 10
cmd edit eshop 263 ascon /takemoney %player% 100000
cmd edit eshop 264 exit
cmd edit eshop 270 if playerbalance(%player%) < \"200000\" then message %player% You do not have enough money to Enchant! You need $200,000 to enchant!
cmd edit eshop 271 if playerbalance(%player%) < \"200000\" then exit
cmd edit eshop 272 ascon /enchant %player% 0 20
cmd edit eshop 273 ascon /takemoney %player% 200000
cmd edit eshop 274 exit
cmd edit eshop 300 # 300
cmd edit eshop 304 %gui2%[\"type\"] = \"form\"
cmd edit eshop 305 %gui2%[\"title\"] = \"§2Blast-Protection\"
cmd edit eshop 306 %gui2%[\"content\"] = \"§3Select your level\"
cmd edit eshop 307 %warp20%[\"text\"] = \"Cancel\"
cmd edit eshop 308 %warp21%[\"text\"] = \"§c▆§l§bLevel-3 §e$§a30,000.00 §c▆\"
cmd edit eshop 315 %connt%[] = %warp21%
cmd edit eshop 322 %gui2%[\"buttons\"] = %connt%
cmd edit eshop 323 %response1% = dialog(%player%, %gui2%)
cmd edit eshop 324 if varset(%response1%) = %false% then exit
cmd edit eshop 325 if %response1% = 0 then goto 350
cmd edit eshop 331 exit
cmd edit eshop 350 if playerbalance(%player%) < \"30000\" then message %player% You do not have enough money to Enchant! You need $30,000 to enchant!
cmd edit eshop 351 if playerbalance(%player%) < \"30000\" then exit
cmd edit eshop 352 ascon /enchant %player% 1 3
cmd edit eshop 353 ascon /takemoney %player% 30000
cmd edit eshop 354 exit
cmd edit eshop 400 # 400
cmd edit eshop 404 %gui3%[\"type\"] = \"form\"
cmd edit eshop 405 %gui3%[\"title\"] = \"§2thorns\"
cmd edit eshop 406 %gui3%[\"content\"] = \"§3Select your level\"
cmd edit eshop 407 %warp30%[\"text\"] = \"Cancel\"
cmd edit eshop 408 %warp31%[\"text\"] = \"§c▆§l§aLevel-1 §e$§a500,000.00§c▆\"
cmd edit eshop 409 %warp32%[\"text\"] = \"§c▆§l§bLevel-3 §e$§a650,000.00§c▆\"
cmd edit eshop 410 %warp33%[\"text\"] = \"§c▆§l§dLevel-4 §e$§a1,000,000.00§c▆\"
cmd edit eshop 415 %connt%[] = %warp31%
cmd edit eshop 416 %connt%[] = %warp32%
cmd edit eshop 417 %connt%[] = %warp33%
cmd edit eshop 422 %gui3%[\"buttons\"] = %connt%
cmd edit eshop 423 %response% = dialog(%player%, %gui3%)
cmd edit eshop 424 if varset(%response%) = %false% then exit
cmd edit eshop 425 if %response% = 0 then goto 450
cmd edit eshop 426 if %response% = 1 then goto 460
cmd edit eshop 427 if %response% = 2 then goto 499
cmd edit eshop 431 exit
cmd edit eshop 450 if playerbalance(%player%) < \"500000\" then message %player% You do not have enough money to Enchant! You need $500,000 to enchant!
cmd edit eshop 451 if playerbalance(%player%) < \"500000\" then exit
cmd edit eshop 452 ascon /enchant %player% 5 1
cmd edit eshop 453 ascon /takemoney %player% 500000
cmd edit eshop 454 exit

cmd edit eshop 460 if playerbalance(%player%) < \"650000\" then message %player% You do not have enough money to Enchant! You need $650,000 to enchant!
cmd edit eshop 461 if playerbalance(%player%) < \"650000\" then exit
cmd edit eshop 462 ascon /enchant %player% 5 3
cmd edit eshop 463 ascon /takemoney %player% 650000
cmd edit eshop 464 exit

cmd edit eshop 500 if playerbalance(%player%) < \"1000000\" then message %player% You do not have enough money to Enchant! You need $1,000,000 to enchant!
cmd edit eshop 501 if playerbalance(%player%) < \"1000000\" then exit
cmd edit eshop 502 ascon /enchant %player% 5 4
cmd edit eshop 503 ascon /takemoney %player% 1000000
cmd edit eshop 504 exit
cmd edit eshop 427 if %response% = 2 then goto 500

I didn't want to edit it so here this is. All credits go to ALEXMINERPRO.
 

Squiidgy

Tree Puncher
#7
I did /ceshop then clicked the protection and was holding armor in my hand and did it, and it still doesn't work it takes my money and doesn't give me the enchant

the protection one doesn't work that's all I know