You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Responding to a user on the discord, we noticed that raids are cancelled outside the islands world making using SSB on a server also trying to use a survival type world result in having raids being cancelled in the survival world.
if (island == null || island.isSpawn() || !island.isInside(location) || !island.isMember(superiorPlayer))
Ideally, it would be nice if there were a config setting perhaps to list the world(s) to allow/restrict raids on, that way raids can still be allowed on a survival type world on the same server as SSB when the player isn't inside an island world. Otherwise, an added island setting to enable/disable raids maybe would help achieve the same goal?
Plugin version:SuperiorSkyblock2-2024.4-b368.jar Server version:Paper version 1.21.1-128-master@d348cb8 (2024-10-21T16:23:24Z) (Implementing API version 1.21.1-R0.1-SNAPSHOT)
The text was updated successfully, but these errors were encountered:
Responding to a user on the discord, we noticed that raids are cancelled outside the islands world making using SSB on a server also trying to use a survival type world result in having raids being cancelled in the survival world.
SuperiorSkyblock2/src/main/java/com/bgsoftware/superiorskyblock/listener/ProtectionListener.java
Line 629 in 94290a1
Ideally, it would be nice if there were a config setting perhaps to list the world(s) to allow/restrict raids on, that way raids can still be allowed on a survival type world on the same server as SSB when the player isn't inside an island world. Otherwise, an added island setting to enable/disable raids maybe would help achieve the same goal?
Originally posted by @Srcsm in #2290
Plugin version: SuperiorSkyblock2-2024.4-b368.jar
Server version: Paper version 1.21.1-128-master@d348cb8 (2024-10-21T16:23:24Z) (Implementing API version 1.21.1-R0.1-SNAPSHOT)
The text was updated successfully, but these errors were encountered: