Variable itemsHandlingFlagsConst

    itemsHandlingFlags: {
        all: 7;
        minimal: 0;
        others: 1;
        own: 2;
        starting: 4;
    } = ...

    Bit flags configuring which items should be sent by the server to this client.

    Type declaration

    • Readonlyall: 7

      Shorthand for others, own, and starting.

    • Readonlyminimal: 0

      Indicates the client only receives items created by cheat commands.

    • Readonlyothers: 1

      Indicates the client get items sent from other worlds.

    • Readonlyown: 2

      Indicates the client get items sent from your own world. Requires others bitflag to be set.

    • Readonlystarting: 4

      Indicates the client get your starting inventory sent. Requires others bitflag to be set.