Library NPCLib - Create Fake Players [1.7.9 till 1.8.3]

Discussion in 'Resources' started by Techcable, Feb 4, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Techcable

    My god, i passed in a null reference to Collections.transform!
    Update NPCLib to build #33.
     
  2. Offline

    DJmaxZPL4Y

    Hello I have an error with the lib when i would set an skin with an Name !
    Code:
    Caused by: java.lang.IllegalArgumentException: Invalid UUID string: 5d09b5d0bd544043b88bf8480a9700e1
            at java.util.UUID.fromString(UUID.java:194) ~[?:1.7.0_55]
            at net.techcable.npclib.util.ProfileUtils.toUUID(ProfileUtils.java:177) ~[?:?]
            at net.techcable.npclib.util.ProfileUtils.deserializeProfile(ProfileUtils.java:153) ~[?:?]
            at net.techcable.npclib.util.ProfileUtils.postNames(ProfileUtils.java:130) ~[?:?]
            at net.techcable.npclib.util.ProfileUtils.lookup(ProfileUtils.java:48) ~[?:?]
            at net.techcable.npclib.nms.NMSNPC.setSkin(NMSNPC.java:192) ~[?:?]
    
     
  3. Offline

    Techcable

    Update to the latest version.
     
  4. Offline

    DJmaxZPL4Y

    With the version 1.1.0 so the latest i have the same error :

    Code:
    Caused by: java.lang.IllegalArgumentException: Invalid UUID string: 5d09b5d0bd544043b88bf8480a9700e1
            at java.util.UUID.fromString(UUID.java:194) ~[?:1.7.0_55]
            at net.techcable.npclib.util.ProfileUtils.toUUID(ProfileUtils.java:175) ~[?:?]
            at net.techcable.npclib.util.ProfileUtils.deserializeProfile(ProfileUtils.java:153) ~[?:?]
            at net.techcable.npclib.util.ProfileUtils.postNames(ProfileUtils.java:130) ~[?:?]
            at net.techcable.npclib.util.ProfileUtils.lookup(ProfileUtils.java:49) ~[?:?]
            at net.techcable.npclib.nms.NMSNPC.setSkin(NMSNPC.java:144) ~[?:?]
    
     
  5. Offline

    Techcable

    1.1.1 is the latest.
     
  6. Offline

    DJmaxZPL4Y

    Where can I found the version 1.1.1 ? I have tested with the build 33, 34 and 35 but it didn't work and i have the same error :/
     
  7. Offline

    Techcable

    You get this error on build 35!?!?!?!
    That can't be correct, I fixed it in this commit.
    Can you double check with build #25.
     
  8. Offline

    DJmaxZPL4Y

    If think it must coming from my Spigot Version because i use the version 1.8.R0.1 :/ I will update Spigot first and test with you latest build of NpcLib

    EDIT : I tested with the 1.8.3 Spigot Version and with the Build #35 and there is the same error :/
     
    Last edited: Mar 28, 2015
  9. Offline

    Shawckz

    For some reason my NPCs cant take damage when I want them to.
    I am setting protected to false?

    Edit: got it, had to set invulnerableTicks field to 0
     
    Last edited: Apr 11, 2015
  10. Offline

    Techcable

    Could you post your code and plugins?
     
Thread Status:
Not open for further replies.

Share This Page