message
message
player.onChat("kit", function () {
mobs.give(
mobs.target(LOCAL_PLAYER),
DIAMOND_CHESTPLATE,
1
)
mobs.give(
mobs.target(LOCAL_PLAYER),
DIAMOND_HELMET,
1
)
mobs.give(
mobs.target(LOCAL_PLAYER),
DIAMOND_BOOTS,
1
)
mobs.give(
mobs.target(LOCAL_PLAYER),
DIAMOND_LEGGINGS,
1
)
mobs.give(
mobs.target(LOCAL_PLAYER),
DIAMOND_SWORD,
1
)
mobs.give(
mobs.target(LOCAL_PLAYER),
DIAMOND_PICKAXE,
1
)
mobs.give(
mobs.target(LOCAL_PLAYER),
DIAMOND_AXE,
1
)
})
player.onChat("bedrock", function () {
mobs.give(
mobs.target(LOCAL_PLAYER),
BEDROCK,
64
)
})
player.onChat("help2", function () {
player.say("food - gives you 16 cooked beef")
player.say("deez - nuts")
player.say("cw - clear weather")
player.say("portal - gives you 16 obsidian and 1 flint and steel")
player.say("kit - gives you full diamond armor and tools")
player.say("gmc - sets gamemode to creative")
player.say("gms - sets gamemode to survival")
player.say("bedrock - gives you a stack of bedrock")
player.say("barrier - gives you a stack of barrier blocks")
player.say("type help3 for next page")
})
let Blockid = 0
let Scaffoldhack = 0
let item = DIRT
Blockid = 3
Scaffoldhack = 0
player.say("EDU CLIENT V1.26")
player.say("type help for a list of commands")