QarthO

TAB config.yml

May 9th, 2023 (edited)
1,642
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 10.25 KB | None | 0 0
  1. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Header-&-Footer
  2. header-footer:
  3.   enabled: true
  4.   disable-in-worlds:
  5.    - disabledworld
  6.   disable-in-servers:
  7.    - disabledserver
  8.   header:
  9.    - "&5&m========================"
  10.     - "&6&lKSU Esports MC"
  11.     - "&f%ascii_187% &7Location: &bEvent &f%ascii_171%"
  12.     - "&7Ping:&r %condition:color_ping%&7ms&a"
  13.   footer:
  14.    - "&e&lOnline:&a %online%&7"
  15.     - "&5&m========================"
  16.   per-world:
  17.     survival:
  18.       header:
  19.      - "&5&m========================"
  20.       - "&6&lKSU Esports MC"
  21.       - "&f%ascii_187% &7Location: &bSurvival &f%ascii_171%"
  22.       - "&7Ping:&r %condition:color_ping%&7ms&a"
  23.       footer:
  24.      - "&e&lOnline:&a %online%&7"
  25.       - "&5&m========================"  
  26.     survival_nether:
  27.       header:
  28.      - "&5&m========================"
  29.       - "&6&lKSU Esports MC"
  30.       - "&f%ascii_187% &7Location: &bNether &f%ascii_171%"
  31.       - "&7Ping:&r %condition:color_ping%&7ms&a"
  32.       footer:
  33.      - "&e&lOnline:&a %online%&7"
  34.       - "&5&m========================"
  35.     survival_the_end:
  36.       header:
  37.      - "&5&m========================"
  38.       - "&6&lKSU Esports MC"
  39.       - "&f%ascii_187% &7Location: &bThe End &f%ascii_171%"
  40.       - "&7Ping:&r %condition:color_ping%&7ms&a"
  41.       footer:
  42.      - "&e&lOnline:&a %online%&7"
  43.       - "&5&m========================"
  44.     hub:
  45.       header:
  46.      - "&5&m========================"
  47.       - "&6&lKSU Esports MC"
  48.       - "&f%ascii_187% &7Location: &bHub &f%ascii_171%"
  49.       - "&7Ping:&r %condition:color_ping%&7ms&a"
  50.       footer:
  51.      - "&e&lOnline:&a %online%&7"
  52.       - "&5&m========================"
  53.     creative:
  54.       header:
  55.      - "&5&m========================"
  56.       - "&6&lKSU Esports MC"
  57.       - "&f%ascii_187% &7Location: &bCreative &f%ascii_171%"
  58.       - "&7Ping:&r %condition:color_ping%&7ms&a"
  59.       footer:
  60.      - "&e&lOnline:&a %online%&7"
  61.       - "&5&m========================"
  62.     minigame:
  63.       header:
  64.      - "&5&m========================"
  65.       - "&6&lKSU Esports MC"
  66.       - "&f%ascii_187% &7Location: &bMinigame &f%ascii_171%"
  67.       - "&7Ping:&r %condition:color_ping%&7ms&a"
  68.       footer:
  69.      - "&e&lOnline:&a %online%&7"
  70.       - "&5&m========================"
  71.   per-server:
  72.     server1:
  73.       header:
  74.        - "an example of server with custom header"
  75.  
  76. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Tablist-name-formatting
  77. tablist-name-formatting:
  78.   enabled: true
  79.   align-tabsuffix-on-the-right: true
  80.   character-width-overrides: {}
  81.   anti-override: true
  82.   disable-in-worlds:
  83.    - disabledworld
  84.   disable-in-servers:
  85.    - disabledserver
  86.  
  87. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Nametags
  88. scoreboard-teams:
  89.   enabled: true
  90.   enable-collision: false
  91.   invisible-nametags: false
  92.   anti-override: true
  93.   # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Sorting-players-in-tablist
  94.   sorting-types:
  95.    - "PLACEHOLDER:%afk%:no,yes"
  96.     - "GROUPS:op,admin,moderator,helper,ksu,default"
  97.     - "PLACEHOLDER_A_TO_Z:%player%"
  98.   case-sensitive-sorting: false
  99.   can-see-friendly-invisibles: false
  100.   disable-in-worlds:
  101.    - disabledworld
  102.   disable-in-servers:
  103.    - disabledserver
  104.   # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Unlimited-nametag-mode
  105.   unlimited-nametag-mode:
  106.     enabled: true
  107.     disable-on-boats: true
  108.     disable-in-worlds:
  109.      - disabledworld
  110.     disable-in-servers:
  111.      - disabledserver
  112.     dynamic-lines:
  113.      - abovename
  114.       - nametag #the original one, combination of tagprefix + customtagname + tagsuffix
  115.       - belowname
  116.       - another
  117.     static-lines:
  118.       myCustomLine: 0.66
  119.  
  120. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Yellow-number
  121. yellow-number-in-tablist:
  122.   enabled: false
  123.   value: "%ping%"
  124.   disable-in-worlds:
  125.    - disabledworld
  126.   disable-in-servers:
  127.    - disabledserver
  128.  
  129. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Belowname
  130. belowname-objective:
  131.   enabled: false
  132.   number: "%health%"
  133.   text: "&cHealth"
  134.   disable-in-worlds:
  135.    - disabledworld
  136.   disable-in-servers:
  137.    - disabledserver
  138.  
  139. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Spectator-fix
  140. prevent-spectator-effect:
  141.   enabled: false
  142.  
  143. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Bossbar
  144. bossbar:
  145.   enabled: false
  146.   toggle-command: /bossbar
  147.   remember-toggle-choice: false
  148.   hidden-by-default: false
  149.   disable-in-worlds:
  150.    - disabledworld
  151.   disable-in-servers:
  152.    - disabledserver
  153.   bars:
  154.     ServerInfo:
  155.       style: "PROGRESS" # for 1.9+: PROGRESS, NOTCHED_6, NOTCHED_10, NOTCHED_12, NOTCHED_20
  156.       color: "%animation:barcolors%" # for 1.9+: BLUE, GREEN, PINK, PURPLE, RED, WHITE, YELLOW
  157.       progress: "100" # in %
  158.       text: "&fWebsite: &bwww.domain.com"
  159.  
  160. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Scoreboard
  161. scoreboard:
  162.   enabled: false
  163.   toggle-command: /sb
  164.   remember-toggle-choice: false
  165.   hidden-by-default: false
  166.   use-numbers: false
  167.   static-number: 0
  168.   delay-on-join-milliseconds: 0
  169.   respect-other-plugins: true
  170.   disable-in-worlds:
  171.    - disabledworld
  172.   disable-in-servers:
  173.    - disabledserver
  174.   scoreboards:
  175.     admin:
  176.      # Only players with tab.scoreboard.admin can see this scoreboard, others will see scoreboard1
  177.       display-condition: "permission:tab.scoreboard.admin"
  178.       title: "Admin scoreboard"
  179.       lines:
  180.        - "%animation:MyAnimation1%"
  181.         - "&6Online:"
  182.         - "* &eOnline&7: &f%online%"
  183.         - "* &eCurrent World&7: &f%worldonline%"
  184.         - "* &eStaff&7: &f%staffonline%"
  185.         - " "
  186.         - "&6Server Info:"
  187.         - "* &bTPS&7: %tps%"
  188.         - "* &bUptime&7: &f%server_uptime%"
  189.         - "* &bMemory&7: &f%memory-used%&7/&4%memory-max%"
  190.         - "%animation:MyAnimation1%"
  191.     scoreboard1:
  192.       title: "Default"
  193.       lines:
  194.        - "%animation:MyAnimation1%"
  195.         - "&6My Stats:"
  196.         - "* &eKills&7: &f%statistic_player_kills%"
  197.         - "* &eDeaths&7: &f%statistic_deaths%"
  198.         - "* &eHealth&7: &f%health%"
  199.         - " "
  200.         - "&6Personal Info:"
  201.         - "* &bRank&7: &f%group%"
  202.         - "* &bPing&7: &f%ping%&7ms"
  203.         - "* &bWorld&7: &f%world%"
  204.         - "%animation:MyAnimation1%"
  205.  
  206. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Ping-Spoof
  207. ping-spoof:
  208.   enabled: false
  209.   value: 0
  210.  
  211. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Pet-name-fix
  212. fix-pet-names:
  213.   enabled: false
  214.  
  215. placeholders:
  216.   date-format: "dd.MM.yyyy"
  217.   time-format: "[HH:mm:ss / h:mm a]"
  218.   time-offset: 0
  219.   register-tab-expansion: true
  220.  
  221. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Placeholder-output-replacements
  222. placeholder-output-replacements:
  223.  "%essentials_vanished%":
  224.     "yes": "&7| Vanished"
  225.     "no": ""
  226.   # bukkit-only placeholders used in default groups.yml, doing this as a fix
  227.   "%afk%":
  228.     true: "&7[AFK] "
  229.     false: ""
  230.     "%afk%": "" # if attempting to use bukkit-only placeholder on bungeecord
  231.   "%essentials_nickname%":
  232.    "%essentials_nickname%": "%player%" # placeholder did not parse correctly, show real name instead
  233.  
  234. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Conditional-placeholders
  235. conditions:
  236.   nick: # use it with %condition:nick%
  237.     conditions:
  238.      - "%player%=%essentials_nickname%"
  239.     yes: "%player%"
  240.     no: "~%essentials_nickname%"
  241.   #color_ping:
  242.   #  conditions:
  243.   #    - "%ping%<100"
  244.   #  yes: "&a%ping%"
  245.   #  no: "&c%ping%"
  246.   low_ping:
  247.     conditions:
  248.      - "%ping%<100"
  249.     yes: "&a%ping%"
  250.     no: "&e%ping%"
  251.   color_ping:
  252.     conditions:
  253.      - "%ping%<200"
  254.     yes: "%condition:low_ping%"
  255.     no: "&c%ping%"
  256.  
  257. placeholderapi-refresh-intervals:
  258.   default-refresh-interval: 500
  259.   server:
  260.    "%server_uptime%": 1000
  261.     "%server_tps_1_colored%": 1000
  262.     "%server_unique_joins%": 5000
  263.   player:
  264.    "%player_health%": 200
  265.     "%player_ping%": 1000
  266.     "%vault_prefix%": 1000
  267.   relational:
  268.    "%rel_factionsuuid_relation_color%": 1000
  269.  
  270. # assigning groups by permission nodes instead of taking them from permission plugin
  271. assign-groups-by-permissions: false
  272.  
  273. # if the option above is true, all groups are taken based on permissions and the one higher in this list is used as primary
  274. # Warning! This is not sorting list and has nothing to do with sorting players in tablist!
  275. primary-group-finding-list:
  276.  - OP
  277.   - Admin
  278.   - Mod
  279.   - Helper
  280.   - KSU
  281.   - default
  282.  
  283. debug: false
  284.  
  285. # https://github.com/NEZNAMY/TAB/wiki/MySQL
  286. mysql:
  287.   enabled: false
  288.   host: 127.0.0.1
  289.   port: 3306
  290.   database: tab
  291.   username: user
  292.   password: password
  293.  
  294. ########################################################################
  295. # BUKKIT ONLY - THE FOLLOWING SECTION IS ONLY FOR BACKEND INSTALLATION #
  296. ########################################################################
  297.  
  298. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Per-world-playerlist
  299. per-world-playerlist:
  300.   enabled: false
  301.   # players with tab.staff will always see all players
  302.   allow-bypass-permission: false
  303.   # players in these worlds will always see all players
  304.   ignore-effect-in-worlds:
  305.    - ignoredworld
  306.     - build
  307.   shared-playerlist-world-groups:
  308.     lobby:
  309.      - lobby1
  310.       - lobby2
  311.     minigames:
  312.      - paintball
  313.       - bedwars
  314.  
  315. #####################################################################
  316. # PROXY ONLY - THE FOLLOWING SECTION IS ONLY FOR PROXY INSTALLATION #
  317. #####################################################################
  318.  
  319. # https://github.com/NEZNAMY/TAB/wiki/Feature-guide:-Global-playerlist
  320. global-playerlist:
  321.   enabled: false
  322.   display-others-as-spectators: false
  323.   display-vanished-players-as-spectators: true
  324.   isolate-unlisted-servers: false
  325.   update-latency: false
  326.   fill-profile-key: false
  327.   spy-servers:
  328.    - spyserver1
  329.     - spyserver2
  330.   server-groups:
  331.     lobbies:
  332.      - lobby1
  333.       - lobby2
  334.     group2:
  335.      - server1
  336.       - server2
  337.  
  338. # Take permissions and groups from backend server instead of proxy
  339. use-bukkit-permissions-manager: false
  340.  
  341. # Sometimes server might be using offline uuids in tablist instead of online, such as disabling waterfall's tablist rewrite option
  342. # If you experience tablist formatting not working and global playerlist duplicating players, toggle this option (set it to opposite value)
  343. # Only affects proxies with online mode enabled
  344. use-online-uuid-in-tablist: true
Advertisement
Add Comment
Please, Sign In to add comment