[Inactive] DispNameChanger 3.0 - Change Names! + Spout [1000]

Discussion in 'Inactive/Unsupported Plugins' started by captainawesome7, Apr 16, 2011.

  1. Offline

    captainawesome7

    Inactive. Being replaced by:
    DispNameChanger 3.o - Change anybody's display name!

    Version: 3.0
    DispNameChanger is a plugin that lets you easily change your display name or any other player's display name. I know there are other plugins that do this, but I think this is the only one (aside from /nick in essentials) that allows you to change YOUR name and ANYONE's name and permissions support. It now saves your name after you leave and loads it when you come back! *NEW* With Spout, this plugin also changes the name above the player's head and sends you a fancy notification!

    Features:
    • Change the display name of a specified player, including yourself
    • Spout: If installed, changes player's names above heads
    • Permissions Support (Default is Permissions 2.7.x or 3.x) if not found, uses SuperPerms
    • PERSISTENCE! (Thanks to @Sammy for that one, he helped me a TON)
    • Supports Colors! (Thanks to @itsatacoshop247)
    • IMPORTANT: This plugin conflicts with Essentials, it doesn't work with this plugin. If you have essentials, you can just use /nick and change the nickname character to '' in the config, so it basically does the same thing :)
    Commands:
    Commands (open)
    Commands (open)

    The permissions default to the Permissions Plugin 2.7.x or 3.x
    If you don't have it installed it uses SuperPerms(PermissionsBukkit, bPermissions)
    Commands:
    • /rename <player> <new> - Changes the specified player to the specified name
    • /rename <player> - Resets the player's name
    • /rename - Reset's your own name
    • /checkname <player> - Checks the player's name (Not really working)

    Downloads
    The source code is included in the .jar (/me/captain/dnc/)

    Planned Changes
    None so far

    Changelog:
    Version 3.0
    • This one was largely a community update.
    • New Features by Daxiongmao87:
      • New Permission nodes.
        • dispname.change for regular changing of your own name
        • dispname.changeother for regular changing of other's names (requires dispname.change)
        • dispname.changespace for changing names w/ spaces in them (requires dispname.change)
        • dispname.check for checking names (not really working)
    • New Features by Luke Zwekii:
      • Spout support!
    • If you run into any problems, be sure to let me know!
    Version 2.0
    • Added name above head changing support with BukkitContrib. If it isn't installed nothing will happen in regard to names above heads. Also, you have to have the BukkitContrib client mod installed to be able to see the changes.
    • Made join messages and leave messages use display name
    Changelog Cont. (open)
    Changelog Cont. (open)

    Version 1.4.2
    • Added the spaces into the name again, if you are using the iJobs plugin, don't update
    Version 1.4.1
    • Fixed the 'could not pass player join' error.
    Version 1.4
    • Fixed the conflict with iJobs, the plugin will no longer load your name if there is a space in it :)
    Version 1.3
    • PERSISTENCE YEEEAAAAHHHH (thanks to @Sammy)
    • ^Saves your name when you leave and loads it when you return :p ^
    Version 1.2
    • Added your name reset when you type /rename with no parameters, I will change this to /resetname soon
    Version 1.1
    Version 1.0
    • Original Release!

    [​IMG] To me to support my plugins :)
    Share the love with @Daxiongmao87 and @Luke Zwekii , They earned it!
     
  2. Offline

    soddaminsane

    ^ ALL CAPS RAGE

    Anywhore, i cant seem to get my version to work correctly, everytime i type something the name reverts back to my proper username.....
     
  3. Offline

    captainawesome7

    Clearly you're doing it wrong.
     
  4. Offline

    EnlightendDead

    Whenever i try to rename, it says You do not have premissions, and no i dont have essentials.
     
  5. Offline

    captainawesome7

    Are you using Permissions 2.7.x or 3.x
    Or are you using SuperPerms(bPermissions, PermissionsBukkit)
     
  6. Offline

    EnlightendDead

    Didnt add the Node :p
    EDIT: Ok added to node to to 3.x But i still get the same message.
     
  7. Offline

    soddaminsane

    ^ played around with it that happens to me now, back to my previous issue that was just outdated version ;)

    also out of context but anyone know a good permissions plugin that works lawl
     
  8. Offline

    Comrade Dmitri

    Why can't this use Ops?
     
  9. Offline

    captainawesome7

    because most people use a permission plugin
     
  10. Offline

    Comrade Dmitri

    It would be nice if it just defaulted to Op.
     
  11. Offline

    godslam

    Is it just me or is the far-left < stuck white?
     
  12. Offline

    captainawesome7

    That isn't part of your name..
     
  13. Offline

    godslam

    But the > does change and so does my text color. I'd like to be able to control the < so I can make it match.
     
  14. Offline

    captainawesome7

    This isn't a chat format plugin. The second > changes because the color in your name applies to all text after it, even if it isn't part of your name. Use iChat, mChat, or bChat if you want to format your chat.
     
  15. Offline

    TrueTubePoops

    I dont know my but i am launching this plugin with spout... It is the only plugin that does not go to ops... but something called SuperPerms? Is it possible that it is the plugin... or something else? Help!
     
  16. Offline

    captainawesome7

    0_o
    Look up bPermissions
     
  17. Offline

    Salad Fingers

    Got spout, and, well, simply doesn't work. I am the server owner and it tells me I do not have permission to change names.
     
  18. Offline

    captainawesome7

    If you want help, don't spam me.
     
  19. Offline

    Haekon

    Any chance for Factions support? Say...adding a faction tag and modifying the color based on relation (ally/neutral/enemy) ?
     
  20. Offline

    captainawesome7

    No
     
  21. Offline

    NickFaro

    Aw, not defaulting to OP is really kind of saddening.. I absolutely hate permissions, and i'm assuming it'd be a simple modification to the source to default to op..
     
  22. Offline

    captainawesome7

    extremely simple. All you have to do is change a few lines from player.hasPermission(""); to player.isOp();
     
  23. Offline

    NickFaro

  24. Offline

    jascotty2

    bug:
    just typed "/rename" to change my own name:
    Code:
    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'rename' in plugin DispNameChanger v3.0
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    	at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    	at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    	at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    	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:85)
    	at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    	at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    	at me.captain.dnc.DispNameChanger.onCommand(DispNameChanger.java:167)
    	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    	... 12 more
    
    "/rename [myname]" still works, though

    really like the idea :)
    i'll be running this on my server for a while & see how that works out :)
     
  25. Offline

    SmallxBeans

    It says "You do not have permission to change names" Can someone help me please ?
     
  26. Offline

    NickFaro

    Use the modified version to work without permissions.
     
  27. Offline

    SmallxBeans

    Where is it ?
     
  28. Offline

    NickFaro

  29. Offline

    Aklyon

    Using Spout & client plus the version downloaded from the OP, the chat name changes but not the above-head name. Should I try the nicknamer.jar on the previous page, then?
     
  30. Offline

    Oscarius

    Anyone else experiencing double "has joined the game" messages? One message shows the account name and the other shows the nickname. If a player doesn't have a nickname, it simply shows the "AccountName has joined the game" twice.
     
  31. Offline

    Timecpo

    Could you add the support of "Citizens", because I change the names of the npcs with it, so that they wear skins, but I'd like to "see" another name...
     

Share This Page