Kardan İsmail
Somon Balığı Selam Vermeye Geldi
- Katılım
- 7 Nisan 2019
- Mesajlar
- 23
- Elmaslar
- 31
- Puan
- 0
- Yaş
- 28
Discord:
Kardan İsmail#0130
Teşekkürler yardımın için konu kilit.
Kod:
import:
net.minecraft.server.v1_8_R3.EntityFishingHook
command /hookTest:
permission: admin.hook
trigger:
set {_tool} to player's tool
set player's tool to fishing rod
set {_world} to (player's world).getHandle()
set {_hook} to new EntityFishingHook({_world}, player.getHandle())
{_world}.addEntity({_hook})
wait 2 second
set player's tool to {_tool}