Inactive [EDIT] Copycat v1.0 - Render images from a URL [1.4.6-R0.4]

Discussion in 'Inactive/Unsupported Plugins' started by Javanator, Apr 12, 2011.

  1. Offline

    Javanator

    Copycat - Image to Block Renderer [1.4.6-R0.4]


    Version 1.0
    Sorry for the inconvenience, but I have moved the home of the plugin to this location to here.


    Version: v1.0

    Description:
    Copycat allows players to render images from a URL into the Minecraft world. Just target a block and type a command. I don't do documentation very well, but /cc help should be enough for you to figure it out. Configuration is XML based and human friendly for manual editing.

    Features:
    • Player defined shortcuts
    • World restriction
    • Administrative enablement/disablement
    • Administrative size clamping (in XML based config)
    • Transparency support
    • Block Profile support
    • Horizontal or vertical image orientation
    Download Here

    Source Code (SVN):
    https://bukkit-modders.googlecode.com/svn

    Having Trouble?
    If you are having trouble getting the plugin to work, you need to post some descriptive information, such a stack trace, what you were doing, command used, etc. Otherwise, you are most likely going to be ignored.

    Changelog:

    Version 0.6
    • Updated to conform with 1.2.3 API
    • Added a couple new blocks
    • Please delete your pluginConfig.xml to get support for the latest blocks
    Version 0.5
    • Performance and memory improvements
    • fixed help
    Version 0.4
    • Finally got horizontal image orientations to work.
    • Added fully parameterized image draw (not documented in help)
    • Removed memory resident config (no more reload necessary after editing .xml)
    • Added the ability to change the trigger command
    Version 0.3
    • Added block profile support in pluginConfig.xml
    • Fixed transparency loss on image scaling for palette based images (png and gif)
    • Added image scaling capabilities /set dimensions <width> <height>
    • Increased default image size and improved reliability in large image handling
    • DELETE your old pluginConfig.xml so that it is regenerated with a new one to support the new features
    Version 0.2
    • Delete your old .jar. I am now using a new filename for releases. CopyCat.jar
    • Fixed server path with spaces bug
    • changed command trigger from /copycat to just /cc
    • provided more helpful help and better argument checking
    • Added operator undo /cc op undo <playername>
    • Added config reload /cc op reloadConfig
    Version 0.1
    • Initial Release
    Usage Info:

    Target a block, which will become the lower left corner of your image. Then type the magic words:
    /cc mario or /cc shortcut copy mario

    Horizontal/Flat image orientation is based on your look angle. Look down enough at your targeted block and the image will be rendered beneath your feet.

    I added support for fully parameterized drawing. Use it at your own risk. I've tested it, but am unsure how it would work if coordinates for unexplored map areas are used, etc. The format for this is:
    • /cc shortcut copy <shortcut> <X> <Y> <Z> <yaw> <pitch>
    • Yaw is a rotation angle 0 < 360 degrees. It will be snapped to the nearest 90 degree angle
    • Pitch is the up/down angle. Use a number > 45 degrees to orient the image flat
    You may also change the command trigger from /cc to something else. To do this follow the below:
    1. Extract the contents of the CopyCat.jar -- Its just a zip file! rename it to .zip
    2. Edit the plugin.yml file
    3. change cc to whatever you like.
    4. Repack the .zip and rename to .jar again with your edited .yml file.
    I've set a reasonable maxImageWidth and maxImageHeight in the default pluginConfig.xml. If you increase it, beware. This will make your server cry for mercy. For example, a 300x300 image means changing 90,000 blocks, which is a pretty heavy operation.


    2011-07-21_18.20.37.png
    2011-07-18_10.18.03.png
     

    Attached Files:

  2. Offline

    cjc343

    Have you tried a link that actually leads to a picture though?
     
  3. Offline

    kazzy


    they r, or atleast i think they r
    send me a link and ill try it
     
  4. Offline

    cjc343

    http://rst.gsfc.nasa.gov/Sect16/full-20earth2.jpg

    The reason I ask is because the error you posted likely has something to do with the image the error links not existing.
     
  5. Offline

    kazzy

    whats url for this pic i wanna try it to see if my copycat works at all

    no it still doesnt work

    kk ive managed to get 1 working, but it wont let me choose the size, says invalid operation

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

    abdel

    ok how the hell do u get this thing to work
     
  7. Offline

    Who-cares

    I get this error when trying to use CopyCat:

    2011-05-07 15:22:31 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'cc' in plugin CopyCat v0.3
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:677)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
    at org.bukkit.craftbukkit.TextWrapper.wrapText(TextWrapper.java:38)
    at net.minecraft.server.NetServerHandler.sendPacket(NetServerHandler.java:596)
    at org.bukkit.craftbukkit.entity.CraftPlayer.sendRawMessage(CraftPlayer.java:81)
    at org.bukkit.craftbukkit.entity.CraftPlayer.sendMessage(CraftPlayer.java:85)
    at org.bukkitmodders.copycat.CopycatCommand.performCommand(CopycatCommand.java:73)
    at org.bukkitmodders.copycat.AbstractCopycatCommand.onCommand(AbstractCopycatCommand.java:39)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more

    Edit: Found the solution, deleted the CopyCat folder in the plugins folder and restarted the server.
     
  8. Offline

    MrMoe

    i am sorry to bother you Mr. Javanator, but it does not work on my mac. it only says "an internal error occured while attempting to preform this command" please help me, im not goot at this stuff.
     
  9. Offline

    humanxlemming

    This is really great if you dig a massive pit and just frame stuff on the walls
    Thank you for the plugin :)
     
  10. Offline

    andreblue

    Well its a great plug in! However one of my staff chose to put
    this into the map. Viewer discretion
    WARNING Link is 18 + and may be disturbing WARNING
    http://i54.tinypic.com/257gn6f.png
     
  11. Offline

    NotoriousPyro

    Is there any way you can make this so that the blocks are invincible?
     
  12. Offline

    cjc343

    That's nothing. We've got goatse displayed proudly. I was planning on doing a gallery of collected shock works, but image acquisition is not my first choice of activities.
     
  13. Offline

    Tfs Halo

    yep it doesn't work but ima try with no plugins and see if it works btw here is the error from me i am running 753 though :S since i needed it for a plugin.

    ok tryed with 740 and here are the logs from 740 and 753

    753
    Code:
    [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'cc' in plugin CopyCat v0.3
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:273)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
        at org.bukkit.craftbukkit.TextWrapper.wrapText(TextWrapper.java:38)
        at net.minecraft.server.NetServerHandler.sendPacket(NetServerHandler.java:596)
        at org.bukkit.craftbukkit.entity.CraftPlayer.sendRawMessage(CraftPlayer.java:83)
        at org.bukkit.craftbukkit.entity.CraftPlayer.sendMessage(CraftPlayer.java:87)
        at org.bukkitmodders.copycat.CopycatCommand.performCommand(CopycatCommand.java:73)
        at org.bukkitmodders.copycat.AbstractCopycatCommand.onCommand(AbstractCopycatCommand.java:39)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    And this is 740
    Code:
    16:47:46 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'cc' in plugin CopyCat v0.3
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:677)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
        at org.bukkit.craftbukkit.TextWrapper.wrapText(TextWrapper.java:38)
        at net.minecraft.server.NetServerHandler.sendPacket(NetServerHandler.java:596)
        at org.bukkit.craftbukkit.entity.CraftPlayer.sendRawMessage(CraftPlayer.java:81)
        at org.bukkit.craftbukkit.entity.CraftPlayer.sendMessage(CraftPlayer.java:85)
        at org.bukkitmodders.copycat.CopycatCommand.performCommand(CopycatCommand.java:73)
        at org.bukkitmodders.copycat.AbstractCopycatCommand.onCommand(AbstractCopycatCommand.java:39)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    This is without plugins besides copy cat on 740
    Code:
    16:58:36 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'cc'
    in plugin CopyCat v0.3
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85
    )
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    55)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:677)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
            at org.bukkit.craftbukkit.TextWrapper.wrapText(TextWrapper.java:38)
            at net.minecraft.server.NetServerHandler.sendPacket(NetServerHandler.jav
    a:596)
            at org.bukkit.craftbukkit.entity.CraftPlayer.sendRawMessage(CraftPlayer.
    java:81)
            at org.bukkit.craftbukkit.entity.CraftPlayer.sendMessage(CraftPlayer.jav
    a:85)
            at org.bukkitmodders.copycat.CopycatCommand.performCommand(CopycatComman
    d.java:73)
            at org.bukkitmodders.copycat.AbstractCopycatCommand.onCommand(AbstractCo
    pycatCommand.java:39)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    And this is with 453
    Code:
    17:00:48 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'cc'
    in plugin CopyCat v0.3
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85
    )
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    73)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:677)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:640)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:634)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
            at org.bukkit.craftbukkit.TextWrapper.wrapText(TextWrapper.java:38)
            at net.minecraft.server.NetServerHandler.sendPacket(NetServerHandler.jav
    a:596)
            at org.bukkit.craftbukkit.entity.CraftPlayer.sendRawMessage(CraftPlayer.
    java:83)
            at org.bukkit.craftbukkit.entity.CraftPlayer.sendMessage(CraftPlayer.jav
    a:87)
            at org.bukkitmodders.copycat.CopycatCommand.performCommand(CopycatComman
    d.java:73)
            at org.bukkitmodders.copycat.AbstractCopycatCommand.onCommand(AbstractCo
    pycatCommand.java:39)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 13, 2016
  14. Offline

    Bronski

    Hrm, I'm trying to use "/set dimensions 50 50" prior to rendering the art and it doesn't seem to be restricting the size. Any tips on that command or something simple I'm overlooking? :)

    Thanks.
     
  15. Offline

    Javanator

    check the .xml file to make sure it is actually being set. I dont remember if i made it provide chat feedback on success or not. If the XML doesnt update, then i can only suggest to be uber careful reading the help and typing.
     
  16. Offline

    Starrk

    Thank you so much for this WONDERFUL plugin!

    [​IMG]
     
  17. Offline

    pofs

    how'd you get that big of a picture? i tried pictures like that and they get resized
     
  18. Offline

    Starrk

    You can set the dimensions, although this was set already by default before I set any dimensions. Try /cc set dimensions 100 100
     
  19. Offline

    Bitchcraft

    /cc Command List;
    Shortcut Function:
    cc shortcut copy <shortcut name> - Copies Image
    cc shortcut add <shortcut name> <image url> - Add shortcut
    cc shortcut delete <shortcut name> - Deletes shortcut
    cc shortcut List - List shortcuts
    Set Functions:
    cc set (no args) - show settings
    cc set dimensions <width> <height> - Set render dimentions
    cc set blockProfile <name> - Black profile to use
    cc set blockProfile <no args> - Available block profiles
    cc undo - Undo last copy
    cc help - Shows help
    <shortcut name> - Same as /cc shortcut copy <shortcut name>

    hope that helps

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

    joshb

    thank you soo much got it WORKING!!!!! im gonna put gottsy on here
     
  21. Offline

    Devian50

    posted it earlier. Scroll up.
     
  22. Offline

    andreblue

  23. Offline

    icemaker3

    I LOOOOOOOOOOOOOOOVE YOU. You deserve diamonds[diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond][diamond]
     
  24. Offline

    prefix

    works like a charm in the latest minecraft, with craftbukkit and several addons. thanks :)
     
  25. Offline

    Tingelz

    awesome nothing else too say...
     
  26. Offline

    Bashoogers

    It works, but how did you get the pictures not so really big.
    Now i got 100x100, and thats TO big
     
  27. Offline

    Cuby

    Nice plugin [diamond][diamond][diamond]
     
  28. Offline

    cat24max

    Very cool plugin, but the images are sometimes too big.
     
  29. Offline

    Javanator

    resize them then. /set dimensions 32 32 (or whatever you like).
     
  30. Offline

    cat24max

    ????
    Type /set dimensions 10x10 (or so)????
    Before or after placing?
     
  31. Offline

    Ctyre34

    19:00:11 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'cc'
    in plugin CopyCat v0.3
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    7)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    79)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:699)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:666)

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:660)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: javax.xml.bind.DataBindingException: javax.xml.bind.UnmarshalExceptio
    n
    - with linked exception:
    [org.xml.sax.SAXParseException: Open quote is expected for attribute "{1}" assoc
    iated with an element type "url".]
    at javax.xml.bind.JAXB.unmarshal(Unknown Source)
    at org.bukkitmodders.copycat.managers.ConfigurationManager.<init>(Config
    urationManager.java:35)
    at org.bukkitmodders.copycat.Plugin.getConfigurationManager(Plugin.java:
    78)
    at org.bukkitmodders.copycat.CopycatCommand.performCommand(CopycatComman
    d.java:30)
    at org.bukkitmodders.copycat.AbstractCopycatCommand.onCommand(AbstractCo
    pycatCommand.java:39)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    Caused by: javax.xml.bind.UnmarshalException
    - with linked exception:
    [org.xml.sax.SAXParseException: Open quote is expected for attribute "{1}" assoc
    iated with an element type "url".]
    at javax.xml.bind.helpers.AbstractUnmarshallerImpl.createUnmarshalExcept
    ion(Unknown Source)
    at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.cr
    eateUnmarshalException(Unknown Source)
    at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.un
    marshal0(Unknown Source)
    at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.un
    marshal(Unknown Source)
    at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.un
    marshal(Unknown Source)
    ... 18 more
    Caused by: org.xml.sax.SAXParseException: Open quote is expected for attribute "
    {1}" associated with an element type "url".
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAX
    ParseException(Unknown Source)
    at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalErro
    r(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(
    Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(U
    nknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLScanner.scanAttributeValue
    (Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scan
    Attribute(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scan
    StartElement(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImp
    l$FragmentContentDriver.next(Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(U
    nknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next
    (Unknown Source)
    at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImp
    l.scanDocument(Unknown Source)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(U
    nknown Source)
    at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(U
    nknown Source)
    at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(Unknown So
    urce)
    at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Un
    known Source)
    at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.p
    arse(Unknown Source)
    ... 21 more
    19:00:13 [INFO] malimo [/64.32.236.247:63845] logged in with entity id 498 at (1
    23.5, 68.62000000476837, -41.5)
    19:00:26 [INFO] º7[SemiAdmin]ºf ºcºcmalimoºfSemiAdminºfº7:ºf so wats the awsome
    thing
    19:00:27 [SEVERE] Could not pass event ENTITY_DAMAGE to PvPToggle
    java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
    at java.util.ArrayList.RangeCheck(Unknown Source)
    at java.util.ArrayList.get(Unknown Source)
    at com.sleelin.pvptoggle.PvPToggle.pvpEnabled(PvPToggle.java:155)
    at com.sleelin.pvptoggle.PvPToggleEntityListener.onEntityDamage(PvPToggl
    eEntityListener.java:26)
    at org.bukkit.plugin.java.JavaPluginLoader$47.execute(JavaPluginLoader.j
    ava:570)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:310)
    at net.minecraft.server.EntityHuman.d(EntityHuman.java:518)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:847)
    at net.minecraft.server.Packet7UseEntity.a(SourceFile:33)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    19:00:31 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'pvp'
    in plugin PvPToggle v0.2.1
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:12
    7)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:2
    79)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:699)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:666)

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:660)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:196)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:377)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:292)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.ArrayIndexOutOfBoundsException: 0
    at com.sleelin.pvptoggle.commands.pvpPluginCommand.onCommand(pvpPluginCo
    mmand.java:26)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    This Is what it does and it won't upload anything
     

Share This Page