[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

    Agmanotis

    Will there be plans to make colored prefixes? It'll be just what I need! :)
     
  3. Offline

    Valrix

    I was actually thinking about adding that where it would be something like: /prefix <name> <prefix> [color]
    with the color being optional. You know, I will start on that now in fact. I've got nothing else to do and think it would be nice to have. It'll be done in around an hour or less, depending on how active the IRC is.
     
  4. Offline

    Agmanotis

    Ah! That would be awesome! Looking forward to it :D
     
  5. Offline

    Juze

    Permissions can do this already... so why would we need this?
     
  6. Offline

    Valrix

    Because permissions is going to be replaced by built-in permissions. If you're going to do this to each of the new plugins I make, I'd prefer you to not post at all.
     
    JoelDaMole789 likes this.
  7. Offline

    Juze

    It was a kind question, I didn't find any use for this. Bukkit built-in is going to be very similar to Permissions anyway, so it may make this plugin totally reduntant.
     
  8. Offline

    Valrix

    Well it's lightweight and adds color in a nicely unique way, so for those who want to prefix players easily then this is for them. Plus it takes no config and actually works.
     
  9. Offline

    Agmanotis

    I need this since I don't want to mess with moving around people in Permissions just for a guild tag. Also, people leave and get added constantly between factions, so this is perfect to use for those situations. Thank you Valrix for adding the color option! I'll definitely be using this plugin for now!
     
  10. Offline

    Valrix

    Great! Glad that you like it. :D The main point was to make it very simple for people to edit prefixes and add color without the hassle of overly complicated permissions.
     
  11. Offline

    Lookatmego

    i cant get this working i got build 284 and im opand everything just cant give rpefix
    --- merged: Feb 21, 2011 12:24 AM ---
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:53)
    at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:193)
    at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:184)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:77)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:171)
    at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:344)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:326)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:232)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
    Caused by: java.lang.NoSuchMethodException: com.sparkedia.valrix.Prefixer.Prefixer.<init>(org.bukkit.plugin.PluginLoader, org.bukkit.Server, org.bukkit.plugin.PluginDescriptionFile, java.io.File, java.io.File, java.lang.ClassLoader)
    at java.lang.Class.getConstructor0(Class.java:2723)
    at java.lang.Class.getConstructor(Class.java:1674)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:75)
     
  12. Offline

    Valrix

    Yeah, build numbers have now been changed due to the new location of where to get the builds and the way plugins are built have also been changed so you'll now have to go to jenkins.lukegb.com and the earliest version that should work with properly updated plugins is #48. bamboo.lukegb.com is officially dead.
     
  13. Offline

    Lookatmego

    oh ok wait will i have to update like essentials and everything that works atm again?
    --- merged: Feb 21, 2011 12:41 AM ---
    sadly i tried 48 and nothing worked it especially broke essentials....
     
  14. Offline

    Valrix

    Ok, then 50 or higher should work. He bumped it to 400 for some reason and I don't know how those are but the latest working build has all the plugins I made working at least. Essentials and Permission break nearly every update.
     
  15. Offline

    Lookatmego

    if i get this working and doesnt break my life i will love u forever
    --- merged: Feb 21, 2011 1:20 AM ---
    does not work..still errors for everything
     
  16. Offline

    Valrix

    Haha, thanks :D
    --- merged: Feb 21, 2011 1:21 AM ---
    Hmm, which build is it?
     
  17. Offline

    Lookatmego

    build 52...and everything just goes crazy essentials breaks,world guard,iconomy,permissions,worldedit,prefix still doesnt work
     
  18. Offline

    Valrix

    Alright, I have the latest build that I've made myself in my signature. If you use that one at least all my plugins will work. I don't know about the others though.
     
  19. Offline

    Lookatmego

    ok ill try ty
     
  20. Offline

    Valrix

    Ok. You're welcome.
     
  21. Offline

    Lookatmego

    man i still cant seem to get it working>.<i really want this plugin too
     
  22. Offline

    Valrix

    What error are you getting?
     
  23. Offline

    Lookatmego

    when i try it it says an internal error occured while... in game in red
     
  24. Offline

    SplenectomY

    Does this stack with other prefixes? For example, I'm using MultiVerse and it adds a prefix that says what world you are in.
     
  25. Offline

    Valrix

    No it doesn't and I'm not sure if there's really a way to "stack" it because you have to set the format. I can tinker with it a bit and see if it's possible.
    --- merged: Feb 22, 2011 1:06 AM ---
    Could you post the log? Also make sure you're at least using the recommended craftbukkit version which is currently 53 from http://jenkins.bukkit.org
     
  26. Offline

    dsm153

    is the plugin working for 1.3?
     
  27. Offline

    Agmanotis

    I'm using Prefixer v1.3 and I think using the command to remove tags from names doesn't work. It just simply brings up the prefix color list. A bug I believe?
     
  28. Offline

    neonx

    The plugin doesnt work for me.
    Tried with different builds (432+) and still the same.
    When im SERVER op, the /prefix command doesnt respond. After i deop myself, for the /prefix i get the help messages for the command, but i cant use it. Everytime i try to use it (in the correct format), i just get message that "incorrect usage of command" + the help messages for the command.

    Wanted to use this plugin for a simple prefix plugin, so i dont have to mess around with the permissions or something, hope it will get fixed soon!
     
  29. Offline

    Valrix

    Make sure your build is the recommended build. I don't know if anything higher or lower works, so if it breaks it's out of my hands. But I have tested it on the recommended and all of them work. Make sure the version shows "git-Bukkit-0.0.0-450-gd3c1ba4-b432jnks" when you start up your server.
     
  30. Offline

    GamerX

    Do you think to add color to the name??
    Many of my VIPs wants this
     

Share This Page