Rumsfield / konquest

Konquest plugin for Spigot Minecraft territory control
GNU General Public License v3.0
7 stars 2 forks source link

Wild build settings don't consider the world blacklist #112

Closed Rumsfield closed 1 year ago

Rumsfield commented 1 year ago

Wild Settings

Ignored Worlds

Monument Templates in Blacklisted Worlds

Rumsfield commented 1 year ago

Example cases:

  1. World world is typical primary world, and world world_nether is in the blacklist.
    • wild_pvp, wild_use, wild_build are all false.
    • Players cannot build, use blocks, or pvp in the wild of world, but can do all that in world_nether.
  2. World SurvivalIsland is main world, in the blacklist with reverse = true. All other worlds are invalid.
    • wild_pvp and wild_use are true. wild_build is false.
    • Players can pvp and use blocks in the wild on SurvivalIsland and every other world.
    • Players cannot build in the wild of SurvivalIsland, but they can build in every other world.
Rumsfield commented 1 year ago