Coder Social home page Coder Social logo

multiccount's Introduction

Multicount Mod Overview

Multicount allows players to have multiple in-game characters (accounts), switching between them with simple commands. The mod's primary focus is to allow multiple character roleplay or multiple people to share a world within a single Minecraft instance. Servers can set a default limit on the number of accounts per player, and players can easily manage their current account status.

Mod can be utilized fully server side, but singleplayer and LAN games are also supported client side. The mod swaps NBT data, advancements, and statistics for each account, with configuration and data files that store relevant settings and information.

Disclaimer! Backups are advised before using the mod to avoid potential data loss. Players should undertake necessary precautions when dealing with game data.

Functionality:

Singleplayer:

  • Change accounts via buttons beside the main menu screen. Account selection applies to all worlds.

Multiplayer:

  • Settings specified by commands and config files.

Non-OP Commands:

  • /account [<account number>]: Switches between your multiple game accounts/saves. Player will disconnect during account switches as part of normal operation.
  • /account: Displays your currently active account number.

Properties and Data Files:

  • multicount.properties: A configuration file that lists max account settings for each player in the format <UUID>=<max accounts>. Also includes entries for default maximum(Default: 3) and whether to allow accountmax command(Default: false).
  • multicount.dat: Stores each player's UUID and their active account.

Operator commands:

  • /accountmax query [<targets>]: Returns the max accounts allowed for specified players.
  • /accountmax query: Returns the default max accounts allowed.

Optional OP commands (Activation specified in multicount.properties):

  • /accountmax <maxCount> [<targets>]: Sets a specific player's account limit to . Omitting sets the default server limit.
  • /accountmax 0: Resets a player's max accounts to server's default.

LAN:

Offers /account command access to guests, without any max account limits. Properties file usage is omitted for client-side.

Saving and Compatibility:

  • Other accounts' data is saved as <uuid>.dat[<account number>] in the usual folder.
  • Will switch data from most mods that use player NBT data.
  • The mod only swaps NBT, advancements, and statistics, so mod-specific features will not switch if not stored in the NBT data.
  • The mod doesn't manage username changes on its own.

multiccount's People

Contributors

19phin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.