Skip to content

2.4.0 | 26.x Support, Features, Performance & Speed Improvements

Latest

Choose a tag to compare

@RayzsYT RayzsYT released this 01 Jul 12:02

New

Added 26.+ support! (By @gaboss44 - #26)

Added 3 new actions for customn-responses!

In order to use the p2b actions, you need to allow them
on your backend server first. Just go to your backend server
config.yml and look for handle-through-proxy -> allow-p2b-packets.

   Send alert notification:
        Syntax:  alert
        Example: alert
   Send console message to backend server:
        Syntax:  p2b-message::text
        Example: p2b-message::&cPlayer &4%player% &cdid something bad.
   Execute console command on backend:
        Syntax:  p2b-console::command
        Example: p2b-console::tp %player% 0 0 0
   Execute player command on backend:
        Syntax:  p2b-execute::command
        Example: p2b-execute::help

Added AutoLowerCase feature for proxies now as well!

Requires the network to be connected via the PAT token
in order to work.



Changes

Added %center% for custom-protocol-ping player-list

To centralize the player-list message.

Modified the "/pat info" and "/bpat stats" messages

Visual changes with more variables to work with.
Provides now more information, since the whole PAT
sync-networking has been recoded.



Fixes

  • Implement more informative error message when a player couldn't be injected by PAT.
  • Improved time display regarding last PAT syncs.
  • Improved PAT sync-networking by speed, impact, and security. (Recoded)
  • Corrected wrong description on custom-responses for proxies.
  • Fixed performance issues on Folia networks. (By @Chesvin1 - #24)
  • Fixed wrong Folia scheduler usage:
    • Fixed missing asnyc-scheduler implementation.
    • Fixed that scheduler for custom-server-brand was WAY too fast.
  • Fixed not working custom-responses actions for proxies: execute & console.
  • Fixed that only Bungeecord commands show up after "bpat reload".
  • Fixed color-codes overlapping on Craftbukkit consoles.
  • Fixed exception when deopped on Craftbukkit.
  • Fixed exception when toggling handling-through-proxy and using /pat rl right after.
  • Fixed that proxies create tab-completion for non-existing commands.
  • Fixed missing suggestions of PAT related permission in LuckPerms on Bukkit servers. (Not for Velocity/Bungeecord)
  • Improved LuckPerms integration and performance:
    • Performance improvements.
    • Fixed exception in LuckPerms hook.
    • Fixed LuckPerms compatibility issues with LP groups being cleared.
    • Fixed that LuckPerms group inheritance wasn't being checked for players.
  • Fixed permission proantitab.namespace not being recognized.
  • Updated Velocity library.
  • Updated PlaceholderAPI library. (By @sokolovskiyoleg - #31)
  • Fixed Arclight support.