Minecraft Immie Pi: Difference between revisions
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
wget http://ci.md-5.net/job/Spigot/lastStableBuild/artifact/Spigot-Server/target/spigot.jar |
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 |
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 {{file|.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 == |
== Plugins == |
Revision as of 20:57, 15 July 2014
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
- AutoMessage
- CleanroomGenerator (from Jerome's server on Myriapulse)
- Creative Gates
- Dynmap
- Essentials
This suite includes the plugins:- Essentials
- EssentialsAntiBuild (not installed)
- EssentialsChat
- EssentialsProtect (not installed)
- EssentialsSpawn
- Essentials Group Manager
- iConomy
- Lift
- Lockette
- Multiverse-Core
- Multiverse-NetherPortals
- Multiverse-Portals
- Multiverse-SignPortals
- Vault
- WorldEdit
- WorldGuard
- To consider installing
- World-Border (suggested [3])
- 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]