File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ A simple economy plugin for spigot. <a href="https://www.spigotmc.org/resources/
99* ** [ Wiki] ( https://github.com/Realizedd/TokenManager/wiki ) **
1010* ** [ Commands] ( https://github.com/Realizedd/TokenManager/wiki/commands ) **
1111* ** [ Permissions] ( https://github.com/Realizedd/TokenManager/wiki/permissions ) **
12+ * ** [ config.yml] ( https://github.com/Realizedd/TokenManager/blob/master/src/main/resources/config.yml ) **
13+ * ** [ lang.yml] ( https://github.com/Realizedd/TokenManager/blob/master/src/main/resources/lang.yml ) **
14+ * ** [ shops.yml] ( https://github.com/Realizedd/TokenManager/blob/master/src/main/resources/shops.yml ) **
1215* ** [ Support Discord] ( https://discord.gg/RNy45sg ) **
1316
1417
@@ -34,13 +37,13 @@ Maven:
3437#### Dependency
3538Gradle:
3639``` groovy
37- compile group: 'com.github.realizedd ', name: 'TokenManager', version: '3.2.2'
40+ compile group: 'com.github.Realizedd ', name: 'TokenManager', version: '3.2.2'
3841```
3942
4043Maven:
4144``` xml
4245<dependency >
43- <groupId >com.github.realizedd </groupId >
46+ <groupId >com.github.Realizedd </groupId >
4447 <artifactId >TokenManager</artifactId >
4548 <version >3.2.2</version >
4649</dependency >
You can’t perform that action at this time.
0 commit comments