Sen descrición

Zoey76 6b47aaf95e Executing SQL scripts in lexicographical order %!s(int64=4) %!d(string=hai) anos
.mvn e5f30d69fe Adding Maven Wrapper %!s(int64=4) %!d(string=hai) anos
src 6b47aaf95e Executing SQL scripts in lexicographical order %!s(int64=4) %!d(string=hai) anos
.gitignore 163279e7d9 Update to Java 14 %!s(int64=4) %!d(string=hai) anos
LICENSE.md 616e0ce41c Adding initial implementation %!s(int64=6) %!d(string=hai) anos
README.md d451bf4d92 Adding Configuration Editor GUI %!s(int64=6) %!d(string=hai) anos
bitbucket-pipelines.yml 163279e7d9 Update to Java 14 %!s(int64=4) %!d(string=hai) anos
mvnw e5f30d69fe Adding Maven Wrapper %!s(int64=4) %!d(string=hai) anos
mvnw.cmd e5f30d69fe Adding Maven Wrapper %!s(int64=4) %!d(string=hai) anos
pom.xml 6b47aaf95e Executing SQL scripts in lexicographical order %!s(int64=4) %!d(string=hai) anos

README.md

Welcome to L2J Server CLI tool

Existing commands

  • code: gets the source code from the repository
  • build: builds the source code
  • deploy: deploys the built source code
  • database
    • install: installs the database
  • gameserver
    • register: register a game server in the login server
    • list: list all game servers and it's status
    • unregister: removes one/all game server(s)
  • account
    • create: creates an account
    • update: updates an account
    • list: list the accounts
    • delete: deletes the account
  • quit: exits the CLI
  • config: opens the configuration editor GUI (It's a bonus)