
Main | Configuration | Metadata
Simple Prefix - Easy prefixes or suffixes with PermissionsBukkit.
Requires: PermissionsBukkit or similar superperm plugin.
This plugin uses prefixes and suffixes that are very, very easy to configure inside of a yml config file.
You apply prefixes and suffixes per group in the /Simple Prefix/config.yml file.
If the user has multiple nodes, for group suffixes, the top most one in the config.yml file will be used. For example, if a user has both; simpleprefix.admin and simpleprefix.op, using the example config above, the Admin prefix would be used and not the op one, as it appears first in the configuration.
You can fully alter the chat format within the config file. You are able to achieve the following ingame: [Admin] Flabaliki: my message here Or even, just completely mix and match the template to get the look you want.
Developer API is available to those who wish to access prefixes and suffixes and use them within their own plugin.
That is all this plugin does, just a lightweight plugin for quickly getting Superperm nodes for prefixes to work.
Donations:
This plugin is developed purely out of my spare time, and I do what I can to keep it running as smoothly as possible. Donations are greatly appreciated and more than welcome, thank you. Donate
Features:
- Uses PermissionsBukkit to apply prefixes and suffixes to selected users or groups.
- Colours are fully supported (see colour list below).
- Configure the chat format to display how you want.
- Developer API for fetching prefixes and suffixes
- Easy to use commands for adding / removing prefixes in game!
- Set prefixes and suffixes per group or per user.
- Plays nicely with Essentials /nick command
Installation:
- Place simpleprefix.jar into your plugins folder
- Restart or reload your server
Commands:
| Command | Function | Permission |
|---|---|---|
| /spr ? | Displays help | Depends on other permissions |
| /spr help | Displays help | Depends on other permissions |
| /spr colours | Displays all colour codes | simpleprefix.command.colors |
| /spr p g <group> [prefix] | Add/remove prefix from specified group | simpleprefix.command.editGroups |
| /spr s g <group> [suffix] | Add/remove suffix from specified group | simpleprefix.command.editGroups |
| /spr p u <user> [prefix] | Add/remove prefix from a single player | simpleprefix.command.editIndividual |
| /spr s u <user> [suffix] | Add/remove suffix from a single player | simpleprefix.command.editIndividual |
| /spr p [prefix] | Add/remove prefix from yourself | simpleprefix.command.editOwn |
| /spr s [suffix] | Add/remove suffix from yourself | simpleprefix.command.editOwn |
| /spr w <world> [nickname] | Add/remove a world nickname | simpleprefix.command.editWorld |
| /spr reload | Reloads config from file | |
| Permission for all commands | simpleprefix.command.* |
*To remove a prefix or suffix, leave [prefix] and [suffix] out of the command//
Facts
- Date created
- Aug 25, 2011
- Categories
- Last update
- Dec 16, 2012
- Development stage
- Release
- License
- MIT License
- Curse link
- Simple Prefix
- Downloads
- 124,485
- Recent files
- Reply
- #435
csaltachin May 22, 2013 at 17:08 UTC - 0 likesEdit: Instead of all perms, add simpleprefix.command.* to yourself for all commands access. Sorry, my bad.
- Reply
- #434
csaltachin May 22, 2013 at 17:05 UTC - 0 likes@winterbrine You need to open it with Notepad++.
@tardis511 Perhaps you haven't configured permissions? Just add the perms to the PermissionsBukkit/config.yml file (make sure you got it installed), add them to yourself, and if you want people who just joined to be able to edit their prefix/suffix add them to default group. Also type your username in place of "ConspracyWizard" to grant yourself all admin perms so you can change perms in-game.
Hmm, may post a tutorial on this later.
- Reply
- #433
tardis511 May 22, 2013 at 16:34 UTC - 0 likesThe plugin won't work for my minecraft server 1.5.2 and i have followed all the steps! please help!
- Reply
- #432
janie177 May 18, 2013 at 23:02 UTC - 0 likes@Flabaliki: Go
For me, the factions tags stopped working.
- Reply
- #431
Flabaliki May 07, 2013 at 23:28 UTC - 0 likes@Clarinoman: Go
Works fine on 1.5.2 I'm running it on my 1.5.2 server.
BFAK:Flabaliki,18483,f1d9b2b8f90490869d965fd9702a52194d3105954789ff2a5b33fe9ff3865de9
- Reply
- #430
Clarinoman May 06, 2013 at 11:17 UTC - 0 likesAdd 1.5.2 support please !
- Reply
- #429
vemacs May 04, 2013 at 16:22 UTC - 0 likesDespite the fact that this is MIT-licensed, there's no public repo. Here's a repo I made and mavenized the plugin:
https://github.com/vemacs/SimplePrefix
Flabaliki: consider using maven for building. We don't need to see your .classpath or .project.
For others, just run mvn package to build.
BFAK:vemacs,90738303,9b58ada109d20083c19aa2594f82ecbd374655597254cf8bbb4deeda409eb8cb Shortify - the most advanced URL shortener for Bukkit: http://dev.bukkit.org/server-mods/shortify/
- Reply
- #428
winterbrine Apr 14, 2013 at 20:53 UTC - 0 likesmy config.yml is not the same Template: format: '<[time] [world] [prefix][name][suffix]> ' time: '[h:mm aa]' multiPrefix: false Worlds: world: nickname: '&e[World]&f' Group: example: prefix: '&a[Example]&f' suffix: '' User: Flabaliki: prefix: '&c[Who?]&f' suffix: ''
- Reply
- #427
Lakees Apr 10, 2013 at 13:08 UTC - 0 likesIs it a permission for permissionEX that i can use?
IP: 198.27.79.112
Website: LmCraft
- Reply
- #426
sakura_blades Apr 04, 2013 at 17:17 UTC - 0 likesIs there a way to move the personal prefixes to the front of the line rather than have them show up last in the prefix list? As owner of the server, I'd like my Owner tag to be first in the list rather my normal player tag.