[INACTIVE][CHAT] Prefixer v2.5.1 - Adds prefixes to users when they chat [1060]

Discussion in 'Inactive/Unsupported Plugins' started by Valrix, Feb 19, 2011.

  1. Offline

    Valrix

    NOTICE:
    Prefixer has been moved into ColorMe and was taken over by another dev, to get it, GO HERE.

    Prefixer - The Easy Prefix Plugin:
    Version: v2.5.1

    Prefixer allows players to add a prefix to a player such as [Farmer], etc. right from the game. See the commands list below for examples on proper use.
    COMMANDS (open)
    /prefix list - Shows a list of allowed colors as their color
    /prefix <prefix> - Changes your prefix. Color code optional and mixed into prefix.
    /prefix [prefix] - Changes another player's prefix.
    /prefix -r [name, name2...] - Removes your/listed player's prefix
    Examples:
    /prefix &4Admin = Admin <Valrix>
    /prefix -r = <Valrix>
    /prefix -r valrix = <Valrix>
    /prefix &5The&4Admin = TheAdmin <Valrix>
    /prefix &5The&4Admin valrix = TheAdmin <Valrix>
    /prefix &4MOD valrix john jane peter =
    MOD <Valrix>
    MOD <john>
    MOD <jane>
    MOD <peter>
    PLANNED UPDATES (open)

    • Economy plugin support
    COLOR CODES (open)

    • Black = &0
    • Dark Blue = &1
    • Dark Green = &2
    • Dark Aqua = &3
    • Dark Red = &4
    • Dark Purple = &5
    • Gold = &6
    • Gray = &7
    • Dark Gray = &8
    • Blue = &9
    • Green = &A
    • Aqua = &B
    • Red = &C
    • Light Purple = &D
    • Yellow = &E
    • White = &F
    PERMISSION NODES (open)
    prefixer.list - Allows player to use /prefix listto see color list
    prefixer.list - Allows player to see list of color codes
    prefixer.self - Allows player to set own prefix
    prefixer.other - Allows player to set another player's prefix
    prefixer.remove - Allows player to remove prefixes
    * prefixer.remove required to remove ANY prefixes *

    Features:
    • Customized prefixes with color codes
    • Multi-world support
    • Supports native bukkit permissions (PermissionsBukkit)
    • Now supports other plugins hooking in to get/set/remove, and check if a player has a prefix set.
    CHANGELOG:

    Version 2.5.1
    • Fixed NumberOutOfBounds error people were getting
    • Properly tested against newest RB and multi-world support
    • Removed config & generation code until later
    • Patched memory leak error
    FULL CHANGELOG (open)

    Version 2.5
    • Added multi-world support
    • Now uses native permissions (PermissionsBukkit)
    • improved command syntax
    • Improved command node handling
    • Numerous code improvements
    Version 2.4
    • Should fix any problems people have been having recently.
    Version 2.3
    • Bunch of code changes to improve performance and decrease code size.
    Version 2.2
    • Fixed that blasted bug where you couldn't remove prefixes.
    Version 2.1
    • Added support for giving a player a prefix through command-line
    Version 2.0
    • Fixed the bug where you couldn't set someone else's prefix.
    Version 1.9
    • Prefixer now automatically updates the old .prefix file, which is where the prefixes are stored, to work with the newer prefix system.
    Version 1.8
    • Prefixes are now fully customizable.
    • Permissions is now optionally supported.
    • Works fine with RB 670
    Version 1.7
    • Should work with RB 617
    Version 1.6
    • Now works with RB 602
    Version 1.5
    • Fixed it to work with new command structure
    • Now allows player to set own prefix using a smaller command
    Version 1.4
    • Fixes a bug with setting a user to having no prefix
    Version 1.3
    • Changed how the prefix is added. Should play nice with other plugins now.
    Version 1.2
    • Fixed a weird error with colors
    Version 1.1
    • Updated to comply with new constructor.
    • Adds the ability to add color to the prefix. See description for example.
    • Names are no longer case-sensitive. Instead of Valrix you can use valrix, or even VaLrIx if you wanted so you don't have to worry about messing up a user's name.
    Version 1.0
    • Release of Prefixer
     
  2. Offline

    Canadianese

    is it possible to change their prefix by punching or right clicking a sign and setting the limit to use that sign
     
  3. Will this work with HeroChat? Please answer a.s.a.p
     
  4. Offline

    Gnicco

    A great valuable plugin you have made there! :D
    But i wonder if it could prefix the actual name, instead of prefixing something infront of the name for example: [MOD]Gnicco (Gnicco is sopposed to be colored), if you do not have it in the plugin yet, i suggest you would please add it, and hopefully one day you will. BUt great plugin i have to say by the way :D
     
  5. Offline

    nipser

    Please add a default Prefix!
     
  6. Offline

    jeo

    sorry, this may have already been asked, but if a new player joins the game (E.g. Derpina) will they have a default name? I want to have names such as [NewB](name) and [ADMIN](name).
    so basically what i mean is can i set it so new players have the prefix [NewB] and then i can upgrade their prefix as they progress, so to speak.
     
  7. Offline

    sylwo268

    Can i create the defalut
    prefix ?
     
  8. Offline

    Biocidex

    Yeah It Be Perfect If You Make This For Names :)
     
  9. Offline

    groveham

    I have it up and running on my server and I love it! its a very useful plugin to have!!

    Just one thing, Is there ANY way to dis-allow players to change and edit their and everyone else's prefix's? I want it so that only admins have access to change it but i cant figure out how
     
  10. Offline

    Valrix

    By using PermissionsBukkit, like I've said before, and which is why I have a section called "Permission Nodes" on the first post.
     
  11. Offline

    groveham

    I have Permissions 3x but it doesnt seem to work with it
     
  12. Offline

    Valrix

    PermissionsBukkit
     
  13. Offline

    Biocidex

    Please Support Factions.
     
  14. Offline

    Refalm

    I'm getting errors on Prefixer when I'm typing in another world then the main one.

    I have MultiVerse 2.2 with three worlds. I've made three yml's, all with identical contents, but names that correspond to the worlds. It seemed to work fine on MultiVerse 2.1.

    Code:
    12:42:36 [SEVERE] Could not pass event PLAYER_CHAT to Prefixer
    java.lang.NullPointerException
            at com.sparkedia.valrix.Prefixer.Prefixer.hasPrefix(Prefixer.java:259)
            at com.sparkedia.valrix.Prefixer.PrefixPlayerListener.onPlayerChat(PrefixPlayerListener.java:16)
            at org.bukkit.plugin.java.JavaPluginLoader$6.execute(JavaPluginLoader.java:295)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:339)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:726)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
            at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:516)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    12:42:36 [INFO] <Refalm> hello
     
  15. Offline

    terrordrone_nl

    is there on op-only fallback thingie, for users who do not want to or don't need to use a permissions plugin?
     
  16. Offline

    raoulster

    Is there a way to add a default prefix??? i realy REALY need this :S
     
  17. Offline

    Parrothead

    Some of the commands act weird on RB 1.00, and giving prefixes via console won't work.
     
  18. Offline

    Pro457

    Update this plugin please!!!
     
  19. Offline

    StealthBravo

    Suggestion: Make it so i can do a .config file and make certain groups of people that have access to certain commands and stuff (No i dont want permissions, its too complicated) Is this possible?
     
  20. Offline

    gormfritz

    hello thank you i like und use this plugin. Is really easy
     
  21. Offline

    Red_Barchetta

    is there a way you can add Rainbow Prefixes? Or should the admins/owner do it themselves manually? Would it be hard to add?
     
  22. Offline

    killj0y

    Only change we have noticed is you have to add the players name first then prefix when doing so!
     
  23. Offline

    Cheewy

    Anyway to add prefixes to groups with this???
     
  24. Offline

    vYN

    Hi. Does this still work. And how can i assign a prefix for a group?
     
  25. Offline

    TheLavaGuy

    THANKS FOR THIS PLUGIN ! :D but there is a bug I think ... I cant see the prefix in another world :'(

    BUT 5 diamonds for u :) [diamond][diamond][diamond][diamond][diamond] THANKS :D [tnt] ... ehhh just forget everythink 'bout that [cake]
     
  26. So umm how can i do this for other players? Idk what to type to make the prefix for another player and i need to know plz. My server will become public in a few days thank you.
     
  27. Offline

    musicguy10


    Can You Please Update This!!!!! I can't use it and it looks great!
     
  28. Offline

    reed761

    is there a 1.0 build
     
  29. Offline

    raoulster

    Any 1 gonna update this ??
     
  30. Offline

    Valrix

    I still need someone to take it over for me. :/
     
  31. Offline

    xGhOsTkiLLeRx

    Didn't matter123 mentioned he would take over Prefixer?
    What's your opinion about integrating this into ColorMe (and maybe do a rename)
    I mean - you use the same code structure in both plugins (sometimes the same methods) and it would fit into ColorMe, don't you think?

    raoulster already asked me to take this over, too.

    Don't like it, if good plugins are dying :(
     

Share This Page