Minecraft Ascii Bukkit Menu mod 2026 download
logo
minecraft mod Ascii Bukkit Menu

Ascii Bukkit Menu

Game Version: CB 1.7.9-R0.2
Total Downloads: 69,075
Updated: Jan 22, 2013
Created: Nov 14, 2011
Download Ascii Bukkit MenuDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
0.2.8-installer release 1.74 KB Jan 22, 2013 CB 1.7.9-R0.2 15,500 download Ascii Bukkit Menu 0.2.8-installer releaseDownload
abm-0.2.8 release 31.75 KB Jan 22, 2013 CB 1.7.9-R0.2 16,519 download Ascii Bukkit Menu abm-0.2.8 releaseDownload
0.2.7-installer release 1.74 KB Apr 1, 2012 CB 1.4.7-R0.1 9,901 download Ascii Bukkit Menu 0.2.7-installer releaseDownload
abm-0.2.7 release 24.24 KB Apr 1, 2012 CB 1.4.7-R0.1 11,033 download Ascii Bukkit Menu abm-0.2.7 releaseDownload
0.2.6-installer release 1.74 KB Mar 29, 2012 CB 1.2.4-R1.0 1,037 download Ascii Bukkit Menu 0.2.6-installer releaseDownload
abm-0.2.6 release 24.01 KB Mar 29, 2012 CB 1.2.4-R1.0 654 download Ascii Bukkit Menu abm-0.2.6 releaseDownload
0.2.5-installer release 1.74 KB Mar 4, 2012 CB 1.2.3-R0.2 1,554 download Ascii Bukkit Menu 0.2.5-installer releaseDownload
abm-0.2.5 release 23.31 KB Mar 4, 2012 CB 1.2.3-R0.2 1,651 download Ascii Bukkit Menu abm-0.2.5 releaseDownload
0.2.4-installer release 1.74 KB Jan 10, 2012 CB 1.1-R1 4,617 download Ascii Bukkit Menu 0.2.4-installer releaseDownload
abm-0.2.4 release 23.54 KB Jan 10, 2012 CB 1.1-R1 3,675 download Ascii Bukkit Menu abm-0.2.4 releaseDownload
0.2.3-installer beta 1.69 KB Jan 3, 2012 CB 1.0.1-R1 358 download Ascii Bukkit Menu 0.2.3-installer betaDownload
abm-0.2.3 beta 22.82 KB Jan 3, 2012 CB 1.0.1-R1 387 download Ascii Bukkit Menu abm-0.2.3 betaDownload
0.2.2-installer beta 1.68 KB Dec 19, 2011 CB 1.0.1-R1 287 download Ascii Bukkit Menu 0.2.2-installer betaDownload
abm-0.2.2 beta 22.88 KB Dec 19, 2011 CB 1.0.1-R1 337 download Ascii Bukkit Menu abm-0.2.2 betaDownload
0.2.1-installer beta 1.68 KB Dec 2, 2011 1.0.0 312 download Ascii Bukkit Menu 0.2.1-installer betaDownload
abm-0.2.1 beta 22.70 KB Dec 2, 2011 1.0.0 283 download Ascii Bukkit Menu abm-0.2.1 betaDownload
0.2.0-installer beta 1.68 KB Dec 1, 2011 1.0.0 226 download Ascii Bukkit Menu 0.2.0-installer betaDownload
abm-0.2.0 beta 22.48 KB Dec 1, 2011 1.0.0 235 download Ascii Bukkit Menu abm-0.2.0 betaDownload
0.1.7 beta 22.16 KB Nov 17, 2011 CB 1337 247 download Ascii Bukkit Menu 0.1.7 betaDownload
abm-0.1.6.zip beta 20.26 KB Nov 14, 2011 CB 1337 262 download Ascii Bukkit Menu abm-0.1.6.zip betaDownload

Screenshots

Description

Share this:

Ascii Bukkit Menu

What is it?

Ascii Bukkit Menu is a Bukkit server manager. Written with bash, designed to be simple and robust. Should work out of the box on most distros. Specificly designed to run on a headless server via a ssh session.

Features:

  • Uses screen to keep server session running in background, can reconnect at anytime.
  • Start/Stop/Restart commands.
  • Send commands directly to bukkit server.
  • Automatically update Bukkit server to latest recommended.
  • Bukkit server log rotation. Rotates server.log on each start, keeps last 20 compressed.
  • If using Ramdisks, will automatically copy worlds between ramdisk and localdisk. Then runs an md5sum to verify consistency of the data.
  • Start and Stop server on boot using non-interactive mode.

See:

ScreenShots – Updated for 0.2.8

Download:

Latest Release 0.2.8

Dependencies:

  • Java Runtime Enviroment http://java.com/en/download/manual.jsp
  • bash http://www.gnu.org/s/bash/
  • screen http://www.gnu.org/s/screen/
    -Must have vertical support. (This is baked into debian based systems)
    -Arch users try this package
    -RHEL/CentOS use Git Souce | HowTo
  • grep http://www.gnu.org/s/grep/
  • wget http://www.gnu.org/s/wget/
  • zip / unzip
  • logrotate
  • md5sum (optional)
  • sysstat utilities (optional to see network usage)
  • python (optional)

Install:

AutoMagic Method:
This will download and install ABM, then run an interactive script to setup the configuration.
No need to edit config manually.
Simply copy and paste the following to a bash shell.

wget http://dev.bukkit.org/media/files/667/24/install.sh && chmod +x install.sh && ./install.sh

Traditional method – zip:

wget http://dev.bukkit.org/media/files/667/23/abm-0.2.8.zip
unzip abm-0.2.8.zip

Experimental Builds – git:
Not for the faint of heart.

git clone https://user77@github.com/user77/Ascii-Bukkit-Menu.git

Usage:

To use ABM simply change to the directory you installed it to and run the abm.sh script.

cd Ascii-Bukkit-Menu
./abm.sh

You can also run in non-interactive mode. This can be added to startup scripts.
Currently doesn't work if you are using a ramdisk

./abm --start
./abm --stop

Help:

First check to see you have the correct dependencies as listed above.
Make sure your user has +rx permissions to Ascii-Bukkit-Menu directory

chmod -R u+rx Ascii-Bukkit-Menu
chown -R you:yourgroup Ascii-Bukkit-Menu

Issues:

Dosen't work on screen without vertical support.

This is very much a work in progress. So if you come across a bug, please open a ticket.
here.

Comments

Add a comment