Advertisement
Guest User

Untitled

a guest
Dec 14th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. debug: false
  2. debug-level: 3
  3. enable-error-logging: true
  4. enable-stat-collection: true
  5. enable-volatile-features: true
  6. enable-tab-completion: true
  7. str-cast-usage: |
  8. Usage: /cast <spell>.
  9. Use /cast list to see a list of spells.
  10. str-unknown-spell: You do not know a spell with that name.
  11. str-spell-change: You are now using the %s spell.
  12. str-spell-change-empty: You are no longer using a spell.
  13. str-on-cooldown: That spell is on cooldown (%c seconds remaining).
  14. str-missing-reagents: You do not have the required reagents for that spell.
  15. str-cant-cast: You can't cast that spell right now.
  16. str-wrong-world: You cannot cast that spell here.
  17. str-console-name: Admin
  18. text-color: 6
  19. broadcast-range: 20
  20. spell-icon-slot: -1
  21. separate-player-spells-per-world: false
  22. allow-cycle-to-no-spell: false
  23. always-show-message-on-cycle: false
  24. only-cycle-to-castable-spells: true
  25. allow-cast-with-fist: false
  26. cast-with-left-click: true
  27. cast-with-right-click: false
  28. cycle-spells-with-offhand-action: false
  29. ops-have-all-spells: false
  30. ops-ignore-reagents: false
  31. ops-ignore-cooldowns: false
  32. ops-ignore-cast-times: false
  33. default-all-perms-false: false
  34. ignore-default-bindings: false
  35. ignore-cast-item-enchants: true
  36. ignore-cast-item-names: false
  37. ignore-cast-item-durability: [ 268, 269, 270, 271, 283, 284, 285, 286, 290, 294, 314, 315, 316, 317 ]
  38. los-transparent-blocks: [ 0, 27, 28, 31, 32, 37, 38, 39, 40, 50, 51, 55, 63, 65, 66, 68, 69, 70, 72, 75, 76, 77, 78, 93, 94, 106, 111 ]
  39. global-cooldown: 500
  40. check-world-pvp-flag: true
  41. cast-on-animate: false
  42. use-exp-bar-as-cast-time-bar: true
  43. cooldowns-persist-through-reload: true
  44. allow-anticheat-integrations: false
  45. ignore-grant-perms-fake-value: true
  46.  
  47. entity-names:
  48. zombie: an ugly zombie
  49. skeleton: a scary skeleton
  50. spider: a spider
  51. cavespider: a nasty little spider
  52. creeper: a creepy creeper
  53. slime: a slimy blob
  54. wolf: a wolf
  55. snowman: a snow golem
  56. villager: an innocent villager
  57. enderman: Mr. Enderman
  58. silverfish: a slimy silverfish
  59. ghast: a ghast
  60. pigzombie: a pig zombie
  61. blaze: a blaze
  62. lavaslime: a magma slime
  63. giant: the giant
  64. enderdragon: the ender dragon
  65. cow: a cow
  66. sheep: a sheep
  67. pig: a smelly pig
  68. chicken: a duck
  69. mushroomcow: a deformed cow
  70. squid: a slimy squid
  71. irongolem: a friendly iron golem
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement