SuccessChanges

Summary

  1. allow single quoted string literals in expressions (commit: 63e3962) (details)
  2. fix annoying Exception on disconnect (commit: 098dd41) (details)
  3. allow using single = for equal in expressions (commit: 7d46f1a) (details)
  4. fix NPE (commit: 20ca644) (details)
  5. add 1.11 support for the client_version placeholder (commit: 41f94af) (details)
Commit 63e3962916dc68d655bd4d868425f246fa20db62 by Flo.e3
allow single quoted string literals in expressions
(commit: 63e3962)
The file was modifiedbungee/src/main/java/codecrafter47/bungeetablistplus/expression/ExpressionTokenizer.java (diff)
Commit 098dd41b867129d8b4aff56970e9d6a05b18730b by Flo.e3
fix annoying Exception on disconnect
(commit: 098dd41)
The file was modifiedbungee/src/main/java/codecrafter47/bungeetablistplus/tablistproviders/FixedSizeConfigTablistProvider.java (diff)
The file was modifiedbungee/src/main/java/codecrafter47/bungeetablistplus/tablistproviders/DynamicSizeConfigTablistProvider.java (diff)
The file was modifiedbungee/src/main/java/codecrafter47/bungeetablistplus/tablistproviders/ConfigTablistProvider.java (diff)
Commit 7d46f1a0736892c2232a14b533563fac78377e7e by Flo.e3
allow using single = for equal in expressions
(commit: 7d46f1a)
The file was modifiedbungee/src/main/java/codecrafter47/bungeetablistplus/expression/ExpressionTokenizer.java (diff)
The file was modifiedbungee/src/main/java/codecrafter47/bungeetablistplus/ResendThread.java (diff)
Commit 41f94af351174d7f6597d16ee8d15a9363bc5a60 by Flo.e3
add 1.11 support for the client_version placeholder
(commit: 41f94af)
The file was modifiedbungee/src/main/java/codecrafter47/bungeetablistplus/version/BungeeProtocolVersionProvider.java (diff)