imDMK / DoubleJump

✨️ Efficient double jump plugin with many features and configuration possibilities.
https://www.spigotmc.org/resources/doublejump-1-17-1-20-1.110632/
GNU General Public License v3.0
13 stars 3 forks source link

WorldGuard __global__ region is not supported #53

Closed konsheng closed 3 months ago

konsheng commented 3 months ago
  #
  # Jump restrictions settings
  #
  restrictionSettings:
    # Restriction of regions where the player will not be able to double-jump
    # The WorldGuard plugin is required for this feature to work
    regionRestriction:
      type: WHITELIST
      list:
      - __global__
    # Restriction of worlds where the player will not be able to double-jump
    worldRestriction:
      type: WHITELIST
      list:
      - __global__
    # The restriction of the game modes during which the player will not be able to double-jump
    gameModeRestriction:
      type: BLACKLIST
      list:
      - CREATIVE

image

imDMK commented 3 months ago

Hi, thanks for the issue. What do you want to achieve by adding these values? If you want to be able to use doublejump everywhere then just change the list type to BLACKLIST and leave it empty.

konsheng commented 3 months ago

OK, thank you for your answer.