Skript Particle Çalışmıyor :(

S

Switcher

Ziyaretçi
Server: 1.8.8 Spigot
Skript: 2.2 V8
SkQuery: 3'ün son sürümü
Umbaska: 2.0 Beta 5.5.1

Sorun şu ki bir türlü particle çalıştıramadım , umbaskalarınkini denedim query denedim fakat bir türlü çalışmadı. 1.9 du sonra çalışmayınca 1.8 geçtim yine çalışmıyor. Bir türlü düzeltemediler sorunu öncedende vardı. Belki ben yapamıyorum.

Hatalar bazen konsolda bazen ise cant understand oluyor.
 

Minesonic

Taş Madencisi
En iyi cevaplar
0
Bazı spigot versiyonları, pluginleirn belli özelliklerini kapatıyor. PaperSpigotun bir sürümünde mesela ekonomi, region conditionları ve effectleri hiç çalışmıyordu bu yüzden. Spigotun hangi buildini kullanıyorsun ?
 
S

Switcher

Ziyaretçi
Bazı spigot versiyonları, pluginleirn belli özelliklerini kapatıyor. PaperSpigotun bir sürümünde mesela ekonomi, region conditionları ve effectleri hiç çalışmıyordu bu yüzden. Spigotun hangi buildini kullanıyorsun ?
Bilmiyorum , Yive's Mirrordan 1.8.8 olanı indirdim.

Birde nitradoda ve bildiğim bir bedava sunucuda çalışıyor sorun bizdemi acaba


Bilgisi olan yok mu bu konuda ?
 

şifrenisöyle

Kızıltaş Madencisi
En iyi cevaplar
0
stabil bi sürüme geçebilirsin mesela 1.8 sdk ya

EDİT: anlamadı*




JAVAYA GÖNDERME









.
 
Son düzenleme:

afesraca

Obsidyen Madencisi
En iyi cevaplar
0
PHP:
command /x:
    trigger:
        set {_loc} to location of player
        spawn 20 of particle spell at {_loc} # SkQuery
        1.8 spawn 20 of particle spell at {_loc} # Umbaska
        1.8 spawn 50 of particle red dust:1 offset by 1, 1, 1 at player with data 0 # Umbaska
        1.8 spawn 50 of particle red dust:1 offset by 2, 2, 2 at player for player with data 0 # Umbaska
        1.8 spawn 50 of particle spell offset by 2, 2, 2 at player for player with data 0 # Umbaska
        1.8 spawn 50 of particle spell offset by 1, 1, 1 at player with data 0 # Umbaska
        umbaska spawn 20 of particle red dust:0 offset by 0, 0, 0 at {_loc} for players # Umbaska New Syntax
        umbaska spawn 20 of particle fireworks spark offset by 10, 10, 10 at {_loc} for player # Umbaska New Syntax
        umbaska spawn 20 of particle spell offset by 0, 0, 0 at {_loc} for players # Umbaska New Syntax
        umbaska spawn 20 of particle spell offset by 0, 0, 0 at {_loc} for players# Umbaska New Syntax
bunların hepsini dene çalışıyor hepsi
 
S

Switcher

Ziyaretçi
PHP:
command /x:
    trigger:
        set {_loc} to location of player
        spawn 20 of particle spell at {_loc} # SkQuery
        1.8 spawn 20 of particle spell at {_loc} # Umbaska
        1.8 spawn 50 of particle red dust:1 offset by 1, 1, 1 at player with data 0 # Umbaska
        1.8 spawn 50 of particle red dust:1 offset by 2, 2, 2 at player for player with data 0 # Umbaska
        1.8 spawn 50 of particle spell offset by 2, 2, 2 at player for player with data 0 # Umbaska
        1.8 spawn 50 of particle spell offset by 1, 1, 1 at player with data 0 # Umbaska
        umbaska spawn 20 of particle red dust:0 offset by 0, 0, 0 at {_loc} for players # Umbaska New Syntax
        umbaska spawn 20 of particle fireworks spark offset by 10, 10, 10 at {_loc} for player # Umbaska New Syntax
        umbaska spawn 20 of particle spell offset by 0, 0, 0 at {_loc} for players # Umbaska New Syntax
        umbaska spawn 20 of particle spell offset by 0, 0, 0 at {_loc} for players# Umbaska New Syntax
bunların hepsini dene çalışıyor hepsi
no çalışmıyor fakat bedava bir sv açtım orda çalışıyor skqueryinki
 
Üst