endercrest / VoidSpawn

A Spigot & Bukkit plugin that teleports players upon entering the void.
https://www.spigotmc.org/resources/voidspawn.19350/
GNU Lesser General Public License v2.1
5 stars 10 forks source link

VoidSpawn Command Placeholders #59

Closed Kaitouhan closed 4 years ago

Kaitouhan commented 4 years ago

world: spawn: x: 58.358957082543185 y: 105.0 z: -118.69834622633556 pitch: -1.1997869 yaw: -178.98401 world: ZC mode: spawn message: '' sound: name: UI_TOAST_CHALLENGE_COMPLETE volume: 1.0 command: '/effect give @p minecraft:slowness 500 1 '

endercrest commented 4 years ago

Hey, VoidSpawn uses a slightly different placeholder than default MC.

That command you will want is effect give ${player.name} minecraft:slowness 500 1

Kaitouhan commented 4 years ago

ty

------------------ 原始邮件 ------------------ 发件人: "Thomas Cordua-von Specht"<notifications@github.com>; 发送时间: 2020年2月28日(星期五) 凌晨0:22 收件人: "endercrest/VoidSpawn"<VoidSpawn@noreply.github.com>; 抄送: "691767737"<691767737@qq.com>; "Author"<author@noreply.github.com>; 主题: Re: [endercrest/VoidSpawn] How to use '/ vs command' to set the command to fall into the void (#59)

Hey, VoidSpawn uses a slightly different placeholder than default MC.

That command you will want is effect give ${player.name} minecraft:slowness 500 1

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub , or unsubscribe .