Langue

Bedrock Detector

Bedrock Detector

Modrinth

A Fabric mod for Geyser servers that detects players joining from one platform or another and adds tags and executes players based on one's platforms.

262 téléchargements 1 abonnés mis à jour 8mo ago
dernière v1.0.0 Modrinth
Fabric 1.21.10 – 1.21.10 TechnologyUtility

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.

Versions

Release
1.0.0
fabric · 1.21.10 · 8mo ago
- Initial release - Added basic configuration in a JSON file
260

Commentaires 0

Aucun commentaire pour l'instant. Sois le premier à donner ton avis.

Télécharger Bedrock Detector

Les fichiers proviennent directement de la source d'origine. Modgrid ne les héberge ni ne les modifie.