Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 21 hours ago
All versions
v3.3.8
Release
Wynntils (fabric) v3.3.88 months ago 4,756
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Changes
Auto Attack
- New config Attack Tick Delay, how long to wait between each attack in ticks, default 2
- Setting this value below 1 will treat it as 1
Scoreboard Overlay
- Renders the vanilla scoreboard as an overlay
- Text Shadow config for what shadow type to render with, default None
- Font Scale config for how big/small to render the text, default 1.0
- Render Header config to render the play.wynncraft.com header or not, default enabled
- Header Background Color config for what color to render the background behind the header as, default
#00000066 - Content Background Color config for what color to render the background behind the content as, default
#00000033 - Display Original Scoreboard config for whether the default scoreboard should be rendered, default disabled
Functions
- Character Functions
guild_objective_event_bonusreturns a boolean for whether your guild objective will give an event reward bonuspersonal_objective_event_bonusreturns a boolean for whether the given personal objective will give an event reward bonusindexoptional Integer argument, the index of which objective to get default 0
leaderboard_positionreturns an Integer for the position you are in for the given leaderboardleaderboardKeyrequired string argument, the key of the leaderboard to get the position for- This key will be what is used on the Wynncraft website/API.
- Updates every 60 seconds
- Combat Functions
xp_overflowreturns a Long for how much XP you have over the max level on your current character- Updates every 60 seconds
- Guild Functions
contributed_guild_xpreturns a Long for how much XP you have contributed to your guildcontribution_rankreturns an Integer for the rank you are in for your guild contribution ranking- Both update every 60 seconds
Wynntils Command
- Added
secretsargument, opens the Wynntils secrets menu- Do not share the data you enter here with anyone, not even Wynncraft or Wynntils staff
- The only option currently is the Wynncraft API token, this may be required for the
leaderboard_positionandxp_overflowfunctions as well as for allowing the/playercommand to work in cases where you should have access to player info
Fixes
- Player command will no longer error if the user has hidden API data
- Fixed store tier annotator crashing
- Fix bomb bell not parsing bombs with an extra space on the 2nd line
- Fix legacy enchanted items missing glint
- Possibly fixed cases where the content tracker would keep trailing text from previous stage
Known incompatibilities
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:dU5Gb9Ab:iK3R8FPv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dU5Gb9Ab:iK3R8FPv"
}




