Can Build

Syntaxes

Version

%players% (can|(is|are) allowed to) build %directions% %locations%

%player% (can('t|not)|(is|are)(n't| not) allowed to) build %directions% %locations%

2.0

Teste si un joueur est autorisé à construire à un certain endroit. Cette condition nécessite l'installation d'un plugin région supporté.

Exemple :

command /setblock :
    description: set the block at your crosshair to a different type
    trigger:
        player cannot build at the targeted block:
            message "You do not have permission to change blocks there!"
            stop
        set the targeted block to argument

Dernière mise à jour

Cet article vous a-t-il été utile ?