[CitizenSpout Inactive]

Discussion in 'Inactive/Unsupported Plugins' started by mbsuperstar1, Aug 20, 2011.

  1. Offline

    mbsuperstar1

    CitizenSpout - Give your NPCs skins:

    http://dev.bukkit.org/server-mods/citizenspout/
    Please use the bukkit dev page instead, to make the conversion easier once this section is removed.
    Features:
    • You can add a players skin to an NPC by typing /sc skin add (player-name)
    • GUI for creating NPC's will be made available soon.
    • You can add a custom cloak or skin to an NPC by typing -/sc (cloak or skin) add (url)
    • You can now also hide an NPC's nameplate!
    How to use:

    Select an NPC and type /sc skin add (player-name) to give it that skin.
    Select an NPC and type /sc skin add (URL) to give it that cloak.
    If skins or cloaks are not re-added for any reason, you can type /sc update-
    to re-add them.

    Download:
    Download the latest CitizenSpout below!
    http://github.com/downloads/mbsuperstar1/CitizenSpout/CitizenSpout.jar

    Changelog:
    • Version 0.1.8 - Stripped features to get a quick working release.
    • Version 0.1.7 - Quick fix during exams... broke badly.
    • Version 0.1.6 - Permission fix for cloaks and changed the default for name-plates!
    • Version 0.1.5 - PermissionsBukkit support, hidable nameplates and configuration!
    • Version 0.1.4 - Reverted command to /sc to fix conflicts.
    • Version 0.1.3 - Added capes and more cleanup on the code.
    • Version 0.1.2 - Changed commands around and fixed skin loading. Also added custom URL skins.
    • Version 0.1.1 - The skin update command is now automated, but can be used if it fails to work.
    • Version 0.1 - Giving NPCs a change of clothes. (skin)
    Credit: - Citizens Developers - Bukkit Developers - Spout Developers
     
    nazhrenn, aPunch, jlu and 4 others like this.
  2. Offline

    TQuin

    The Hulk skin is from http://Skins.Minecrafties.com and there's a really good Captain America and Thor there as well.

    Thanks! To clarify, I'd be satisied if it looked something like this as a footnote.
    "*Incredible Hulk skin by TQuin"
    I'm more interested in subtle unobtrusive credit than publicity.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  3. Offline

    Krylyah

    We just got this today and to be quite honest are just so confused. How do you give them skins through URL? Nobody has explained it enough to understand it.
    Also, we keep trying /sc commands but it's like we never downloaded any of the plugins (which we did).
    It just gives the typical unknown console command. Would be great to get some help on this. :)
     
    GothikaGeist310 likes this.
  4. Offline

    GothikaGeist310

    I would like to second this request for more information on URL skins. :D
     
  5. Offline

    JamesS

    I don't know if anyone else has this problem, but all the URL's for NPC skins are stupidly long and cannot be implemented in-game. Is there a way to combat this?
     
  6. Offline

    GothikaGeist310

    I was using tinyurl.com, but it doesn't seem to work for me.
     
  7. Offline

    wiiinator

    Everytime I try to use that came: You have no access to this command!

    I've got:
    permissions:
    - '*'
    - citizenspout.*
    - citizenspout.command.(node)
     
  8. Offline

    tcvs

    it gives me a internal error when i use /sc update
     
  9. Offline

    JamesS

    I tried Tiny URL but to no avail. I guess Ill wait for new citizens and improvements to spout.
     
  10. Offline

    NemDiggers

    Having lots of trouble with this plugin, could anyone help me out?
    17:48:52 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'sc' in plugin CitizenSpout v0.1.7
    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:352)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    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:89)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at com.citizenspout.AppearanceFunctions.updateSkin(AppearanceFunctions.java:72)
    at com.citizenspout.command.CSCommandExecutor.onCommand(CSCommandExecutor.java:97)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 13 more

    Is what I get when I try /sc update

    When I try /sc skin add Protocol_7 it gives me:

    17:50:25 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'sc' in plugin CitizenSpout v0.1.7
    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:352)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    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:89)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchMethodError: com.citizens.npcs.NPCDataManager.getSelected(Lorg/bukkit/entity/Player;)I
    at com.citizenspout.command.CSCommandExecutor.onCommand(CSCommandExecutor.java:131)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 13 more

    Thanks for any help!
     
  11. Offline

    craziix

    Hello, I am French so I apologize because I speak little English ( i use GoogleTraduction :x )
    my problem is when when I do / sc skin add <nickname>, a message appears "You don't have permission for this" in white ( Permissions's messages is red ).
    I have Citizens v1.0.9c ( I have bukkit 1000 ) and CitizensSpout v0.1.7.
    Help me please :(
     
  12. Offline

    jlu

    Regarde le titre et tu verras que la dernière version est pour le Craftbukkit[1060]
    Si ça ne marche toujours pas, tente de mettre les permissions données plus haut.

    By the way, my skin.config looks like this, is that normal (I don't see my npc skin now, but mb it's a pb with an another thing)?

     
  13. Offline

    craziix

    D'accord, merci beaucoup !
    Je met tout de suite mon serveur au build 1060 !

    Edit: Je viens de mettre Bukkit au build 1060# mais j'ai toujours le meme message " Yon don't have permission for this " alors que j'ai mis la permission aux Admins... ( au passage j'ai perdu tout mes npc...)

    Edit2: J'ai tout remis et Citizen remarche, cependant j'ai toujours le msg " You don't have permission for this " quand je fais /sc skin add <pseudo>
     
  14. Offline

    JamesS

    So has anyone found a way to combat the long URL issue? I cant add skins because of it, and it really sux for that. Tiny URL doesn't appear to work :<

    When I try uploading a skin on Imageshack and using the URL from there, I just get "The skin URL Failed!?" coming from the NPC I try to set it on. All the other URL's are too long though.

    Wat do? :<

    NVM... found the config file for it, I see how it works now. Joy of El Joys!
     
  15. Offline

    Sh4d0w

    how works the cloaks?
    what is the suffix for the config or the sc cloak / sc skin add ?
     
  16. Just a heads up that when Citizens updates, you will need to change something or other as citizens spout does not work with the newer dev builds. Great plugin!
     
  17. Getting this error when starting my server:

    Code:
    09:51:45 [SEVERE] Could not load 'plugins/CitizenSpoutV0.1.7.jar' in folder 'plugins':
    java.lang.NoClassDefFoundError: com/citizens/events/NPCListener
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:247)
            at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
            at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
            at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143)
            at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110)
            at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
            at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.ClassNotFoundException: com.citizens.events.NPCListener
            at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
            at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
            ... 11 more
    And yes citizens is enabled and running =)
     
  18. Offline

    grimreaperdude0

    hey do i put the .jar in to my plugins folder like the other ones?

    ok i put it i the plugin folder and started the server but when i teyp /sc i just says unknow command help?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  19. Offline

    dory360

    Hi,

    I have a problem with this plugin :

    [SEVERE] Could not load 'plugins\CitizenSpoutV0.1.7.jar' in folder 'plugins': Spout
    org.bukkit.plugin.UnknownDependencyException: Spout
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110)
    at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    Can you help me?

    Thanks,
     
  20. Offline

    arys

    @silthus
    Are you running a dev version of citizens 1.1? I don't think it's ready (yet) for 1.1.

    @dory360
    do you have the spout plugin installed?
     
  21. Offline

    spudy121

    im new to this and any infermation would help hears the problem im running bukkit with spuot but im running a lan server not connected to the internet i think the plugin is working but all i get is a blue npc no mater what skin i try to add i have spout client and server. thank you
     
  22. Offline

    Sh4d0w

    hey guy, it's really awesome, i changed now a lot of skins, works perfect !

    i has a request:
    can you add the ability to set the path to a local device/folder?

    now is:
    sc skin add http://skin.png

    but this would be awseome if you can add this:
    sc skin add myskins/skin.png
    => that means the folder 'myskins' is located @The CitizensSpout folder and in the folder is the skin.png file.
    Then you could save your custom skins on your server. If the Skin will be deleted from a remote adresse (http://...) the skin is away :(
     
  23. Offline

    xXRamboNoobXx

    You should add the ability to play audio files when an npc is rightclicked, So people can do voices for them! Useing Spout i mean =p
     
    mbsuperstar1 likes this.
  24. Offline

    tootybob

    @mbsuperstar1 org.bukkit.command.CommandException: Unhandled exception executing command 'sc' in plugin CitizenSpout v0.1.7at 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:352)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    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:89)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoSuchMethodError: com.citizens.npcs.NPCDataManager.getSelected(Lorg/bukkit/entity/Player;)I
    at com.citizenspout.command.CSCommandExecutor.onCommand(CSCommandExecutor.java:83)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 13 more is what my log says when I use /sc... What should I do?
     
  25. Offline

    Insanehero

    I'm getting the same problem as him. Can someone lend us a hand?
     
  26. Offline

    tootybob

    Actually it seems this plugin has not been updated in a long time...
     
  27. Offline

    Ubermatik

    So would it possible to give these NPCs visible armour, reliant on the Citizens plugin? Because right now, you can give an NPC armour, but it remains 'invisible'. Adding this would be fantastic!
     
  28. Offline

    Insanehero

    Can someone update this plugin? :p
     
  29. Offline

    WillPowerPedro

    Cool! This is an add-on worthy of appraisal. One question though:
    Does this work for uQuest NPCs?
    This may have been asked but it confused me at the time. Thanks and good luck with the plugin!
     
  30. Offline

    Massimo1993

  31. Offline

    Alex Wilson

    When are you releasing the version for Minecraft 1.8 and Citizens 1.1?
     

Share This Page