Advertisement
Guest User

Untitled

a guest
Nov 3rd, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.54 KB | None | 0 0
  1. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  2. # GENERAL PLUGIN SETTINGS
  3. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  4.  
  5. ## Config version (Let this as it is, it is used for checking if the config needs updating in future versions.)
  6. config: 3
  7.  
  8. ## Language file
  9. lang: 'en'
  10.  
  11. ## Debug mode
  12. debug: false
  13.  
  14. ## Log to file
  15. log:
  16.   enabled: true
  17.   # Reset log on startup
  18.   reset: false
  19.  
  20. ## Update checking
  21. update:
  22.   check: false # RECOMMENDED YOU LEAVE THIS TRUE
  23.  
  24. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  25. # PLUGIN SPECIFIC SETTINGS
  26. #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
  27.  
  28. # Placeholder configuration - Keep as it is
  29. placeholder:
  30.   log-memory: false
  31.   clear-unused: true
  32.   config-cache: false
  33.  
  34. # Performance Tweaks - Keep as it is
  35. # Shouldn't have any performance impact.
  36. tweaks:
  37.  # NO
  38.   keepScoreboardOnQuit: false
  39.   detect-placeholderdelay: false
  40.   verbose-placeholder-timings: false
  41.   ignore-placeholder-problems: false
  42.  
  43. database:
  44.   persistent: false
  45.   database: "featherboard"
  46.   username: bukkit
  47.   isolation: SERIALIZABLE
  48.   driver: org.sqlite.JDBC
  49.   password: walrus
  50.   url: jdbc:sqlite:{DIR}{NAME}.db
  51.   save-interval: 12000
  52. disabled-worlds:
  53. - 'example_world'
  54. show-delay: 0
  55. antiflicker: true
  56. scoreboard-assigning: "PERMISSION"
  57. gui:
  58.   title: "Scoreboards"
  59.   size: -1
  60.  
  61. # Server List - Modify at will
  62. boards:
  63.   default:
  64.     title:
  65.       text:
  66.      - '&f&lFazioni'
  67.       interval: 200
  68.       random: false
  69.     header:
  70.       blank1:
  71.      - ''
  72.       interval: 1000
  73.       random: true
  74.     User:
  75.      text:
  76.       - 'Utente: &e{playername}'
  77.       interval: 10
  78.       random: false
  79.     Fazione:
  80.       text:
  81.       - '&fFazione: &c{factions_faction_name}'
  82.       interval: 10
  83.       random: false
  84.     Leader:
  85.       text:
  86.       - '&fLeader: &c{factions_locationfaction_leadername} '
  87.       interval: 10
  88.       random: false
  89.     Potenza_Fazione:
  90.       text:
  91.       - '&fPotenza Fazione: &c{factions_faction_power} '
  92.       interval: 10
  93.       random: false
  94.     Potenza_Player:
  95.       text:
  96.       - '&fPotenza_Player: &c{factions_player_power}'
  97.       interval: 10
  98.       random: false
  99.     Descrizione:
  100.       text:
  101.       - '&fDescrizione: &c{factions_faction_description}'
  102.       interval: 10
  103.       random: false
  104.     BoostPersonale:
  105.       text:
  106.       - '&fBoost Personale: &c{factions_player_powerboost}'
  107.       interval: 10
  108.       random: false
  109.     blank3:
  110.       text:
  111.      - ''
  112.       interval: 10
  113.       random: false
  114.     ip:
  115.       text:
  116.      - '&c&lmc.reducio.net  '
  117.       interval: 10
  118.       random: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement