lNockl

Untitled

Jul 21st, 2016
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. 1º step: download Java Bytecode Editor http://set.ee/jbe/
  2.  
  3. 2º step: open you plugin with winrar! and open "Plugin.yml"
  4.  
  5. 3º step: Find Main Class of plugin
  6. http://i.imgur.com/yMuX9vj.png
  7.  
  8. 4º step: find for the main class in your plugin example "com.shynixn.blockball.business.bukkit.BlockBallPlugin"
  9. go to folders
  10. http://i.imgur.com/H74GVgr.png
  11.  
  12. 5º step: Copy the class found and open with JavaBytecodeEditor like this:
  13. http://i.imgur.com/nOyq38c.png
  14. http://i.imgur.com/mYQKSIh.png
  15.  
  16. 6º step: Open methods/loadconfig and click on [0]Code
  17. http://i.imgur.com/FLWiXjS.png
  18.  
  19. 7º Step: go to Code editor and find "idc"
  20. http://i.imgur.com/FAL5tF9.png
  21.  
  22. 8º step: change the url change anything from this url example:
  23. http://www.spigotmc.org/api/resource.php?user_id=19996&resource_id=644&nonce=-1993687303
  24. to
  25. http://www.spigotmc.org/api/resource.php?user_id=xxx
  26.  
  27.  
  28. save and import to winrar archive
Advertisement
Add Comment
Please, Sign In to add comment