hackcraft 0.0.1 copy "hackcraft: ^0.0.1" to clipboard
hackcraft: ^0.0.1 copied to clipboard

A Dart library for Minecraft hacking and automation.

HackCraft #

A Dart library for Minecraft hacking and automation.

Features #

  • [Feature 1]
  • [Feature 2]
  • [Feature 3]

Getting started #

Add this to your package's pubspec.yaml file:

dependencies:
  hackcraft: ^0.0.1

Usage #

import 'dart:async';
import 'package:hackcraft/src/hackcraft_client.dart';

Future<void> main() async {
  // プレイヤーを生成
  final player = Player('your name');

  // サーバーにログイン
  await player.login('localhost', 25570);

  // エンティティを取得
  final hello = await player.getEntity('your pet');

  // メッセージを送信
  await hello.say('hello world');

  // ログアウト
  await player.logout();
}

Additional information #

For more information about this package, please visit the GitHub repository.

License #

This project is licensed under the MIT License - see the LICENSE file for details.

0
likes
0
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart library for Minecraft hacking and automation.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

async, logging, synchronized, web_socket_channel

More

Packages that depend on hackcraft