Skip to content

Commit

Permalink
Update to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotcorreia committed Feb 20, 2020
1 parent 70e3384 commit 410b144
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*.iml

target
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Triton 2.4.3
# Triton 2.5.0
[![Release](https://jitpack.io/v/diogotcorreia/Triton.svg)](https://jitpack.io/#diogotcorreia/Triton)

_Translate your server! Sends the same message on different languages... Hooks into all plugins!_
Expand All @@ -7,7 +7,7 @@ This repository was previously called MultiLanguagePlugin.
Buy it [here](https://www.spigotmc.org/resources/triton.30331/)!


[Download API for Triton 2.4.3](https://cdn.rexcantor64.com/triton/api/TritonAPI-v2.4.0.jar) or [add it to your project using Gradle/Maven](https://jitpack.io/#diogotcorreia/Triton).
[Download API for Triton 2.5.0](https://cdn.rexcantor64.com/triton/api/TritonAPI-v2.5.0.jar) or [add it to your project using Gradle/Maven](https://jitpack.io/#diogotcorreia/Triton).

Need help developing? Take a look at the [JavaDocs](https://triton.rexcantor64.com/javadocs) or join our [Discord](https://triton.rexcantor64.com/discord)!

Expand Down
5 changes: 5 additions & 0 deletions bungee_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ run-language-commands-on-join: false
# It it recommended to leave this off for user experience reasons.
force-client-locale-on-join: false

# Automatically reload the plugin (equivalent to /twin reload) every X seconds.
# Might be useful if you're editing the translations folder with symlinks or another program.
# Set to -1 to disable (default)
config-auto-refresh-interval: -1

# To access TWIN, you need a special token.
# To get it, join our Discord server at https://triton.rexcantor64.com/discord or DM me on Spigot.
twin-token: ""
Expand Down
5 changes: 5 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ run-language-commands-on-join: false
# Ignored when bungeecord is enabled.
force-client-locale-on-join: false

# Automatically reload the plugin (equivalent to /twin reload) every X seconds.
# Might be useful if you're editing the translations folder with symlinks or another program.
# Set to -1 to disable (default)
config-auto-refresh-interval: -1

# Enable this if you're using the plugin on BungeeCord.
# A restart of the server and BungeeCord might be required after changing this setting.
bungeecord: false
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.rexcantor64.triton</groupId>
<artifactId>api</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
<properties>
<build.number/>
<plugin.version>${project.version}-${build.number}</plugin.version>
Expand Down

0 comments on commit 410b144

Please sign in to comment.