Minecraft Immie Pi

From miki
Jump to navigation Jump to search

Minecraft Immie Pi is our tiny home minecraft server running on the Pi.

System and server

  • Running on Raspberry Pi, with 512MB RAM.
  • Using Raspbian image 2014-06-20. Java pre-installed:
$ java -version
java version "1.7.0_40"
Java(TM) SE Runtime Environment (build 1.7.0_40-b43)
Java HotSpot(TM) Client VM (build 24.0-b56, mixed mode)
  • Server Spigot 1.7.10
wget http://ci.md-5.net/job/Spigot/lastStableBuild/artifact/Spigot-Server/target/spigot.jar
sudo java -Xms256M -Xmx496M -XX:MaxPermSize=128M -jar /home/pi/mc/spigot.jar nogui
  • Make sure to remove the binding dynamic-complete-history in the .inputrc file, or this will trigger the following error at launch:
SEVERE: Failed to start the minecraft server
java.lang.IllegalArgumentException: No enum constant org.bukkit.craftbukkit.libs.jline.console.Operation.DYNAMIC_COMPLETE_HISTORY
	at java.lang.Enum.valueOf(Enum.java:236)

Plugins

Installed
  • ClearLag (suggested on HowToGeek, Jason Fitzpatrick [1])
  • NoSpawnChunks (suggested on HowToGeek, Jason Fitzpatrick [2])
Installed - was installed on Jerome's server
To consider installing
To consider installing - was installed on Jerome's server
  • [nolink AntiBotUltra]
  • [nolink ChestShop]
  • [nolink Citizens]
  • [nolink CityWorld]
  • [nolink Command iConomy]
  • [nolink CoreProtect]
  • [nolink CrackShot]
  • [nolink Factions]
  • [nolink GroupManager] (was is it? redundant with essentials' version?)
  • [nolink iDisguise]
  • [nolink LogManager_0.1.3]
  • Multiverse-Inventories
  • [nolink NoCheatPlus]
  • [nolink Openinv]
  • [nolink PlayerHeads]
  • PlotMe
  • [nolink PluginMetrics]
  • [nolink Timeismoney]
  • [nolink update]
  • [nolink xAuth]