Skip to content

Latest commit

 

History

History
84 lines (60 loc) · 2.85 KB

README.md

File metadata and controls

84 lines (60 loc) · 2.85 KB

Note

Developers and translators are welcome to join the CubeGPT Team!

Introduction

A simple template for CubeGPT projects.

CubeAgents is a template for CubeGPT's projects like BuilderGPT. It provides a simple and clean interface for users to interact with the program.

Showcase

...

Partner

Features

  • Feature 1
  • Feature 2
  • Feature 3
  • Feature 4

Other projects of CubeGPT Team

  • Bukkit plugin generator. {*.jar} (BukkitGPT)
  • Structure generator. {*.schem} (BuilderGPT)
  • Serverpack generator. {*.zip} (ServerpackGPT or ServerGPT, or..?)
  • Have ideas or want to join our team? Send us an email!

How it works

...

Requirements

Plan A. Windows/Linux (executable edition)

Nothing. Just download the executable file and run it.

Plan B. Python (Any operating systems; Recommend if possible)

You can use BukkitGPT on any device with Python 3+.

And you need to install the depencies with this command:

pip install -r requirements.txt

Quick Start

(Make sure you have the Python environment installed on your computer)

...

Contributing

If you like the project, you can give the project a star, or submit an issue or pull request to help make it better.

License

Copyright [2024] [CubeGPT Team]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.