mirror of
https://github.com/TotalFreedomMC/ZeroTelnetClient.git
synced 2024-12-22 16:25:14 +00:00
Prepare 2.0.4 snapshot.
This commit is contained in:
parent
2a8beb9738
commit
010e673ab9
2 changed files with 18 additions and 1 deletions
17
README.md
17
README.md
|
@ -4,4 +4,21 @@ BukkitTelnetClient
|
|||
BukkitTelnetClient is a telnet client for use with the BukkitTelnet and TotalFreedomMod CraftBukkit plugins.
|
||||
|
||||
Grab the latest release binary (2.0.3) here:
|
||||
|
||||
https://github.com/StevenLawson/BukkitTelnetClient/releases/latest
|
||||
|
||||
Features for 2.0.4
|
||||
---------------------
|
||||
|
||||
* New settings.xml file:
|
||||
* Lets you define custom commands for the player list's right-click dropdown.
|
||||
* Saves a history of your servers with a a descriptive name for the server address.
|
||||
|
||||
* Not yet implemented:
|
||||
* Define custom colors via settings file.
|
||||
* Define "favorite" command buttons via settings file.
|
||||
* "Reason" input dialog for applicable commands.
|
||||
|
||||
Grab the latest 2.0.4-SNAPSHOT pre-release binary here:
|
||||
|
||||
http://s3.madgeekonline.com/BukkitTelnetClient-2.0.4-SNAPSHOT-shaded.jar
|
||||
|
|
|
@ -6,7 +6,7 @@ import javax.swing.UnsupportedLookAndFeelException;
|
|||
|
||||
public class BukkitTelnetClient
|
||||
{
|
||||
public static final String VERSION_STRING = "v2.0.3";
|
||||
public static final String VERSION_STRING = "v2.0.4-SNAPSHOT";
|
||||
public static final Logger LOGGER = Logger.getLogger(BukkitTelnetClient.class.getName());
|
||||
public static BTC_MainPanel mainPanel = null;
|
||||
public static BTC_ConfigLoader config = new BTC_ConfigLoader();
|
||||
|
|
Loading…
Reference in a new issue