Αποτελέσματα Αναζήτησης
Fully customize any mobs (and create custom mobs) with a powerful scripting skill system, attributes, equipment, special AI, and much more, along with custom spawners and spawning rules. The ultimate plugin for making RPG servers and minigames.
- Economy
Now with custom enchant table/anvil mechanics! Manipulate...
- Mechanics
Mechanics - Bukkit Plugins - Projects - Bukkit
- World Generators
Its a plugin, but its mod-like: New mechanics, new worlds,...
- Projects
Projects - Bukkit Plugins - Projects - Bukkit
- Fixes
Protect and lock Chests, Furnaces, etc. with a easy to use...
- World Editing and Management
Toggle PvP for your players, stop combat log, protect...
- Search
Adds some Furniture via Spout to your server....
- Fun
Fun - Bukkit Plugins - Projects - Bukkit
- Economy
3 Φεβ 2024 · User contributed resources and guides from the Spigot Plugin Development forum section. They provide explanations, short code sections or full libraries that might aid you with developing your plugins or provide inspiration.
13 Οκτ 2024 · Easy to set up when making use of Dynmap's integrated webserver which works out-of-the-box, while also available to be integrated into existing websites running on Apache and the like. Dynmap can render your worlds using different renderers, some suitable for performance, some for high detail.
30 Μαρ 2020 · Visual Bukkit is a drag and drop interface for creating Bukkit plugins. Quick links. Wiki; Github; Discord; Installation. Click the download button to go to the release page. Download the installer for your platform (Windows, Mac, or Unix). Run the installer and follow the prompts. Plugin Requirements Plugins created with Visual Bukkit require ...
Bukkit, the plugin development framework. The documentation is for developing plugins and is split into the respective packages for each subject matter. This documentation does not cover running a server, contributing code back to the project, or setting up a workspace. Working knowledge of the Java language is a prerequisite for developing ...
12 Δεκ 2014 · Bukkit Plugins are designed to operate server-side, which means that the default behavior of the Minecraft Client remains unchanged. Bukkit Plugins are written using Java. What to do before considering developing a Bukkit Plugin
30 Απρ 2014 · In Bukkit's case, we create programs using Minecraft and Bukkit's programming language: Java, which are usually named "plugins", that the Bukkit server will load and execute the functions you set in the program. So how does Java codes in Bukkit look like?