Bedrock Detector
No reviews yet
A Fabric mod that detects players using Bedrock and, based on the platform, it adds tags to the player and executes commands on behalf of the player.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the server. Also works in singleplayer.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
A server-side mod for the Fabric mod loader that detects whether people are on Bedrock or not by using the Floodgate API. Based on their platform, the mod will attribute command tags to the player and execute custom commands as a player.
Configuration
After having installed the mod, launch the server and a config in the config folder by the name of bedrockdetector.json should appear.
Here's an example of the config file:
{
"java": {
"tags": [
"java"
],
"commands": [
"combatedit profile set combatedit:vanilla"
]
},
"bedrock": {
"tags": [
"bedrock"
],
"commands": [
"combatedit profile set combatedit:1_8_combat"
]
}
}
Note: this was used in conjuction with the CombatEdit mod as an example to show off how you can change the combat method by swapping editions of the game.
A server-side mod for the Fabric mod loader that detects whether people are on Bedrock or not by using the Floodgate API. Based on their platform, the mod will attribute command tags to the player and execute custom commands as a player.
Configuration
After having installed the mod, launch the server and a config in the config folder by the name of bedrockdetector.json should appear.
Here's an example of the config file:
{
"java": {
"tags": [
"java"
],
"commands": [
"combatedit profile set combatedit:vanilla"
]
},
"bedrock": {
"tags": [
"bedrock"
],
"commands": [
"combatedit profile set combatedit:1_8_combat"
]
}
}
Note: this was used in conjuction with the CombatEdit mod as an example to show off how you can change the combat method by swapping editions of the game.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers