Guest User

v1.2.1 - new config option

a guest
Jun 29th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.81 KB | None | 0 0
  1. # Glitch patches
  2. patcher:
  3.  # If enabled: Toggles vanish off if you're vanished. (Essentials)
  4.   fix-vanish: false
  5.  
  6.   # If enabled: Patches player returning to arena using /back after the match. (Essentials)
  7.   fix-back: true
  8.  
  9.   # If enabled: Disables teleporting to players in match. This was implemented due to the following exploit:
  10.   # 1) Player 1 sends a duel request to player 2.
  11.   # 2) Player 3 sends /tpa to Player 1.
  12.   # 3) Player 1 types /tpaccept (Lets assume there's a 5 second delay)
  13.   # 4) Player 2 types /duel accept, and player 1 & player 2 teleports to the arena.
  14.   # 5) Player 3 will be teleported into the arena after 5 seconds, to player 1.
  15.   # 6) The Exploit: Player 3 can now pick up duel kit items
  16.   # Players with OP or the permission 'duels.admin' will bypass this function.
  17.   fix-teleport: true
Advertisement
Add Comment
Please, Sign In to add comment