Nokorbis / ar-command-signs

Minecraft (Spigot) plugin that allows to transform some blocks (Signs, plates and buttons) into a Commands executor
https://www.spigotmc.org/resources/command-signs.10512/
Apache License 2.0
13 stars 10 forks source link

Using the # to perform the command doesn't work #34

Closed Davidozs closed 5 years ago

Davidozs commented 5 years ago

Hi,

I am trying to get players to teleport somewhere by using a sign, but it's not working at all, and I've tried everything. I've tried using permissions (minecraft.command.tp), using the # in front of it, changing @s with @p but when I am not an operator I just can't get it to work. Any help would be greatly appriciated.

Nokorbis commented 5 years ago

Hello, you should not use @p In Command Signs, the placeholder for player is %player%

Davidozs commented 5 years ago

image Still doesn't work, I have the command put in like this, and in the temporary permissions I have minecraft.command.tp and minecraft.command.teleport because I don't know what one of the two is right, but it still doesn't work. Any clue?

It works when I'm OP, but when I DE-OP myself it doesn't, so it must be something with permissions.

Nokorbis commented 5 years ago

What is happening if you remove the "minecraft:" prefix ?

Davidozs commented 5 years ago

It still doesn't work.

Nokorbis commented 5 years ago

What is the version of spigot and command signs you are using ? I'll have a better check when I come back from work tonight.

Davidozs commented 5 years ago

both is latest, but I think I found the error: Outside of the region I set with worldguard the sign works just fine, but inside it doesn't. So it has something to do with permissions inside the region, but I have absolutaly no clue on how to fix it.

Nokorbis commented 5 years ago

When you say it does not work, do you have an error message ? If not, try to allow the interact flag in your world guard region. Else, send me the error message