xeRicker

MysteryBoxes config.yml

Mar 29th, 2020
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.73 KB | None | 0 0
  1. main-settings:
  2.     unlock-permissions: false
  3.     unlock-boxes: false
  4.     unlock-dust: false
  5.  
  6. permission-settings:
  7.     unlock-menus: "mysteryboxes.menus.*"
  8.     unlock-menu-icons: "mysteryboxes.menu-icons.*"
  9.     unlock-openings: "mysteryboxes.openings.*"
  10.     unlock-craftings: "mysteryboxes.craftings.*"
  11.  
  12. copy-default-settings:
  13.     common-box: true
  14.     crafted-epic-box: true
  15.  
  16. remote-database-settings:
  17.     main:
  18.         db-enabled: false
  19.     credentials:
  20.         db-host: "value"
  21.         db-port: "3306"
  22.         db-name: "value"
  23.         db-user: "value"
  24.         db-pass: "value"
  25.         db-variables: "autoReconnect=true&useSSL=false"
  26.  
  27. vault-settings:
  28.     main:
  29.         open-permission: "mysteryboxes.mystery-vault.open"
  30.     visit-alert:
  31.         enabled: true
  32.         box-threshold: 1
  33.         message: "&dMysteryBoxes&8> &eYou still have some Mystery Boxes available. Come and open them!"
  34.  
  35. vault-hologram-settings:
  36.     main:
  37.         enabled: true
  38.         refresh-rate: 1
  39.         render-distance: 50
  40.         visibility-distance: 25
  41.     block-offsets:
  42.         x: 0.5
  43.         y: 0.0
  44.         z: 0.5
  45.     lines:
  46.         boxes-available:
  47.        - "&aThe Mystery Vault"
  48.         - "&rBoxes Available: &b{BOXES_AVAILABLE}"
  49.         - "&rDust Available: &d{DUST_AVAILABLE}"
  50.         - "&e&lCLICK TO OPEN!"
  51.         boxes-unavailable:
  52.        - "&aThe Mystery Vault"
  53.         - "&rDust Available: &d{DUST_AVAILABLE}"
  54.         - "&e&lCLICK TO OPEN!"
  55.  
  56. vault-particle-settings:
  57.     main:
  58.         enabled: true
  59.         particle-type: FIREWORKS_SPARK
  60.         particle-range: 10
  61.         circle-size: 0.85
  62.     particle-offsets:
  63.         x: 0
  64.         y: 0
  65.         z: 0
  66.     block-offsets:
  67.         x: 0.5
  68.         y: 1.0
  69.         z: 0.5
Advertisement
Add Comment
Please, Sign In to add comment