💯JoinMe

JoinMe Command in Minecraft

The joinme command in Minecraft allows players to invite others to join their server or specific game sessions.

JoinMeTokens System

The JoinMe system operates based on JoinMe tokens. Players use these tokens to invite others to join their server or game sessions. This system allows players to create invitations without needing special permissions, relying solely on the availability of tokens in their account.

JoinMeTokens Commands

  • Add Tokens: /joinmetoken add <Player> <Amount>

    • Adds a specified amount of JoinMe tokens to a player's account.

  • Remove Tokens: /joinmetoken remove <Player> <Amount>

    • Removes a specified amount of JoinMe tokens from a player's account.

  • Set Tokens: /joinmetoken set <Player> <Amount>

    • Sets the number of JoinMe tokens a player has to the specified amount.

  • View Tokens: /tokens

    • Displays the current number of JoinMe tokens the player has.

Settings

Find document in MongoDB:

db.getCollection('settings').find({"name" : "joinme"})

Default settings:

{
    "name" : "joinme",
    "blockedGroups" : [ 
        "Lobby", 
        "BuildServer", 
        "Banned"
    ]
}

Last updated