Skip to content

GuyWhoDoThings/Trinket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trinket

Trinket is a multi-server management system for MCPE servers.

Supported Platforms

Currently Trinket supports: Windows, Linux

Installation

It's easy, just make sure you've got virtualenv and Python 3.5+ then run the following

$ pip install virtualenv
$ virtualenv -p /usr/bin/python .venv
$ source .venv/bin/activate
$ mkdir trinket
$ cd trinket/
$ git clone https://github.com/TransendStudios/Trinket.git
$ pip install -r requirements.txt
$ python3 startup.py
$ deactivate

Licence

We're licensed under the GNU GPLv3, here's your copy:

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

Multi-Server Management System for MCPE Servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Batchfile 0.7%