mirror of
https://github.com/TotalFreedomMC/BukkitTelnet.git
synced 2025-02-05 06:23:10 +00:00
A crafty telnet server
bd1d0c207b
Mavenized project Refractored files to me.totalfreedom.bukkittelnet package Use instances instead of singletons Fix event behaviour Fix not being able to execute vanilla commands Mass format Compile for Java 1.7 Other changes |
||
---|---|---|
src/main | ||
.gitignore | ||
build.xml | ||
checkstyle.xml | ||
LICENSE.md | ||
pom.xml | ||
README.md | ||
supressions.xml |
BukkitTelnet
BukkitTelnet is a Telnet server for Minecraft. It allows you to remotely administrate your server via any Telnet client.
BukkitTelnet is a fork of MCTelnet that is designed for servers with multiple administrators who all have the same full permissions. It allows for login under any username provided that the proper password is supplied.
MCTelnet was originally created by bekvon. It was modified heavily to be better suited for the TotalFreedomServer, and was eventually renamed.