Triton icon indicating copy to clipboard operation
Triton copied to clipboard

Translate your server! Sends the same message in different languages... Hooks into all plugins!

Results 99 Triton issues
Sort by recently updated
recently updated
newest added

### Describe the Feature Make it so the selected language has the enchanted effect in the GUI (/lang)

type:feature
module:spigot

### Describe the Feature Postgresql is the world standard in many IT projects as the main data warehouse, most plugins on spigotmc support it, but Triton lacks this important feature...

type:feature
module:core

https://github.com/tritonmc/Triton/blob/c1b8f26f80fa623a59b3197a63572f8524d3cf01/triton-velocity/src/main/java/com/rexcantor64/triton/velocity/listeners/VelocityListener.java#L86 A user has reported that the IP given by this function always returns `127.0.0.1`, while it isn't supposed to. This happens when the server is "behind a tcpshield proxy...

type:bug
module:velocity

https://github.com/tritonmc/Triton/blob/c1b8f26f80fa623a59b3197a63572f8524d3cf01/triton-velocity/src/main/java/com/rexcantor64/triton/velocity/listeners/VelocityListener.java#L88 Adding another class that extends `Localized` would allow us to do this (and cache it for the same request, obviously).

type:enhancement
module:velocity

- [ ] Zero pad numbers on dump file name

type:feature

### Describe the Feature Change the name of collections in TWIN instead of having to make a new collection and move all the translations there

type:feature
twin

### Describe the Feature As the title suggests, different regions have different time formats and time zones. I came up with this idea once while preparing a maintenance announcement. Although...

type:feature
module:core

Currently, all storage-related libraries (e.g., Hikari, MySQL driver) are always shaded and loaded into the plugin. Use the system introduced in #285 to load them dynamically. Related to #237

type:enhancement
module:core

If the relocations of a dependency change (e.g., moving from Paper to Spigot and vice-versa), the dependency is not relocated again and Triton stops working correctly. Likely requires a fork...

type:bug
module:core

Libby hardcodes these two dependencies to always be downloaded from Maven central. This is undesirable for two reasons: - They are already shaded into the plugin, so there's no need...

type:bug
module:core