Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. # Javascript Expansion: 1.4.1
  2. # This is the main configuration file for the Javascript Expansion.
  3. #
  4. # You will define your javascript placeholders in this file.
  5. #
  6. # Javascript files must be located in the:
  7. # /plugins/placeholderapi/javascripts/ folder
  8. #
  9. # A detailed guide on how to create your own javascript placeholders
  10. # can be found here:
  11. # https://github.com/PlaceholderAPI-Expansions/Javascript-Expansion/wiki
  12. #
  13. # Your javascript placeholders will be identified by: %javascript_<identifier>%
  14. #
  15. # Configuration format:
  16. #
  17. # <identifier>:
  18. # file: <name of file>.<file extension>
  19. # engine: (name of script engine)
  20. #
  21. #
  22. # Example:
  23. #
  24. # 'my_placeholder':
  25. # file: 'my_placeholder.js'
  26. # engine: 'nashorn'
  27. available_onyxia:
  28. file: available_onyxia.js
  29. engine: nashorn
  30. available_hyter:
  31. file: available_hyter.js
  32. engine: nashorn
  33. available_pegasus:
  34. file: available_pegasus.js
  35. engine: nashorn
  36. available_crusader:
  37. file: available_crusader.js
  38. engine: nashorn
  39. available_titan:
  40. file: available_titan.js
  41. engine: nashorn
  42. available_lord:
  43. file: available_lord.js
  44. engine: nashorn
  45. available_elite:
  46. file: available_elite.js
  47. engine: nashorn
  48. available_guard:
  49. file: available_guard.js
  50. engine: nashorn
  51. available_start:
  52. file: available_start.js
  53. engine: nashorn
  54. ftop1:
  55. file: ftop1.js
  56. engine: nashorn
  57. ftop2:
  58. file: ftop2.js
  59. engine: nashorn
  60. ftop3:
  61. file: ftop3.js
  62. engine: nashorn
  63. faction_name:
  64. file: faction_name.js
  65. engine: nashorn
  66. ftop_value_1:
  67. file: ftop_value_1.js
  68. engine: nashorn
  69. ftop_value_2:
  70. file: ftop_value_2.js
  71. engine: nashorn
  72. ftop_value_3:
  73. file: ftop_value_3.js
  74. engine: nashorn
  75. randomnumber:
  76. file: randomnumber.js
  77. engine: nashorn
  78. specific_ftop:
  79. file: specific_ftop.js
  80. engine: nashorn
  81. koth_winner_latest:
  82. file: koth_winner.js
  83. engine: nashorn
  84. koth_next_start:
  85. file: koth_start.js
  86. engine: nashorn
  87. deluxe_chat_klan:
  88. file: deluxe_chat_klan.js
  89. engine: nashorn
  90. cleanFaction:
  91. file: cleanFaction.js
  92. engine: nashorn
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement