Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (26 loc) · 773 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 773 Bytes

TGCore

Core for TrustGames.net

Configs:
  • xx
Features:
  • Chat Decoration manager
  • GUI Manager with Pagination and PlayerInventory
  • ItemBuilder with Skulls support (converts default italic text)
  • Cooldown manager
  • LuckPerms manager
  • Player Data saving (kills/deaths/playtime/...)
  • Player display name
  • Gamerules
  • Hunger disable
  • Tablist Teams
Commands:
  • /activity id
  • /activity player
How to get Toolkit:

TG-Toolkit is self-hosted on a server. To be able to reach that server you need to set the server up credentials first. Open (or create) gradle.properties in your local ~/.gradle/gradle.properties

gradle.properties

trustgamesRepoPrivateUsername={username}
trustgamesRepoPrivatePassword={secret}