You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

plugins.json 990B

3 months ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "plugins": {
  3. "Godcmd": {
  4. "enabled": true,
  5. "priority": 999
  6. },
  7. "Keyword": {
  8. "enabled": true,
  9. "priority": 900
  10. },
  11. "Banwords": {
  12. "enabled": false,
  13. "priority": 100
  14. },
  15. "linkai": {
  16. "enabled": false,
  17. "priority": 99
  18. },
  19. "tool": {
  20. "enabled": false,
  21. "priority": 0
  22. },
  23. "Role": {
  24. "enabled": true,
  25. "priority": 0
  26. },
  27. "Dungeon": {
  28. "enabled": true,
  29. "priority": 0
  30. },
  31. "BDunit": {
  32. "enabled": false,
  33. "priority": 0
  34. },
  35. "healthai": {
  36. "enabled": true,
  37. "priority": 998
  38. },
  39. "Hello": {
  40. "enabled": true,
  41. "priority": -1
  42. },
  43. "Finish": {
  44. "enabled": true,
  45. "priority": -999
  46. }
  47. }
  48. }