- Articles
174 results
-
CraftBukkit Commands
The following are all the server commands either a server administrator or admin in-game can enter with CraftBukkit out-of-the-box. In addition to the original vanilla SMP commands there are 4 additional -
Setting up a server
java -jar craftbukkit.jar PAUSE#!/bin/sh BINDIR=$(dirname "$(readlink -fn "$0")") cd "$BINDIR" java -jar craftbukkit.jar If you plan to run the server more permanently an init script like this one -
Installing Plugins
This guide explains how to install most basic plugins on your server. You must already have a running CraftBukkit server set up and have knowledge of how to use the Minecraft server console. If you -
Plugin Tutorial (Eclipse)
This rather large tutorial aims at getting you started with plugin development in Bukkit. It is in no way a complete tutorial of all possibilities in Bukkit, but rather a general overview of the basics -
Permissions.yml
Warning: Permissions.yml is NOT a replacement Permission awarding/checking system and any permissions should continue to be handled by a plugin. Permissions.yml is the default permission definition YAML file, automatically generated on startup -
Commands.yml
commands.yml is a configuration file that houses custom defined aliases and command block overrides for your CraftBukkit server. The command block override system provides a quick and easy way to force the server to -
Bukkit.yml
Bukkit.yml is a file that provides you with a wide variety of options for configuring your CraftBukkit server. The headings listed below are the top-level keys in the YAML file. -
Plugin Tutorial/ru
Статья базируется на уроке от Adamki11s, в нём содержится достаточно большое количество примеров. После изучения данной статьи мы рекомендуем Вам ознакомиться с дополнительными материалами автора. -
Scheduler Programming
This tutorial will guide you in using the scheduler provided by bukkit. It will allow you to defer the execution of code to a later time. This is not the same as registering a Listener -
Main Page
Welcome to the Official BukkitWiki. Your one stop shop for all things Bukkit. 918 Pages, 11,106 Edits -
FAQ
The BukkitWiki is the official home of the Bukkit documentation and other help related information. As this is a wiki, anyone within the community is free to contribute information to it. By contributing to the -
Configuration API Reference
The Configuration API is a set of tools to help developers quickly parse and emit configuration files that are human readable and editable. Despite the name, the API can easily be used to store plugin -
Developing a World Generator Plugin
This tutorial will give you the basic steps of creating a custom world generator using Bukkit. Following this tutorial, you will be making a simple, infinite world of plains and oceans, with some features added -
Event API Reference
Welcome to Bukkit's Event API reference page. Events are how the CraftBukkit server tells your plugin that something has happened in the world. Bukkit defines many events, in multiple categories; e.g. player actions -
Plugin YAML
When Bukkit loads a plugin, it needs to know some basic information about it. It reads this information from a YAML file,'plugin.yml'. This file consists of a set of attributes, each defined on -
Plugin Tutorial/pl
Ten raczej bardzo duży poradnik ma na celu wprowadzenie Cię w tajniki programowania dla Bukkit'a. Nie jest to kompletny poradnik wszelkich możliwości jakie daje Bukkit, lecz raczej mały przegląd podstawowych funkcji. Zaczyna się od -
Plugin Tutorial/es
Este gran tutorial pretende comenzar con el desarrollo de un plugin en Bukkit. Es imposible hacer un tutorial completo de todas las posibilidades de creación de un plugin en Bukkit, pero prefiero un resumen general -
Plugin Tutorial/fr
Si vous souhaitez vraiment devenir développeur, suivez bien le tutoriel du site du zéro, en prenant bien le temps de comprendre chaque notion. Cela vous aidera énormément pour la suite. Vous aurez bien sûr besoin -
Plugin Tutorial/de
Dieses Tutorial wurde von diesem Thread kopiert. Es wurde ursprünglich von Adamki11s geschrieben. Seitdem wurde es mit mehreren Beispielen erweitert. Adamki11s Bukkit Profil Seite -
Administering A Craftbukkit Server
Introduction Opening Notes This tutorial is for current Craftbukkit Server admins and aspiring server admins. Whether you own the place, or are simply running the show (or even a little of both) this tutorial is -
Bukkit.yml/ru
Заголовки, перечисленные ниже, являются ключами верхнего уровня в файле YAML. Общие параметры сервера CraftBukkit -
Troubleshooting Common Problems
This page covers many of the common problems you may have when running a server, and the solutions included here are tried and true. If you have read this article and think your problem lies -
Event API Reference/ru
С версии Minecraft 1.1 в Bukkit API была введена новая система событий. Эта система проще, быстрее, и более разносторонняя. Для более детальной информации читайте далее. Если вы сначала хотите посмотреть видео-инструкцию, используйте эту -
Help.yml
Help.yml is a file that provides you with a wide variety of options for configuring the help system in your CraftBukkit server. The help system can be accessed from the chat window or server -
Plugin YAML/ru
При загрузке плагина Bukkit'ом, ему нужна базовая информация о нём, он считывает её из YAML файла:'plugin.yml'. В этом файле находится некий ряд аттрибутов, каждый из которых находится на новой строке. Блок с
Related Community

Terraria Wiki
games
4K
Pages20K
Images1
Video
The Terraria Wiki is a comprehensive resource containing information about all versions of Re-Logic's action-adventure sandbox game, Terraria.