[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

    captainawesome7

    Can you just tell me what chat plugin you use? If you use iChat its as easy as changing name to displayname in the config, I don't know about other plugins.
     
  3. Offline

    Xaqa

    iChat.

    My config:

    Code:
    censor-list: []
    censor-color: '&f'
    date-format: HH:mm:ss
    message-format: '[+prefix+suffix&f] +name: +message'
    censor-char: '*'
    censor-string-color: '&f'
    censor-colored: false
    
     
  4. Offline

    captainawesome7

    @Xaqa
    Do you use Towny?
     
  5. Offline

    Xaqa

  6. Offline

    captainawesome7

    Can you just type /pl and copy + paste the list here?
     
  7. Offline

    kahlilnc

  8. Offline

    Xaqa

    Can't copy and paste from the game but..

    plugins=AdminCmd-4.3,BananaChunk,BlocksOnGlass,BlueTelePads,BukkitContrib,CapeMe,Cleaner,CraftBook,CraftBookCircuits,CraftBookMechanisms,CraftBookVehicles,ExactSpawn,FirstJoin,FirstSpawn,GiantTrees,HeroicDeath,ItemDetector,ItemId,Jail,LWC,MCDocs,MagicCarpet,Minestalker,MobRider,MobileAdmin,MotherNature,MultiVerse,MyWarp,NoDrop,NoMoreRain,Permissions,RemoteBukkit,SecretDoors,SignColours,SimpleHome,SimpleSignEdit,SpawnMob,SpawnX,StairDrop,VanishNoPickup,VoxelDoop,WhoPlacedIt,WolfPound,WorldEdit,WorldGuard,antixray,bukkit-flow-control,dispnamechanger,iChat,mcbans,nscommand
     
  9. Offline

    oddbod6100

    It says my name changed, but when I talk, it hasnt...
    So...
    Doesn't work for me...
     
  10. Offline

    captainawesome7

    What plugins do you use?
     
  11. Offline

    Adv

    Great plugin, the only thing I would like to see added is the ability to easily reset another players name without having to just rename them to their real username.
     
  12. Offline

    Warfare1101

    Um...You said if you installed BukkitContrib it could change their above head name. Well it doesn't. Please help
     
  13. Offline

    captainawesome7

    Well you did it wrong. Errors? Do random green sprite type things show up when you attempt to connect to a server?
     
  14. Offline

    KiloWhiskey

    Any way you can check the console commands on this? I get this when I try rename from the console.
    Code:
    >rename saidy99 Saidy
    18:50:11 [WARNING] Unexpected exception while parsing console command
    org.bukkit.command.CommandException: Unhandled exception executing command 'rename' in plugin DispNameChanger v2.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:312)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.command.ColouredConsoleSender cannot be cast to org.bukkit.entity.Player
            at me.captain.DispNameChanger.DispNameChanger.onCommand(DispNameChanger.java:112)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 6 more
     
  15. Offline

    Warfare1101

    The green sprites things do show up. Truthfully I don't know what to do
     
  16. Offline

    Oscarius

    I'm having the same problem. I know it has worked before, but after we did a major overhaul of our server (and installed/removed many plugins), it no longer works. There is no errors and the message says the name was successfully changed, but the change never actually goes through.

    BukkitContrib is installed and above-head names show correctly, but not in chat.
     
  17. Offline

    captainawesome7

    What plugins are on your server?
     
  18. Offline

    Oscarius

    [​IMG]
     
  19. Offline

    captainawesome7

    Well somebody said that you need to set Modify chat in Towny to false, but I'm not sure that that option even exists..
     
  20. Offline

    topguy

    I downloaded the plugin and all, But when I tried it on my server it worked but whenever someone joined, another and another space would appear right before their name. This became really annoying and I deleted the plugin. Is there anything you could do to help me?
    Plugins:
    AntiCreeper
    ArrowWall
    ATM
    AutoAnnouncer
    BananaProtect
    CookieWatch
    CraftBukkitUpToDate
    CreativeGates
    Essentials
    FalseBook (All 5)
    FenceStack
    GlowstoneDrop
    Godpowers
    HeroicDeath
    HeroicRebuke
    HomeX
    iConomy
    iConomyChestShop
    iZone
    LastLogin
    LavaPlace
    LoginMessage
    LWC
    MagicCarpet
    MotherNature
    NoFire
    NoGrief (All of them)
    OpenInv
    PlgSetspawn
    Residence
    SimpleRestart
    SpawnMob
    speedsign
    supplysign
    WolfPount
    WorldEdit
    And Prefixer Thanks and please help me
     
  21. Offline

    Oscarius

    That did the trick. Thanks!
     
  22. Offline

    brennen7

    It says i renamed myself but it did not work on my chat

    HELP!!
     
  23. Offline

    captainawesome7

    what plugins are you using?
     
  24. Offline

    brennen7

    Essentials seem to be the one buging it when i take Essentials it works but when i put it back in it dose not is there a way to get it to work with Essentials since i want Essentials
     
  25. Offline

    DarthJJ777

    make it compatible with essentials plz!!!!!!!!
     
  26. Offline

    captainawesome7

    Essentials has their own player handling system, I can't do anything about it.
     
  27. Offline

    Assassin

    Hey i have a problem,

    when i login it works, when i change the time using CommandBook it works, but when i talk it still says my old name. Can you help?:confused:
     
  28. Offline

    captainawesome7

    What plugins are you using?
     
  29. Offline

    topguy

    When ever I change a name after a while now it doesn't save... Oh yes I figured out that using Godpowers with Godmode on, makes a space I fixed it. But now DispNameChanger Doesn't Save?
     
  30. Offline

    Assassin

    Im using a ton

    Admincmd
    BacktoBody
    BananaChunk
    BigBrother
    BlastControl
    ChessCraft
    ColoredSigns
    CommandBook
    of course DispNameChanger
    Fight
    HeroicDeath
    Humiliation
    iChat
    iConomy
    iConomyChestShop
    IntelliDoors_1.1.6
    Jail
    Jobs
    KitPlugin
    KiwiAdmin
    Lockette
    MagicCarpet
    MyHome
    MyWarp
    NoCheat
    OpenInv
    p2aliases
    Permissions
    PermissionsPlus
    PorteColissante
    SimpleRestart
    SimpleSave
    SpyerAdmin
    SpyerAdminCommands
    Stargate
    WordFilter - not working
    WorldGuard
    XcraftGate
     
  31. Invisible

    nova779

    Will you please add herochat support that's the only prefixer that will run on my sever
     

Share This Page