Skip to content

Instantly share code, notes, and snippets.

@colebob9
Created April 24, 2017 17:46
Show Gist options
  • Save colebob9/e5d5f3946b4e61afbd87c8a3645fc2e9 to your computer and use it in GitHub Desktop.
Save colebob9/e5d5f3946b4e61afbd87c8a3645fc2e9 to your computer and use it in GitHub Desktop.
Skript to change PermissionsEx prefix
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