Created
April 24, 2017 17:46
-
-
Save colebob9/e5d5f3946b4e61afbd87c8a3645fc2e9 to your computer and use it in GitHub Desktop.
Skript to change PermissionsEx prefix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
command /changeprefix <text>: | |
description: Changes your own PermissionEx prefix. | |
usage: /changeprefix &2Example | |
permission: changeprefix.allow | |
executable by: players | |
trigger: | |
set {_player} to player | |
execute console command "/pex user %{_player}% prefix %arg 1%" | |
send "Changed prefix to %arg 1%" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment