ふぁたおくん
ふぁたおくん
PDCPlayerRealms developerS Community
Created by ふぁたおくん on 10/26/2023 in #help-forum
ホログラムにアイテムを表示する時に、メタ値与えたアイテムを表示したい(テクスチャ付与したもの)
No description
12 replies
PDCPlayerRealms developerS Community
Created by ふぁたおくん on 9/8/2023 in #help-forum
top10ランキングをつくりたい
リスト変数内の数値をUUIDと紐づけたまま降順に並び替えたい
43 replies
PDCPlayerRealms developerS Community
Created by ふぁたおくん on 8/27/2023 in #help-forum
パーティクルを出す位置
タバコから煙出したいのでプレイヤーの少し前にパーティクルを出したいのです
13 replies
PDCPlayerRealms developerS Community
Created by ふぁたおくん on 8/25/2023 in #help-forum
閉じている鉄ドアのみ右クリイベントを発火させたい
閉じている鉄ドアを右クリしたら鍵を消費して開くようにしたい
16 replies
PDCPlayerRealms developerS Community
Created by ふぁたおくん on 8/23/2023 in #help-forum
GUIでクリックしたアイテムにエンチャントエフェクトをつけたい
make clicked slot with shiny clicked item
make clicked slot with shiny clicked item
6 replies
PDCPlayerRealms developerS Community
Created by ふぁたおくん on 8/20/2023 in #help-forum
スポーンさせたアマスタを最寄りの原木に向かせたい
spawn an armor stand at {_loc}
loop all blocks in radius 1 around the last spawned entity:
if loop-block is a oak log:
broadcast "%loop-block's location%"
exit loop
spawn an armor stand at {_loc}
loop all blocks in radius 1 around the last spawned entity:
if loop-block is a oak log:
broadcast "%loop-block's location%"
exit loop
33 replies
PDCPlayerRealms developerS Community
Created by ふぁたおくん on 8/15/2023 in #help-forum
参加した時のゲームモード変更
on join:
set join message to "&7[&9&lSV&7] &e&l%player%&7さんが&a&lログイン&7しました。"
teleport the player to {serverspawn}
set {_op::*} to ops
if {_op::*} does not contain player:
set the player's gamemode to adventure
else:
set the player's gamemode to creative
on join:
set join message to "&7[&9&lSV&7] &e&l%player%&7さんが&a&lログイン&7しました。"
teleport the player to {serverspawn}
set {_op::*} to ops
if {_op::*} does not contain player:
set the player's gamemode to adventure
else:
set the player's gamemode to creative
11 replies
PDCPlayerRealms developerS Community
Created by ふぁたおくん on 8/14/2023 in #help-forum
アマスタを触った時のイベント
on armor stand interact:
if player is not op:
send "you are not op"
cancel event
on armor stand interact:
if player is not op:
send "you are not op"
cancel event
これでsendされないしcancelされないけど、エラーはでないです。
13 replies
PDCPlayerRealms developerS Community
Created by ふぁたおくん on 8/7/2023 in #help-forum
リスト変数からの削除
座標が複数入ってるリスト変数から特定の座標だけを消す方法が知りたいです。
56 replies
PDCPlayerRealms developerS Community
Created by ふぁたおくん on 7/24/2023 in #help-forum
豚さんが段差を上れるようにしたい
command /bike:
trigger:
give gold horse armour named "&6bike" to player
on rightclick:
if {Horse.riding.%player%} is false:
name of player's tool is "&6bike"
cancel event
spawn a pig at player's location
make the player ride the spawned pig
set {Horse.riding.%player%} to true
else:
push spawned pig in horizontal direction of player at speed 0.5

on sneak toggle:
set {Horse.riding.%player%} to false
command /bike:
trigger:
give gold horse armour named "&6bike" to player
on rightclick:
if {Horse.riding.%player%} is false:
name of player's tool is "&6bike"
cancel event
spawn a pig at player's location
make the player ride the spawned pig
set {Horse.riding.%player%} to true
else:
push spawned pig in horizontal direction of player at speed 0.5

on sneak toggle:
set {Horse.riding.%player%} to false
58 replies
PDCPlayerRealms developerS Community
Created by ふぁたおくん on 7/22/2023 in #help-forum
NBTがわからない
Skript 2.3.6 SkBee 1.10.2 アーマースタンドにタグ付けてスポーンさせたいけど、構文がことごとくバージョン上なので、どうすればいいか教えていただきたい
8 replies
PDCPlayerRealms developerS Community
Created by ふぁたおくん on 7/21/2023 in #help-forum
MinecraftHeadsなどで気に入った頭を装備したアーマースタンドを頭を傾けた状態でスポーンさせる方法
NBTを使えばいけそうな感じっていうのはわかるんですが、NBTで頭を指定する方法がよくわかってないのでご教示願いたいです。
122 replies
PDCPlayerRealms developerS Community
Created by ふぁたおくん on 7/20/2023 in #help-forum
銃skの改善点指摘してほしい
初心者のぼくが初めてまともに書いたskということで30発入りSMGを3発ずつ撃ててリロードもできるskです。一応動きます。 変数の使い方とかマジで色々汚いと思いますが「こう書いたらいいよ」とか温かく教えてください🥲
44 replies
PDCPlayerRealms developerS Community
Created by ふぁたおくん on 7/16/2023 in #help-forum
sk勉強する時に分かりやすいサイトとかおすすめあったら教えてください
圧倒的初心者ですおねがいします
37 replies