1

Only prefix plugin?

markandminecraft 9/26/13 8:57 am
1.6k
9/26/2013 12:17 pm
Hello citizens of PMC!
So I'm have a bukkit server (Not complete yet) and I need a simple plugin that only gives you a prefix and not perms, are there any plugins like that?
If yes please reply a link to the download
Posted by
markandminecraft
Level 28 : Expert Toast
40

  Have something to say?

JoinSign in

2

aman207
09/26/2013 12:17 pm
Level 40 : Master Cake
Well technically you could just add groups to pex or groupmanger and keep the perms the same as any other group. Unless you intend to have custom prefixes for all users, then you have to use a plugin like that ^^^^^
1
Trishh_
09/26/2013 10:24 am
Level 9 : Apprentice Miner
Only one I could find was this:

http://dev.bukkit.org/bukkit-plugins/easy-prefix/

Alternatively you could download Skript and make a skript similar to this

variables:
{%player%.prefix} = 0

on chat:
cancel event
send "{%player%.prefix} %player%: %message%" to all players
stop

command /prefix [<player>] [<text>]:
player has permission "prefix.giver"
trigger:
set {%argument 1.%prefix%} to argument 2


Skript code is very rough there but yeah if you wanna go down that road, ill be more than happy to explain it a bit better!

The code lets you do set it to whatever you want with a command having whatever colors, also if you want to get more advanced you can use variables and commands to make multiple channels for players to chat in with their prefixes.
1

Welcome