Ceyhun_Strafe
Koydum Çalışma Masasını
- Katılım
- 3 Ocak 2021
- Mesajlar
- 65
- Elmaslar
- 31
- Puan
- 420
- Yaş
- 25
Discord:
iCeyhun_x#8333
Örnek Olarak
Kod:
command /spawner [<text>] [<text>]:
permission: cnw.spawner
trigger:
arg 1 isn't set:
open chest with 4 rows named "&f Spawner Menü" to player
wait a tick
format slot 10 of player with 52 named "&f Demir Spawner" to close then run [execute player command "spdemir"]
format slot 19 of player with 52 named "&f Demir Blok Spawner" to close then run [execute player command "spdemirblok"]
format slot 12 of player with 52 named "&6 Altın Spawner" to close then run [execute player command "spaltın"]
format slot 21 of player with 52 named "&6 Altın Blok Spawner" to close then run [execute player command "spaltınblok"]
format slot 14 of player with 52 named "&b Elmas Spawner" to close then run [execute player command "spelmas"]
format slot 23 of player with 52 named "&b Elmas Blok Spawner" to close then run [execute player command "spelmasblok"]
format slot 16 of player with 52 named "&a Zumrut Spawner" to close then run [execute player command "spzumrut"]
format slot 25 of player with 52 named "&a Zumrut Blok Spawner" to close then run [execute player command "spzumrutblok"]
format slot 0 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 1 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 2 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 3 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 4 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 5 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 6 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 7 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 8 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 9 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 11 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 13 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 15 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 17 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 18 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 20 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 22 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 24 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 26 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 27 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 28 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 29 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 30 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 31 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 32 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 33 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 34 of player with 160 named "&f Iyi Oyunlar" to be unstealable
format slot 35 of player with 160 named "&f Iyi Oyunlar" to be unstealable
on place of a mob spawner:
set {_someVariable} to name of held item of player
{_someVariable} is "&fDemir Spawner"
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 0.3 second
execute console command "manuaddp %player% minecraft.command.setblock"
execute player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:265,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
send "&e&l > &f Demir Spawner basariyla koydun!"
set {_1} to location of event-block
add {_1} to {demirrspawner::*}
execute console command "manudelp %player% minecraft.command.setblock"
on break of mob spawner:
tool of player is any pickaxe of silk touch
set {_1} to location of event-block
loop {demirrspawner::*}:
loop-value is {_1}
cancel event
set block at {_1} to air
drop a mob spawner named "&fDemir Spawner" at {_1}
remove {_1} from {demirrspawner::*}
command /spdemir:
permission: cnw.spawner
trigger:
if player is op:
give a mob spawner named "&fDemir Spawner" to player
on place of a mob spawner:
set {_someVariable} to name of held item of player
{_someVariable} is "&fDemir Blok Spawner"
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 0.3 second
execute console command "manuaddp %player% minecraft.command.setblock"
execute player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:42,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
send "&e&l > &fDemir Blok Spawner basariyla koydun!"
set {_1} to location of event-block
add {_1} to {demirblokkspawner::*}
execute console command "manudelp %player% minecraft.command.setblock"
on break of mob spawner:
tool of player is any pickaxe of silk touch
set {_1} to location of event-block
loop {demirblokkspawner::*}:
loop-value is {_1}
cancel event
set block at {_1} to air
drop a mob spawner named "&fDemir Blok Spawner" at {_1}
remove {_1} from {demirblokkspawner::*}
command /spdemirblok:
permission: SP.Kurucu
trigger:
if player is op:
give a mob spawner named "&fDemir Blok Spawner" to player
on place of a mob spawner:
set {_someVariable} to name of held item of player
{_someVariable} is "&6Altın Spawner"
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 0.3 second
execute console command "manuaddp %player% minecraft.command.setblock"
execute player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:266,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
send "&e&l > &6Altın Spawner basariyla koydun!"
set {_1} to location of event-block
add {_1} to {altınnkspawner::*}
execute console command "manudelp %player% minecraft.command.setblock"
on break of mob spawner:
tool of player is any pickaxe of silk touch
set {_1} to location of event-block
loop {altınnspawner::*}:
loop-value is {_1}
cancel event
set block at {_1} to air
drop a mob spawner named "&6Altın Spawner" at {_1}
remove {_1} from {altınnspawner::*}
command /spaltın:
permission: SP.Kurucu
trigger:
if player is op:
give a mob spawner named "&6Altın Spawner" to player
on place of a mob spawner:
set {_someVariable} to name of held item of player
{_someVariable} is "&6Altın Blok Spawner"
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 0.3 second
execute console command "manuaddp %player% minecraft.command.setblock"
execute player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:41,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
send "&e&l > &6Altın Blok Spawner basariyla koydun!"
set {_1} to location of event-block
add {_1} to {altınblokkspawner::*}
execute console command "manudelp %player% minecraft.command.setblock"
on break of mob spawner:
tool of player is any pickaxe of silk touch
set {_1} to location of event-block
loop {altınblokkspawner::*}:
loop-value is {_1}
cancel event
set block at {_1} to air
drop a mob spawner named "&6Altın Blok Spawner" at {_1}
remove {_1} from {altınblokkspawner::*}
command /spaltınblok:
permission: SP.Kurucu
trigger:
if player is op:
give a mob spawner named "&6Altın Blok Spawner" to player
on place of a mob spawner:
set {_someVariable} to name of held item of player
{_someVariable} is "&bElmas Spawner"
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 0.3 second
execute console command "manuaddp %player% minecraft.command.setblock"
execute player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:264,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
send "&e&l > &bElmas Spawner basariyla koydun!"
set {_1} to location of event-block
add {_1} to {elmassspawner::*}
execute console command "manudelp %player% minecraft.command.setblock"
on break of mob spawner:
tool of player is any pickaxe of silk touch
set {_1} to location of event-block
loop {elmassspawner::*}:
loop-value is {_1}
cancel event
set block at {_1} to air
drop a mob spawner named "&bElmas Spawner" at {_1}
remove {_1} from {elmassspawner::*}
command /spelmas:
permission: SP.Kurucu
trigger:
if player is op:
give a mob spawner named "&bElmas Spawner" to player
on place of a mob spawner:
set {_someVariable} to name of held item of player
{_someVariable} is "&bElmas Blok Spawner"
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 0.3 second
execute console command "manuaddp %player% minecraft.command.setblock"
execute player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:57,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
send "&6&l > &bElmas Blok Spawner Basariyla Koydun!"
set {_1} to location of event-block
add {_1} to {spawner::*}
execute console command "manudelp %player% minecraft.command.setblock"
on break of mob spawner:
tool of player is any pickaxe of silk touch
set {_1} to location of event-block
loop {elmasblokkspawner::*}:
loop-value is {_1}
cancel event
set block at {_1} to air
drop a mob spawner named "&bElmas Blok Spawner" at {_1}
remove {_1} from {elmasblokkspawner::*}
command /spelmasblok:
permission: SP.Kurucu
trigger:
if player is op:
give a mob spawner named "&bElmas Blok Spawner" to player
on place of a mob spawner:
set {_someVariable} to name of held item of player
{_someVariable} is "&aZumrut Spawner"
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 0.3 second
execute console command "manuaddp %player% minecraft.command.setblock"
execute player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:388,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
send "&6&l > &aZumrut Spawner Basariyla Koydun!"
set {_1} to location of event-block
add {_1} to {spawner::*}
execute console command "manudelp %player% minecraft.command.setblock"
on break of mob spawner:
tool of player is any pickaxe of silk touch
set {_1} to location of event-block
loop {zumruttspawner::*}:
loop-value is {_1}
cancel event
set block at {_1} to air
drop a mob spawner named "&aZumrut Spawner" at {_1}
remove {_1} from {zumruttspawner::*}
command /spzumrut:
permission: SP.Kurucu
trigger:
if player is op:
give a mob spawner named "&aZumrut Spawner" to player
on place of a mob spawner:
set {_someVariable} to name of held item of player
{_someVariable} is "&aZumrut Blok Spawner"
set {_x} to x coord of event-location
set {_y} to y coord of event-location
set {_z} to z coord of event-location
wait 0.3 second
execute console command "manuaddp %player% minecraft.command.setblock"
execute player command "setblock %{_x}% %{_y}% %{_z}% minecraft:mob_spawner 0 replace {EntityId:Item,SpawnData:{Item:{id:133,Count:1}},SpawnCount:1,SpawnRange:2,RequiredPlayerRange:10,delay:2,MinSpawnDelay:40,MaxSpawnDelay:100,MaxNearbyEntities:9999}"
send "&6&l > &aZumrut Blok Spawner Basariyla Koydun!"
set {_1} to location of event-block
add {_1} to {spawner::*}
execute console command "manudelp %player% minecraft.command.setblock"
on break of mob spawner:
tool of player is any pickaxe of silk touch
set {_1} to location of event-block
loop {zumrutblokkspawner::*}:
loop-value is {_1}
cancel event
set block at {_1} to air
drop a mob spawner named "&aZumrut Blok Spawner" at {_1}
remove {_1} from {zumrutblokkspawner::*}
command /spzumrutblok:
permission: SP.Kurucu
trigger:
if player is op:
give a mob spawner named "&aZumrut Blok Spawner" to player
Tuske kullanmayı bilmedigim için SkQuery menüsü ile yaptım kusura bakmayın
Bi Elması çok görmeyin <3
Kodlar tamamen bana aittir hepsini kendim kodladım.