

- COMMANDS FOR MINECRAFT JAVA HOW TO
- COMMANDS FOR MINECRAFT JAVA CODE
- COMMANDS FOR MINECRAFT JAVA SERIES

COMMANDS FOR MINECRAFT JAVA SERIES
Players can do fairly complex things with Command Blocks, and they can be placed in a connecting chain to activate a series of commands to automate processes. These can be customized to do a variety of things to automate things on your Minecraft server. Minecraft Timings - Add Timings to your plugin in a safe way that works on all Bukkit platforms (CraftBukkit - no timings, Spigot - Timings v1, Paper and Paper forks - Timings v2)Ĭommands (c) Daniel Ennis (Aikar) 2016-2018.Command Blocks are special blocks in Minecraft that you can use to execute commands.IDB - Simple and Intuitive JDBC Wrapper for Java.TaskChain - Powerful context control to dispatch tasks Async, then access the result sync for API usage.Other projects by Aikar / Empire Minecraft Get off your dinosaur and get on this rocket ship!ĭinosaurs have been dead for a long time, so get off it before you start to smell. If this library has helped you, please consider donating as a way of saying thanks See CHANGELOG for information on migration guides for API breaks.Įvery change that should not cause any API break will be deployed over the current version. You may include more than 1 platform in your jar if your plugin supports multiple platforms.Īny bump in version implies an API break. Setup Guides (Repo and Requirements): Maven, Gradle Paper: acf-paper (Recommended over Bukkit, will gradually enhance when ran on Paper, but still runs on Spigot).Bukkit: acf-bukkit (For targetting Bukkit/Spigot).See Examples for some real world examples Targeted Platforms / Current Version
COMMANDS FOR MINECRAFT JAVA HOW TO
See Using ACF on how to add ACF to your plugin and getting started. Please review every page to learn about each feature. Documentation / Using ACFĭocumentation Wiki - All of ACF's documentation is currently on the GitHub Wiki. V1.0.0 will be the signal that ACF features are more complete and the API will remain stable for a long time. Please be prepared to keep up with changes, but I try to keep them as least disruptful as possible. The new features also may contain bugs, but we will work to fix them fast. It is labeled Beta as the framework is growing fast and gaining new features, and API's are subject to breakage. While the 0.x.x series of ACF is "Beta", note that it is very stable.
COMMANDS FOR MINECRAFT JAVA CODE
This is the Framework created for Empire Minecraft.ĪCF Started as a Bukkit Command Framework, but has shifted to be platform agnostic and can be used on any Java based application.ĪCF is an extremely powerful command framework that takes nearly every concept of boilerplate code commonly found in command handlers, and abstracts them away behind annotations.ĪCF redefines how you build your command handlers, allowing things such as Dependency Injection, Validation, Tab Completion, Help Documentation, Syntax Advice, and Stateful Conditions to all be behind Annotations that you place on methods.Ĭlean up your command handlers and unleash rich command experiences that would be too burdensome to pull off manually. Annotation Command Framework (ACF) Purpose
