Guest User

Untitled

a guest
Oct 23rd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.49 KB | None | 0 0
  1. range:
  2.     guards:
  3.         default-bouncer-protection-radius: 10
  4.         pathfinding: 16.0
  5.     basic:
  6.         look: 5
  7. items:
  8.     item-list-on: true
  9.     basic:
  10.         select-items: '*'
  11.         talk-items: 340,
  12.     healers:
  13.         give-health-item: 35
  14.         take-health-item: 278
  15.     wizards:
  16.         mana-regen-item: 348
  17.         interact-item: 288
  18. ticks:
  19.     guards:
  20.         respawn-delay: 1000
  21.     healers:
  22.         health-regen-increment: 12000
  23.     wizards:
  24.         mana-regen-rate: 6000
  25.     saving:
  26.         save-often: true
  27.         use-task: true
  28.         delay: 72000
  29.     pathing:
  30.         max-stationary: -1
  31.         max-pathing: -1
  32.     waypoints:
  33.         right-click-pause: 70
  34.     general:
  35.         delay: 1
  36. general:
  37.     defaults:
  38.         enable-following: true
  39.         talk-when-close: false
  40.     debug-mode: false
  41.     healers:
  42.         pay-for-heal: true
  43.         regen-health: true
  44.     colors:
  45.         use-npc-colours: true
  46.         npc-colour: f
  47.     wizards:
  48.         regen-mana: true
  49.         max-mana: 100
  50.         wizard-max-locations: 10
  51.     notify-updates: true
  52.     chat:
  53.         slashes-to-spaces: true
  54.         selection-message: <g>You selected <y><npc><g> (ID <y><npcid><g>).
  55.         default-text: Hello.;How are you today?;Having a nice day?;Good weather today.;Stop hitting me!;I'm bored.;
  56.         creation-message: <g>The NPC <y><npc><g> was born!
  57.         format: '[%name%]: '
  58.     selection:
  59.         quick-select: false
  60.     use-bukkit-permissions: false
Add Comment
Please, Sign In to add comment