Giter Club home page Giter Club logo

ysgm-bak's Introduction

YSGM

A CLI tool to manage official genshin servers

Setup

Edit the configuration file included to your MUIP server IP and your servers SSH credentials. image SSH credentials are not required if you only want to use GM / MUIP related commands.

Commands

shell

> shell cat gameserver/conf/gameserver.xml | grep GmTalk
    <GmTalk open="true" />

sql

> sql hk4e_db_user_32live select * from t_player_data_0;

<row>
    <field name="uid">10000</field>
    <field name="nickname">Aqua</field>
    <field name="level">56</field>
    <field name="exp">8160</field>
    <field name="vip_point">0</field>
    <field name="json_data">{ "is_proficient_player": true}</field>
    <field name="bin_data">0x...</field>
    <field name="extra_bin_data">0x...</field>
    <field name="data_version">887</field>
    <field name="tag_list"></field>
    <field name="create_time">2022-10-26 12:25:05</field>
    <field name="last_save_time">2022-10-31 22:47:35</field>
    <field name="is_delete">0</field>
    <field name="reserved_1">0</field>
    <field name="reserved_2">0</field>
    <field name="before_login_bin_data">0x...</field>
</row>

gm

Executes a GM command on the specified UID

// gm <uid> <cmd>
> gm 10000 KILL SELF
{"data":{"msg":"KILL SELF","retmsg":"KILL SELF"},"msg":"succ","retcode":0,"ticket":"YSGM@1667316780"}

mail

Mails a player. Use this site to parse output.

Usage: mail <output>

muip

Make your own custom MUIP query

Usage: muip <cmd_id> [key=value,key2=value2]

pull

Pulls player data from the database and saves it

Usage: pull <uid>

push

Pushes player data to the database

Usage: push <uid>

ysgm-bak's People

Contributors

memetrollsxd avatar

Stargazers

 avatar

Forkers

i19941021 xyyaua

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.