Advertisement
Tim3Game

Prism config.yml

Apr 6th, 2017
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.85 KB | None | 0 0
  1. prism:
  2.   debug: false
  3.   allow-metrics: true
  4.   database:
  5.     max-pool-connections: 20
  6.     pool-initial-size: 10
  7.     max-idle-connections: 10
  8.     max-wait: 60000
  9.     max-failures-before-wait: 5
  10.     actions-per-insert-batch: 1000
  11.     force-write-queue-on-shutdown: true
  12.   mysql:
  13.     hostname: localhost
  14.     username: 2****6_mysql_db
  15.     password: ************
  16.     database: 2****6_mysql_db
  17.     prefix: prism_
  18.     port: '3306'
  19.   paste:
  20.     enable: false
  21.     username: Username on http://pste.me/#/signup
  22.     api-key: API key from http://pste.me/#/account
  23.   wands:
  24.     default-mode: hand
  25.     default-item-mode-id: '280:0'
  26.     default-block-mode-id: '17:1'
  27.     auto-equip: true
  28.     allow-user-override: true
  29.     inspect:
  30.       ignore-actions:
  31.      - player-chat
  32.       - player-command
  33.       - player-join
  34.       - player-quit
  35.   queries:
  36.     default-radius: 5
  37.     default-time-since: 3d
  38.     max-lookup-radius: 100
  39.     max-applier-radius: 100
  40.     never-use-defaults: false
  41.     lookup-max-results: 1000
  42.     default-results-per-page: 5
  43.     lookup-auto-group: true
  44.   messenger:
  45.     always-show-extended: false
  46.   near:
  47.     default-radius: 5
  48.     max-results: 100
  49.   drain:
  50.     max-radius: 10
  51.     default-radius: 5
  52.   ex:
  53.     max-radius: 100
  54.     default-radius: 10
  55.   ignore:
  56.     enable-perm-nodes: false
  57.     players-in-creative: false
  58.     players: []
  59.     players_whitelist: false
  60.     worlds: []
  61.     worlds_whitelist: false
  62.   db-records-purge-rules:
  63.  - before:8w
  64.   - a:water-flow before:4w
  65.   purge:
  66.     batch-tick-delay: 60
  67.     records-per-batch: 500000
  68.   appliers:
  69.     allow-rollback-items-removed-from-container: true
  70.     notify-nearby:
  71.       enabled: true
  72.       additional-radius: 20
  73.     remove-fire-on-burn-rollback: true
  74.     remove-drops-on-explode-rollback: true
  75.     never-spawn-entity:
  76.    - creeper
  77.     never-place-block:
  78.    - 10
  79.     - 11
  80.     - 46
  81.     - 51
  82.   tracking:
  83.     block-break: true
  84.     block-burn: true
  85.     block-dispense: true
  86.     block-fade: true
  87.     block-fall: true
  88.     block-form: true
  89.     block-place: true
  90.     block-shift: true
  91.     block-spread: true
  92.     block-use: true
  93.     bucket-fill: true
  94.     bonemeal-use: true
  95.     container-access: true
  96.     cake-eat: true
  97.     craft-item: false
  98.     creeper-explode: true
  99.     crop-trample: true
  100.     dragon-eat: true
  101.     enchant-item: false
  102.     enderman-pickup: true
  103.     enderman-place: true
  104.     entity-break: true
  105.     entity-dye: false
  106.     entity-explode: true
  107.     entity-follow: true
  108.     entity-form: true
  109.     entity-kill: true
  110.     entity-leash: true
  111.     entity-shear: true
  112.     entity-spawn: true
  113.     entity-unleash: true
  114.     fireball: true
  115.     fire-spread: false
  116.     firework-launch: true
  117.     hangingitem-break: true
  118.     hangingitem-place: true
  119.     item-drop: true
  120.     item-insert: true
  121.     item-pickup: true
  122.     item-remove: true
  123.     item-rotate: true
  124.     lava-break: true
  125.     lava-bucket: true
  126.     lava-flow: false
  127.     lava-ignite: true
  128.     leaf-decay: true
  129.     lighter: true
  130.     lightning: true
  131.     mushroom-grow: true
  132.     player-chat: false
  133.     player-command: false
  134.     player-death: true
  135.     player-join: false
  136.     player-kill: true
  137.     player-quit: false
  138.     player-teleport: false
  139.     potion-splash: true
  140.     sheep-eat: true
  141.     sign-change: true
  142.     spawnegg-use: true
  143.     tnt-explode: true
  144.     tnt-prime: true
  145.     tree-grow: true
  146.     vehicle-break: true
  147.     vehicle-enter: true
  148.     vehicle-exit: true
  149.     vehicle-place: true
  150.     water-break: true
  151.     water-bucket: true
  152.     water-flow: false
  153.     world-edit: false
  154.     xp-pickup: false
  155.     api:
  156.       enabled: true
  157.       allowed-plugins:
  158.      - DarkMythos
  159.       - PrismApiDemo
  160.   track-player-ip-on-join: false
  161.   track-hopper-item-events: false
  162.   do-not-track:
  163.     commands:
  164.    - vanish
  165.     - v
  166.     - login
  167.     - changepassword
  168.     - register
  169.     - unregister
  170.   alerts:
  171.     alert-staff-to-applied-process: true
  172.     alert-player-about-self: true
  173.     ores:
  174.       enabled: true
  175.       log-to-console: true
  176.       log-commands:
  177.      - examplecommand <alert>
  178.       blocks:
  179.         '56': '&b'
  180.         '14': '&6'
  181.         '15': '&7'
  182.         '129': '&a'
  183.         '21': '&9'
  184.     illegal-commands:
  185.       enabled: false
  186.       log-to-console: true
  187.       log-commands:
  188.      - examplecommand <alert>
  189.       commands:
  190.      - op
  191.       - deop
  192.       - stop
  193.       - reload
  194.       - bukkit:op
  195.       - bukkit:deop
  196.       - bukkit:stop
  197.       - bukkit:reload
  198.       - minecraft:op
  199.       - minecraft:deop
  200.       - minecraft:stop
  201.       - minecraft:reload
  202.     uses:
  203.       enabled: true
  204.       log-to-console: true
  205.       log-commands:
  206.      - examplecommand <alert>
  207.       lighter: true
  208.       lava: true
  209.       item-placement:
  210.      - '7'
  211.       - '29'
  212.       - '46'
  213.       - '10'
  214.       - '11'
  215.       item-break: []
  216.     vanilla-xray:
  217.       enabled: true
  218.   queue-empty-tick-delay: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement