BukkitPlugins: Difference between revisions

From JoBaPedia
Jump to navigation Jump to search
Line 78: Line 78:
[http://dev.bukkit.org/server-mods/lolmewnstats/ BukkitDev Stats ]
[http://dev.bukkit.org/server-mods/lolmewnstats/ BukkitDev Stats ]


Stats uses a mysql database.
Stats uses a mysql database and a web browser.
Install like this:
I wrote install instructions here:  


zypper install mysql-community-server
https://bitbucket.org/Lolmewn/stats/wiki/Home
mysqladmin -u root  password 'somepassword'
echo 'create database minecraft;' | mysql -u root -p
 
Put the password into the config.yml of the plugin


== Build ==  
== Build ==  

Revision as of 09:42, 14 April 2013

Bukkit Plugins

Diese Plugins sind auf unseren Bukkit Servern installiert

CommandBook

BukkitDev CommandBook

CommandHelper

BukkitDev CommandHelper

CraftBook

BukkitDev CraftBook

  • CraftBookCircuits
  • CraftBookCommon
  • CraftBookMechanisms
  • CraftBookVehicles

dynmap

neu: Minecraft Forum 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/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 ../dynmap-api && git pull && mvn install
cd ../dynmap && git pull && mvn install

LWC

BukkitDev LWC

Build bleeding edge development version

git clone git://github.com/Hidendra/LWC.git

Simple-AutoSave

BukkitDev Simple-AutoSave

SimpleBackup

BukkitDev SimpleBackup

WorldEdit

BukkitDev WorldEdit

Build bleeding edge development version

git clone git://github.com/sk89q/worldedit.git

WorldGuard

BukkitDev WorldGuard

Stats

BukkitDev Stats

Stats uses a mysql database and a web browser. I wrote install instructions here:

https://bitbucket.org/Lolmewn/stats/wiki/Home

Build

Hier hab ich beschrieben wie ich den Bukkit Server selbst baue, wenn es nach Minecraft Updates keine Recommended Builds zum runterladen gibt.

Make Developer CraftBukkit