Guilds icon indicating copy to clipboard operation
Guilds copied to clipboard

Adding RPG to your server has never been more fun and action-packed!

Results 96 Guilds issues
Sort by recently updated
recently updated
newest added

Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.9.10 to 1.9.20. Release notes Sourced from org.jetbrains.dokka's releases. 1.9.20 General bugfixes Fixed sealed interfaces not having the sealed keyword in signatures (Kotlin/dokka#2994) Fixed incorrect links in...

dependencies

Bumps xyz.jpenilla.run-paper from 2.2.0 to 2.2.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xyz.jpenilla.run-paper&package-manager=gradle&previous-version=2.2.0&new-version=2.2.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

Bumps [dev.triumphteam:triumph-gui](https://github.com/TriumphTeam/triumph-gui) from 3.1.5 to 3.1.7. Release notes Sourced from dev.triumphteam:triumph-gui's releases. v3.1.7 What's Changed feat: use the new PlayerProfile API on 1.20.1+ by @​iGabyTM in TriumphTeam/triumph-gui#104 GuiItem - do...

dependencies

Bumps [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) from 3.8.2 to 3.45.1. Release notes Sourced from org.jdbi:jdbi3-core's releases. v3.45.1 What's Changed Handle constructing record classes generic type information (JDK-8320575) by @​elonazoulay in jdbi/jdbi#2648 fix(sec): upgrade org.postgresql:postgresql...

dependencies

Bumps [org.jdbi:jdbi3-sqlobject](https://github.com/jdbi/jdbi) from 3.8.2 to 3.45.1. Release notes Sourced from org.jdbi:jdbi3-sqlobject's releases. v3.45.1 What's Changed Handle constructing record classes generic type information (JDK-8320575) by @​elonazoulay in jdbi/jdbi#2648 fix(sec): upgrade org.postgresql:postgresql...

dependencies

[19:54:36 ERROR]: [global] TaskChain Exception on me.glaremasters.guilds.guild.Guild$$Lambda$12901/0x0000000802efe220: java.lang.NoSuchMethodError: 'java.lang.String com.mojang.authlib.properties.Property.getValue()' [19:54:36 ERROR]: [global] Current Action Index was: 0 [19:54:36 WARN]: java.lang.Exception: java.lang.NoSuchMethodError: 'java.lang.String com.mojang.authlib.properties.Property.getValue()' [19:54:36 WARN]: at Guilds-3.5.7.0.jar//me.glaremasters.guilds.libs.taskchain.TaskChain.handleError(TaskChain.java:1203) [19:54:36 WARN]:...

Bumps [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 2.7.2 to 3.3.3. Release notes Sourced from org.mariadb.jdbc:mariadb-java-client's releases. MariaDB Connector/Java 3.3.3 3.3.3 (Feb 2024) Full Changelog Bugs Fixed CONJ-1050 regression in 3.x.y: nonparameterized batch "INSERT INTO...

dependencies

## Description The command only works if the guild list is empty. When I create a guild, the command stops working. ## Expected Behavior ## Actual Behavior [13:15:04 INFO]: Nittoi...

cant-reproduce

I am added public void teleportRemaining(@NotNull GuildChallenge challenge) { getAllPlayersAlive(challenge).forEach((key, value) -> { final Location location = ACFBukkitUtil.stringToLocation(value); final Player player = Bukkit.getPlayer(key); Bukkit.getScheduler().runTaskLater(guilds, () -> player.teleport(location), 120 * 20L);...

When the player creates a guild they dont get the permissions right away from the tier.yml. they have to leave and rejoin for it to show in luckperms. when the...