serversigns / ServerSigns

ServerSigns (SVS) provides the ability to bind player-dispatched and server-disptached commands, messages and actions to signs and every other block in Minecraft.
https://dev.bukkit.org/projects/serversigns
GNU Affero General Public License v3.0
13 stars 13 forks source link

Can't click signs #24

Closed Loonyy closed 4 years ago

Loonyy commented 4 years ago

Hey, When I try to create a ServerSign it isn't letting me click a sign after I've used the command. The action is there, but it isn't putting the command on the sign I'm clicking. I'm using latest version of ServerSignsand Spigot 1.15.2

EpiCanard commented 4 years ago

Hello :)

Have you gone from an old version to a new one without resetting your configuration file or is this a new installation?

What command are you trying to add to the sign?

Is your problem still present with the latest development version? http://ci.serversigns.de/job/ServerSigns-dev-builds/7/

Loonyy commented 4 years ago

Hey, I tried that latest development build and it fixed the issue.

The command I'm using is tp Do you happen to know if there's a way to teleport a player to a location but make them face a specific direction?

EpiCanard commented 4 years ago

Hello,

Good, it should be a bug that has been fixed but not yet released.

If you use command tp you can use yaw and pitch, see this wiki : https://minecraft.gamepedia.com/Commands/tp/Before_Java_Edition_17w45a Or if you use command execute you can use facing, see this wiki : https://minecraft.gamepedia.com/Commands/teleport

Loonyy commented 4 years ago

Thanks for your help!