SmartSign is a Pocketmine Plugin that can help you to make your server more convenient.
- For PocketMine-MP:
- 1.3.12dev
------
Features:
1.World teleport.
Use it with SimpleWorlds by shoghicp to load different worlds.
- Example(for players):
So once you click on the sign, you will be teleport to the world named Arcadia.Code:Line1: Line2:[Player][World] Line3:Arcadia Line4:
- Example(for OPs only):
If you do like this, only OPs have permission to teleport to that world.Code:Line1: Line2:[Admin][World] Line3:Arcadia Line4:
------
2.Sign command
- Example(OPs only):
When you click on it, all the players in the server will get kill. LOL.Code:Line1: Line2:[Admin][Cmd] Line3:kill @all Line4:
- Example(for players):
Click on it equals to you typed “/ping”Code:Line1: Line2:[Player][Cmd] Line3:ping Line4:
------
3.”OP” command
This will give your players op access for a very short time so that they can use some commands only can be use in op access. (If the target player already have OP access, then it wont change anything about his permission.)
- Example:
------Code:Line1: Line2:[Player][OpCmd] Line3:give @player diamond Line4:
4.Console command
This will run the command in console instead of player.
- Example(for OPs only):
*"RunInConsole" means to do these command in console, “OpAccess” means the player will get the op access when its durning the process.Code:Line1: Line2:[Admin][OpCmd] Line3:say hello world Line4: Example(for players): Line1: Line2:[Player][OpCmd] Line3:say hello world Line4: ------ 5.Profiles command Profiles example: [CODE]--- RunInConsole: false OpAccess: false Command1: time set 100 Command2: ping Command3: list Command4: say hello Command5: Command6: Command7: Command8:
After you done, drop it into /plugins/SmartSign, its no need to restart your server every time you edit it. For example, we named this profiles as Example.yml. Then create a sign like this:
When you click on it, the plugin will do the command in the profiles step by step.Code:Line1: Line2:[Player][PrCmd] Line3:Example Line4:
6.Config.yml:
1.”AllowPlayerToBulidCommandSign”, for your server safety, don’t turn it on, the default setting is false.
2.“AllowToUseInternalFunction”, well, its not done yet, coming soon.
------
![]()
------
![]()
------
Notice:
1.If your command is too long, you can write it in Line 4
2.Use it with PermissionPlus will be better.Code:For example: Line1:Get free diamond(Actually you can write what ever you want in here) Line2:[Player][Cmd] Line3:give @player di Line4:amond
3.Case sensitive.
4.This plugin inculding "$this->api->console->run("op $player");"in line 229, its just to give op durning the process, if that player is not an op in the past, he will get deop after finishes the process.
5.Bug reports are welcome.
- Alternate Categories:
- General

Outdated SmartSign 1.2
Click on the sign to do world teleport or lots of commands at the same time.
Advertisement