You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/SIMULATAN/meteor-notifications-addon/releases)[](https://anticope.ml/pages/MeteorAddons.html#utilities)[](https://discord.com/users/505713760124665867)[](https://wakatime.com/badge/github/SIMULATAN/meteor-notifications-addon)
2
2
3
-
A template to allow easy usage of the Meteor Addon API.
3
+
# Meteor Notifications addon
4
+
This addon adds various (very customizable) notifications to the HUD of the [Meteor Client](https://github.com/MeteorDevelopment/meteor-client).
4
5
5
-
### How to use:
6
-
- Clone this project
7
-
- Use this template to create new modules/commands
8
-
- Run the mod with Meteor.
6
+
### Support
7
+
If you need any help, feel free to [DM me on Discord](https://discord.com/users/505713760124665867)
8
+
9
+
### How to build yourself
10
+
- Clone this repository
11
+
- Navigate into the folder in a shell
12
+
- Run `./gradlew build`
13
+
- Copy the `build/libs/meteor-notifications-addon-*.jar` file to your `mods` folder
14
+
15
+
### How to develop
16
+
- Clone this repository
17
+
- Import the project in IntelliJ
18
+
- Configure IntelliJ to use JDK 17
19
+
- Change the `Gradle JVM` option to `Project SDK` (`Build, Execution, Deployment -> Build Tools -> Gradle`)
20
+
- Restart IntelliJ after the initial build to load the run configurations
21
+
22
+
##### Optional:
23
+
(Faster build times and better hot swap)
24
+
25
+
- Open the 'Gradle Settings' dialog from the Gradle tab.
26
+
- Change the 'Build and run using' and 'Run tests using' fields to 'IntelliJ IDEA'.
27
+
- Go to File → Project Structure → Project and set 'Project compiler output' to $PROJECT_DIR$/out.
0 commit comments