Advertisement
Guest User

firstjoin config

a guest
Jun 7th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.47 KB | None | 0 0
  1. # FirstJoinPlus v1.8 Configuration -- Please see https://github.com/chaseoes/FirstJoinPlus/wiki/Configuration #
  2. settings:
  3.   first-join-message: '&d%player-name has joined for the first time (%unique-players
  4.     total players have joined)!'
  5.   teleport-delay: 0
  6.   notify-sound: LEVEL_UP
  7.   update-checking: false
  8.   debug: false
  9. on-first-join:
  10.   show-first-join-message: true
  11.   teleport: true
  12.   show-smoke: false
  13.   play-notify-sound: true
  14.   launch-firework: false
  15.   give-xp: 5
  16.   set-invincible: 0
  17.   give-items:
  18.     enabled: true
  19.     items:
  20.    - diamond_PICKAXE:1
  21.     - BREAD:5
  22.     - Coal_ore:2
  23.     - Gold_Helmet:1
  24.     - diamond_leggings:1
  25.     - diamond_chestplate:1
  26.     - iron_axe:1
  27.   give-written-books:
  28.     enabled: false
  29.     book-files:
  30.    - rules.txt
  31.   send-motd:
  32.     enabled: true
  33.     delay:40
  34.     messages:
  35.    - '&2Welcome to dads server, %player-name!
  36.     - '&4http://dads.minecraftr.us/'
  37.     - '&4http://dads.enjin.com/'
  38.   run-commands:
  39.     enabled: true
  40.     commands-to-run:
  41.    - bwb loadpublic
  42.     - bwb loadpublic 1
  43.     - bwb loadpublic 2
  44.   run-console-commands:
  45.     enabled: false
  46.     commands-to-run:
  47.    - promote %player-name
  48.   apply-potion-effects:
  49.     enabled: false
  50.     effects:
  51.    - SPEED:1:15
  52. other-messages:
  53.   join-message:
  54.     enabled: false
  55.     message: '&e%player-name joined the game.'
  56.   quit-message:
  57.     enabled: false
  58.     message: '&e%player-name left the game.'
  59.   kick-message:
  60.     enabled: false
  61.     message: '%none'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement