Enjin profile opener

Discussion in 'Archived: Plugin Requests' started by 15987632, Mar 12, 2014.

  1. Offline

    timtower Administrator Administrator Moderator

    The minecraft player has an uuid. Was talking about that one but that will probably won't work
     
  2. Offline

    15987632

    timtower well as long as you got it under control. It would be cool if it could be made but I understand if you don't want to
     
  3. Offline

    timtower Administrator Administrator Moderator

    Already working on it, not very easy due to the packet / json stuff though but I will manage it
     
  4. Offline

    15987632

  5. Offline

    timtower Administrator Administrator Moderator

    15987632 Not gonna pull this off soon, wish that the format was xml and not json -.-
    Missing functions that I actually need pretty badly
     
  6. Offline

    15987632

    timtower i have all the time in the world (well months :p) take the time that you need
     
  7. Offline

    15987632

  8. Offline

    timtower Administrator Administrator Moderator

    Like I said: missing functions that I need pretty badly, and there aren't as much libs for json as for xml.
    Also pretty busy with school this week.
     
  9. Offline

    15987632

    timtower I'm not trying to rush you I just like to check In every few days
     
  10. Offline

    timtower Administrator Administrator Moderator

    Can't blame you on that here, sorry if I sounded ignorant ( if that is the right word )
     
  11. Offline

    15987632

  12. Offline

    timtower Administrator Administrator Moderator

    That json stuff is still killing me
     
  13. Offline

    jimuskin

    timtower What sort of functions are missing that you badly need? Maybe there is a way to work around it?
     
  14. Offline

    timtower Administrator Administrator Moderator

    Converting an json array to something I can work with and one that lists the nodes in the current selected element
     
  15. Offline

    DrEinsteinium

    timtower
    Use Google's Gson lib :) This could provide what you are looking for.

    Edit: Sorry OP for disappearing @_@. I feel really bad but I got caught up in a wave of school.
     
  16. Offline

    timtower Administrator Administrator Moderator

    Already tried that, didn't work as I wanted it.
     
  17. Offline

    DrEinsteinium

    timtower Well show me an example of a response you're getting from the Enjin API. I need to see the json object to convert
     
  18. Offline

    timtower Administrator Administrator Moderator

    That isn't the part that I looked at, but the chat packet is also json.
    Code:
    {"extra":[{"italic":true,"color":"gray","text":"[CONSOLE: Stopping the server.."},{"italic":true,"color":"gray","text":"]"}],"text":""}
    That is the one when I stop the server
     
  19. Offline

    DrEinsteinium

  20. Offline

    timtower Administrator Administrator Moderator

    That is only for sending, not receive and modify and then send the modified one.
     
  21. Offline

    DrEinsteinium

    timtower Are you trying to change the player's display name to a link? You could change the chat format in the player chat event.
     
  22. Offline

    timtower Administrator Administrator Moderator

    That doesn't allows links though as far as I know.
     
  23. Offline

    15987632

    timtower find a way to make it work?
     
  24. Offline

    timtower Administrator Administrator Moderator

    Not really, don't think that I can pull this off
     
  25. Offline

    15987632

    timtower kk i understand ty for trying
     

Share This Page