Sobky

AC-2017 - Config.yml

Nov 20th, 2017
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.50 KB | None | 0 0
  1. #Available languages: en, sk and cz. If you want other, you can create it and insert file to lang folder. And here write name of file (Without .yml)
  2. language: "EN"
  3.  
  4. #List of worlds, where players cannot open calendar
  5. blockedWorlds:
  6. - world_the_end
  7. - world_nether
  8.  
  9. #Date, when players can open calendar. Year, Month, and time (E.g. 00:00 -> Player can open it when will be new day)
  10. date:
  11.     time: "00:00"
  12.     month: 12
  13.     year: 2017
  14.  
  15. #Allow economy plugins. You can enable both. Players can receive money/points when they open present.
  16. economy:
  17.     vault: false
  18.     points: false
  19.  
  20. database:
  21. #type: FILE/MYSQL
  22.   type: "FILE"
  23.   user: "name"
  24.   host: "ip"
  25.   database: "db"
  26.   password: "password"
  27.  
  28. #If true, player can choose from 3 presents of one window.
  29. #If false, player can choose only from one present. (First from rewards.yml)
  30. #You need to set rewards in rewards.yml.
  31. multipleChoice: true
  32.  
  33. #Items in GUI
  34. GUIItems:
  35.     empty:
  36.         itemID: 160
  37.         dataID: 15
  38.     window:
  39.         opened:
  40.             itemID: 397
  41.             dataID: 3
  42.             skullOwner: "Hannah4848"
  43.         closed:
  44.             itemID: 397
  45.             dataID: 3
  46.             skullOwner: "SeerPotion"
  47.     presents:
  48.         0:
  49.             itemID: 397
  50.             dataID: 3
  51.             skullOwner: "MHF_Present1"
  52.         1:
  53.             itemID: 397
  54.             dataID: 3
  55.             skullOwner: "MHF_Present2"
  56.         2:
  57.             itemID: 397
  58.             dataID: 3
  59.             skullOwner: "SeerPotion"
Add Comment
Please, Sign In to add comment