falkirks / TapToDo

Source of the TapToDo plugin for PocketMine
MIT License
20 stars 24 forks source link

How do players use ths TapToDo with the commands of operators? #8

Closed CaptainRalph closed 8 years ago

CaptainRalph commented 8 years ago

How do I make players use the block with commands of op? Example /give, how do they use that on a command block is there any way that they can use it?

falkirks commented 8 years ago

You can add %pow to the command to make it run as the console or you can add %op to run it as the player who tapped the block, but with operator permissions. Maybe what you want is /give %p 1 64%pow which would give the player a stack of stone blocks.