https://github.com/construktdev/glitzoriumid
Link Minecraft to Discord (for a future update)
https://github.com/construktdev/glitzoriumid
Last synced: about 1 month ago
JSON representation
Link Minecraft to Discord (for a future update)
- Host: GitHub
- URL: https://github.com/construktdev/glitzoriumid
- Owner: construktdev
- License: gpl-3.0
- Created: 2025-01-22T18:14:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-23T13:14:59.000Z (over 1 year ago)
- Last Synced: 2025-03-21T20:46:31.176Z (over 1 year ago)
- Language: Java
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GlitzoriumID | GlitzoriumLink
- Connect your Minecraft Account to your Discord Account
- I need this for a future update of the Main Plugin
## How to use
1. Clone the repo
2. Create a Env.java Class:
```java
// Put in the Token of the Discord Application you'd like to use
// It can be obtained at https://discord.com/developers/applications
public static String TOKEN = "Your Token";
// This should be the role users are supposed to get when they verified
// It NEEDS to be the ID! Not the name!
public static String LINKED_ID = "ID";
```
3. Build and compile it