syumaidayo
syumaidayo
PDCPlayerRealms developerS Community
Created by syumaidayo on 12/5/2023 in #help-forum
bungeecordsw使えるチャット連携skriptを作ってほしい
ありがとうございます
8 replies
PDCPlayerRealms developerS Community
Created by syumaidayo on 12/5/2023 in #help-forum
bungeecordsw使えるチャット連携skriptを作ってほしい
どれもバージョンがあってなかったり discordsrvに移らなかったりするのでskriptでつくろうとおもってました これ試してみます
8 replies
PDCPlayerRealms developerS Community
Created by syumaidayo on 12/5/2023 in #help-forum
bungeecordsw使えるチャット連携skriptを作ってほしい
追加でアドオンでも大丈夫です
8 replies
PDCPlayerRealms developerS Community
Created by syumaidayo on 12/5/2023 in #help-forum
bungeecordsw使えるチャット連携skriptを作ってほしい
できますかね...?
8 replies
PDCPlayerRealms developerS Community
Created by syumaidayo on 11/25/2023 in #help-forum
velocityのチャットが複数くる
https://skripthub.net/docs/?id=8521 これの構文って
send a velocity server message [(proxy|bungeecord|bungee|velocity) server to server "lobby" the message data)] %objects% named %string%
send a velocity server message [(proxy|bungeecord|bungee|velocity) server to server "lobby" the message data)] %objects% named %string%
こうであってますかね?
17 replies
PDCPlayerRealms developerS Community
Created by syumaidayo on 11/25/2023 in #help-forum
velocityのチャットが複数くる
特定のコードを1人だけに実行させるっていうのはありますかね?
17 replies
PDCPlayerRealms developerS Community
Created by syumaidayo on 11/25/2023 in #help-forum
velocityのチャットが複数くる
on chat:
cancel event
set message to uncolored message
if player is op:
if name of player is "KuraDaze34":
set the chat format to "&c[くら] &f%player%&a:&f &r%message%"
else if name of player is "Kurachaaaan":
set the chat format to "&c[くら] &f%player%&a:&f &r%message%"
else if player is op:
velocity broadcast the message "[運営]%player%: %message%" on "lobby"
else:
velocity broadcast the message "[鯖民]%player%: %message%" on "lobby"
on chat:
cancel event
set message to uncolored message
if player is op:
if name of player is "KuraDaze34":
set the chat format to "&c[くら] &f%player%&a:&f &r%message%"
else if name of player is "Kurachaaaan":
set the chat format to "&c[くら] &f%player%&a:&f &r%message%"
else if player is op:
velocity broadcast the message "[運営]%player%: %message%" on "lobby"
else:
velocity broadcast the message "[鯖民]%player%: %message%" on "lobby"
これでopもちが1人でも2個来たので人数が悪さしてると思います
17 replies
PDCPlayerRealms developerS Community
Created by syumaidayo on 11/25/2023 in #help-forum
1チャンクにおけるブロックエンティティを制限したい
わかりにくくてすいません
9 replies
PDCPlayerRealms developerS Community
Created by syumaidayo on 11/25/2023 in #help-forum
1チャンクにおけるブロックエンティティを制限したい
チェストとかの役割があるブロックって思ってもらえれば大丈夫です
9 replies
PDCPlayerRealms developerS Community
Created by syumaidayo on 11/25/2023 in #help-forum
velocityのチャットが複数くる
プレイヤーが1人の時は1こで (ロビー鯖に1人、サバイバルに1人の場合も) プレイヤーが増えると増殖するっぽいです
17 replies
PDCPlayerRealms developerS Community
Created by syumaidayo on 11/25/2023 in #help-forum
velocityのチャットが複数くる
どんな人だったんだろ
17 replies
PDCPlayerRealms developerS Community
Created by syumaidayo on 11/25/2023 in #help-forum
velocityのチャットが複数くる
なるほどぉ
17 replies
PDCPlayerRealms developerS Community
Created by syumaidayo on 11/25/2023 in #help-forum
velocityのチャットが複数くる
別人化と
17 replies
PDCPlayerRealms developerS Community
Created by syumaidayo on 11/25/2023 in #help-forum
velocityのチャットが複数くる
覚えがないですねぇ
17 replies
PDCPlayerRealms developerS Community
Created by syumaidayo on 11/21/2023 in #help-forum
わからないことがおおいのでいろいろおしえてください
例えば1チャンクにつきチェスト20個などです
22 replies
PDCPlayerRealms developerS Community
Created by syumaidayo on 11/21/2023 in #help-forum
わからないことがおおいのでいろいろおしえてください
1チャンクにおけるブロックエンティティを制限することってできますか?
22 replies
PDCPlayerRealms developerS Community
Created by syumaidayo on 10/16/2023 in #help-forum
if {nick.%player%} is 1:
どこかの構文に{nick.%player%}があったのが原因でした 追加で質問なんですが{permisson.%player%}が特定のスコア以上ないとつけれないってできますかね?
19 replies
PDCPlayerRealms developerS Community
Created by syumaidayo on 10/16/2023 in #help-forum
if {nick.%player%} is 1:
No description
19 replies
PDCPlayerRealms developerS Community
Created by syumaidayo on 10/16/2023 in #help-forum
if {nick.%player%} is 1:
command /test:
trigger:
send "現在設定しているのは%{nick.%player%}%です"
on chat:
if {nick.%player%} is 1:
set the chat format to "[&a鯖民&f] %player%: %message%"
if {nick.%player%} is 2:
set the chat format to "[&5中二病&f] %player%: %message%"
else:
set the chat format to "[NONICK] %player%: %message%"
command /test:
trigger:
send "現在設定しているのは%{nick.%player%}%です"
on chat:
if {nick.%player%} is 1:
set the chat format to "[&a鯖民&f] %player%: %message%"
if {nick.%player%} is 2:
set the chat format to "[&5中二病&f] %player%: %message%"
else:
set the chat format to "[NONICK] %player%: %message%"
コードはこんな感じです
19 replies
PDCPlayerRealms developerS Community
Created by syumaidayo on 10/8/2023 in #help-forum
特定のtagがついている人だけチャットを変更したい
できました! ありがとうございます
43 replies