Skip to content

Easy4Form v2 Documentation

⚠️ NOT RECOMMENDED FOR DIRECT USE

While this API v2 is based on the new Cumulus interface and is actively maintained, it is not recommended for direct use. Please consider:

  • Recommended: Use the main proxy package which automatically handles compatibility and provides the best experience
  • Alternative: Use this v2 package directly only if you specifically need the new interface features

Available Documentation

Overview

Easy4Form v2 provides a modernized Form API based on the new Cumulus interface for creating forms for Bedrock Edition players. It supports all three form types available in Bedrock Edition with improved performance and new features.

Key Features

  • New Cumulus Interface: Built on the latest Cumulus API for better performance
  • Enhanced Response Handling: More flexible response handling with separate handlers for different scenarios
  • Improved Error Handling: Better error management and debugging capabilities
  • Modern Java Features: Utilizes modern Java features and lambda expressions
  • Better Type Safety: Enhanced type safety and null handling

Form Types

  1. Simple Forms: A list of buttons that players can click
  2. Modal Forms: A dialog with two buttons (Yes/No, Confirm/Cancel, etc.)
  3. Custom Forms: Forms with various input elements (text fields, toggles, sliders, dropdowns, etc.)

Getting Started

Choose your preferred language for detailed documentation:

Both documents contain complete API references, usage examples, and migration guides from v1.

两个文档都包含完整的API参考、使用示例和从v1的迁移指南。

Released under the MIT License.