CommandComparator
allows you to execute different commands depending on whether the player is using Java Edition or Bedrock Edition
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
CommandComparator
CommandComparator
Floodgate (short: Floodgate) is a lightweight Minecraft plugin that allows you to execute different commands depending on whether the player is using Java Edition or Bedrock Edition. Ideal for cross-play servers using Floodgate or Floodgate.
---
Example usage:
/cc say Hello Java || tellraw @a {"text":"Hello Bedrock"}
- Java players will execute: `say Hello Java` - Bedrock players will execute: `tellraw @a {"text":"Hello Bedrock"}`
---
⚙️ Requirements
---
🚀 Installation
1. Download the latest plugin JAR. 2. Place `CommandComparator.jar` in your server's `plugins/` directory. 3. Restart your server. 4. Done! The plugin will auto-detect Geyser or Floodgate.
---