Advertisement
FoxMulder__

ServerBooster - config_tps.yml

Feb 12th, 2021
1,457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.61 KB | None | 0 0
  1. tps-commands:
  2.   enabled: false
  3.   _INFO:
  4.     - "You can use these placeholders in commands: {tps}"
  5.    - "You can create as many as groups you want. Also commands are unlimited."
  6.  commands:
  7.    group_1:
  8.      tps: 16
  9.      delay_ticks: 36000
  10.      list:
  11.        command_1:
  12.          command: "broadcast Server is lagging ({tps} tps). Please be patient. "
  13.          delay_ticks: 0
  14.        command_2:
  15.          command: "broadcast Removing entities on the ground in 60 seconds..."
  16.          delay_ticks: 20
  17.        command_3:
  18.          command: "minecraft:kill @e[type=item]"
  19.          delay_ticks: 1200
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement