Minecraft Immie Pi: Difference between revisions

From miki
Jump to navigation Jump to search
(ClearLag, NoSpawnChunks)
 
Line 17: Line 17:
* [http://dev.bukkit.org/bukkit-plugins/clearlagg/ ClearLag] (suggested on HowToGeek, Jason Fitzpatrick [http://www.howtogeek.com/173044/how-to-run-low-cost-minecraft-on-a-raspberry-pi-for-block-building-on-the-cheap/])
* [http://dev.bukkit.org/bukkit-plugins/clearlagg/ ClearLag] (suggested on HowToGeek, Jason Fitzpatrick [http://www.howtogeek.com/173044/how-to-run-low-cost-minecraft-on-a-raspberry-pi-for-block-building-on-the-cheap/])
* NoSpawnChunks (suggested on HowToGeek, Jason Fitzpatrick [http://www.howtogeek.com/173044/how-to-run-low-cost-minecraft-on-a-raspberry-pi-for-block-building-on-the-cheap/])
* NoSpawnChunks (suggested on HowToGeek, Jason Fitzpatrick [http://www.howtogeek.com/173044/how-to-run-low-cost-minecraft-on-a-raspberry-pi-for-block-building-on-the-cheap/])
; Installed - was installed on Jerome's server
* [http://dev.bukkit.org/bukkit-plugins/automessage/ AutoMessage]
* [http://dev.bukkit.org/bukkit-plugins/cleanroomgenerator/ CleanroomGenerator] (from Jerome's server on Myriapulse)
* [http://dev.bukkit.org/bukkit-plugins/creativegates/ Creative Gates]
* [http://dev.bukkit.org/bukkit-plugins/dynmap/ Dynmap]
* [http://dev.bukkit.org/bukkit-plugins/essentials/ Essentials]<br/>This suite includes the plugins:
** Essentials
** EssentialsAntiBuild (not installed)
** EssentialsChat
** EssentialsProtect (not installed)
** EssentialsSpawn
* [http://wiki.ess3.net/wiki/Group_Manager Essentials Group Manager]
* [http://dev.bukkit.org/bukkit-plugins/iconomy/ iConomy]
* [http://dev.bukkit.org/bukkit-plugins/lift/ Lift]
* [http://dev.bukkit.org/bukkit-plugins/lockette/ Lockette]
* [http://dev.bukkit.org/bukkit-plugins/multiverse-core/ Multiverse-Core]
* [http://dev.bukkit.org/bukkit-plugins/multiverse-netherportals/ Multiverse-NetherPortals]
* [http://dev.bukkit.org/bukkit-plugins/multiverse-portals/ Multiverse-Portals]
* [http://dev.bukkit.org/bukkit-plugins/multiverse-signportals/ Multiverse-SignPortals]
* [http://dev.bukkit.org/bukkit-plugins/vault/ Vault]
* [http://dev.bukkit.org/bukkit-plugins/worldedit/ WorldEdit]
* [http://dev.bukkit.org/bukkit-plugins/worldguard/ WorldGuard]


;To consider installing:
;To consider installing:
* [http://dev.bukkit.org/bukkit-plugins/worldborder/ World-Border] (suggested [http://www.raspberrypi.org/forums/viewtopic.php?f=78&t=75882])
* [http://dev.bukkit.org/bukkit-plugins/worldborder/ World-Border] (suggested [http://www.raspberrypi.org/forums/viewtopic.php?f=78&t=75882])

;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]
* [http://dev.bukkit.org/bukkit-plugins/multiverse-inventories/ Multiverse-Inventories]
* [nolink NoCheatPlus]
* [nolink Openinv]
* [nolink PlayerHeads]
* [http://dev.bukkit.org/bukkit-plugins/plotme/ PlotMe]
* [nolink PluginMetrics]
* [nolink Timeismoney]
* [nolink update]
* [nolink xAuth]

Revision as of 19:53, 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

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]