BukkitPlugins: Difference between revisions
Jump to navigation
Jump to search
(→dynmap) |
|||
Line 42: | Line 42: | ||
cd /your/workspace | cd /your/workspace | ||
cd DynmapCoreAPI && git pull && mvn install | cd DynmapCoreAPI && git pull && mvn install | ||
cd DynmapCore && git pull && mvn install | cd ../DynmapCore && git pull && mvn install | ||
cd Bukkit && git pull && mvn install | cd ../Bukkit && git pull && mvn install | ||
cd PermissionsEx && git pull && mvn install | cd ../PermissionsEx && git pull && mvn install | ||
cd dynmap-api && git pull && mvn install | cd ../dynmap-api && git pull && mvn install | ||
cd dynmap && git pull && mvn install | cd ../dynmap && git pull && mvn install | ||
== LWC == | == LWC == |
Revision as of 13:39, 19 March 2013
Bukkit Plugins
Diese Plugins sind auf unseren Bukkit Servern installiert
CommandBook
CommandHelper
CraftBook
- CraftBookCircuits
- CraftBookCommon
- CraftBookMechanisms
- CraftBookVehicles
dynmap
alt: BukkitDev Dynmap
Zum selbst bauen (von https://github.com/webbukkit/dynmap/wiki/How-to-compile-Dynmap):
First time
cd /your/workspace git clone git://github.com/webbukkit/DynmapCoreAPI.git && (cd DynmapCoreAPI && mvn install) git clone git://github.com/webbukkit/DynmapCore.git && (cd DynmapCore && mvn install) git clone git://github.com/Bukkit/Bukkit.git && (cd Bukkit && mvn install) git clone git://github.com/t3hk0d3/PermissionsEx.git && (cd PermissionsEx && mvn install) git clone git://github.com/webbukkit/dynmap-api.git && (cd dynmap-api && mvn install) git clone git://github.com/webbukkit/dynmap.git && (cd dynmap && mvn install)
Next time
cd /your/workspace cd DynmapCoreAPI && git pull && mvn install cd ../DynmapCore && git pull && mvn install cd ../Bukkit && git pull && mvn install cd ../PermissionsEx && git pull && mvn install cd ../dynmap-api && git pull && mvn install cd ../dynmap && git pull && mvn install
LWC
Build bleeding edge development version
git clone git://github.com/Hidendra/LWC.git
Simple-AutoSave
SimpleBackup
WorldEdit
Build bleeding edge development version
git clone git://github.com/sk89q/worldedit.git
WorldGuard
Build
Hier hab ich beschrieben wie ich den Bukkit Server selbst baue, wenn es nach Minecraft Updates keine Recommended Builds zum runterladen gibt.