Advertisement
WayGroovy

Essentials to Admincmd and WorldPos

Aug 31st, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. #Essentials Data Example
  2.  
  3. #file: /home/old/minecraft/plugins/Essentials/username.yml
  4. timestamps:
  5. login: 1346341989944
  6. lastteleport: 1346261773956
  7. logout: 1346342045946
  8. ipAddress: 72.213.160.156
  9. lastlocation:
  10. world: world
  11. x: -261.6032051244214
  12. y: 58.0
  13. z: 114.69999998807907
  14. yaw: -102.76154
  15. pitch: 24.299961
  16. homes:
  17. home:
  18. world: world
  19. x: 987.5111540602080388
  20. y: 72.0
  21. z: 718.0459033637391062
  22. yaw: -257.2811
  23. pitch: 8.1340719
  24. money: 14024.0
  25. afk: false
  26.  
  27. #AdminCMD Data Example
  28. #file: /home/minecraft/plugins/AdminCmd/UserName.yml
  29. infos:
  30. lastLoc:
  31. world: worldname7
  32. x: -430.0
  33. y: 78.0
  34. z: 4522.0
  35. yaw: 0.0
  36. pitch: 0.0
  37. last-ip: /72.213.160.156
  38. firstTime: false
  39. immunityLvl: 1
  40. lastConnection: 1346391243711
  41. lastDisconnect: 1346391270299
  42. gameMode: !!org.bukkit.GameMode 'CREATIVE'
  43. totalTime: 147047264
  44. home:
  45. valtrine:
  46. world: valtrine
  47. x: -5.687589347362520
  48. y: 64.0
  49. z: 401.2174308300020
  50. yaw: -18.73241
  51. pitch: 15.3
  52. worldname7:
  53. world: worldname7
  54. x: 0.0
  55. y: 64.0
  56. z: 0.0
  57. yaw: 0.0
  58. pitch: 0.0
  59. creative:
  60. world: creative
  61. x: 4.0
  62. y: 22.0
  63. z: 4.0
  64. yaw: 0.0
  65. pitch: 0.0
  66. powers: {}
  67. kitsUse: {}
  68.  
  69. #WorldPos Data Example
  70. #file: /home/minecraft/plugins/WorldPos/UserName.txt
  71. worldname7_nether,-138,63,162
  72. europa,24,68,241
  73. world5,-399,6,217
  74. old_world3,-2990,71,209539
  75. ProjectZero,-1,99,-90
  76. worldname7,164,71,452
  77. creative,4,22,4
  78. valtrine,-11153,226,2756
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement