MyWarp

MyWarp

220k Downloads

[Bug] The limits of each world dont work

AlfreDGR opened this issue ยท 8 comments

commented

Description of the Problem

The limits of each world, dont work

Steps to Reproduce

commented

What exactly does not work?
Could you post your config.yml?
What version of MyWarp and Spigot are you using?

commented

I use the last update of paper 1.16.3 and my warp the last devbuild

settings:
  controlWorldAccess: false
  caseSensitiveWarpNames: true
  defaultListComparator: default
  teleportHorses: true
  showTeleportEffect: true
  informPlayersOnInvitation: true
storage:
  schema: mywarp
  user: mywarp
  password: mywarp
  properties: []
  url: jdbc:h2:/home/container/plugins/MyWarp/warps
localization:
  defaultLocale: en_US
  perPlayer: true
teleportSafety:
  enabled: true
  searchRadius: 5
warpSigns:
  enabled: true
  identifiers:
  - MyWarp
  - Warp
limits:
  enabled: true
  defaultLimit:
    totalLimit: 0
    publicLimit: 0
    privateLimit: 0
  configuredLimits:
    cow:
      totalLimit: 2
      publicLimit: 2
      privateLimit: 2
      affectedWorlds:
      - Survival
      - Mina
      - Tiendas
    witcher:
      totalLimit: 4
      publicLimit: 4
      privateLimit: 4
      affectedWorlds:
      - Survival
      - Mina
      - Tiendas
    skeleton:
      totalLimit: 5
      publicLimit: 5
      privateLimit: 5
      affectedWorlds:
      - Survival
      - Mina
      - Tiendas
    creeper:
      totalLimit: 6
      publicLimit: 6
      privateLimit: 6
      affectedWorlds:
      - Survival
      - Mina
      - Tiendas
    strider:
      totalLimit: 7
      publicLimit: 7
      privateLimit: 7
      affectedWorlds:
      - Survival
      - Mina
      - Tiendas
    enderman:
      totalLimit: 8
      publicLimit: 8
      privateLimit: 8
      affectedWorlds:
      - Survival
      - Mina
      - Tiendas
    blaze:
      totalLimit: 9
      publicLimit: 9
      privateLimit: 9
      affectedWorlds:
      - Survival
      - Mina
      - Tiendas
timers:
  enabled: false
  forSigns: false
  warpCooldown:
    notifyOnFinish: false
  warpWarmup:
    abortOnDamage: false
    abortOnMove: false
    notifyOnStart: true
  defaultTimer:
    warpCooldown: 15
    warpWarmup: 15
  configuredTimers: []
economy:
  enabled: false
  informAfterTransaction: true
  defaultFee:
    assets: 0
    create: 25
    createPrivate: 25
    delete: 25
    give: 25
    help: 0
    info: 0
    invite: 25
    list: 0
    point: 25
    private: 25
    public: 25
    uninvite: 25
    update: 25
    warpPlayer: 25
    warpSignCreate: 25
    warpSignUse: 25
    warpTo: 25
    welcome: 25
  configuredFees: []
dynmap:
  enabled: false
  layer:
    displayName: MyWarp
    hiddenByDefault: false
    priority: 10
  marker:
    iconID: mywarp_warp-32
    minZoom: 0
    showLabel: false
slf4j:
  showShortLogName: false

People with permissions can do 5 mywarps in each world but they can do 1

commented
[09:46:39 INFO]: [MyWarp] Enabling MyWarp v3.1.1-SNAPSHOT+Travis-b1868.git-c361eb8f4b
[09:46:39 INFO]: [MyWarp] Flyway Community Edition 6.5.6 by Redgate
[09:46:39 INFO]: [MyWarp] Database: jdbc:h2:/home/container/plugins/MyWarp/warps (H2 1.4)
[09:46:39 INFO]: [MyWarp] Successfully validated 2 migrations (execution time 00:00.041s)
[09:46:39 INFO]: [MyWarp] Current version of schema "mywarp": 1
[09:46:39 INFO]: [MyWarp] Schema "mywarp" is up to date. No migration necessary.
[09:46:40 WARN]: [MyWarp] The limit bundle 'cow' is configured to affect the world 'Survival' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'cow' is configured to affect the world 'Mina' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'cow' is configured to affect the world 'Tiendas' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'witcher' is configured to affect the world 'Survival' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'witcher' is configured to affect the world 'Mina' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'witcher' is configured to affect the world 'Tiendas' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'skeleton' is configured to affect the world 'Survival' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'skeleton' is configured to affect the world 'Mina' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'skeleton' is configured to affect the world 'Tiendas' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'creeper' is configured to affect the world 'Survival' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'creeper' is configured to affect the world 'Mina' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'creeper' is configured to affect the world 'Tiendas' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'strider' is configured to affect the world 'Survival' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'strider' is configured to affect the world 'Mina' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'strider' is configured to affect the world 'Tiendas' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'enderman' is configured to affect the world 'Survival' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'enderman' is configured to affect the world 'Mina' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'enderman' is configured to affect the world 'Tiendas' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'blaze' is configured to affect the world 'Survival' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'blaze' is configured to affect the world 'Mina' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
[09:46:40 WARN]: [MyWarp] The limit bundle 'blaze' is configured to affect the world 'Tiendas' which does NOT exist. The bundle is active, but the configuration for this world is ignored.
commented

As you can see in the log, the limits are not working because there are not worlds named Survival, Mina, Tiendas. The name needs to match the world's name exactly, including the capitalisation. Please check that your worlds are named i.e. Survival and not survival.

If this does not help, what is the output of /mw assets?

commented

The name of the folders its correct including the capitalisation, Survival Mina and Tiendas

commented

Sorry for not getting back to you earlier. I cannot reproduce the issue. I still think there is an issue in the naming of the worlds.

Can you login to your server and post the output of /warp assets?
If you are using Multiverse, can you post the output of /mv list? (If you are not using Multiverse, the plugin you are using to handle multiple worlds may still allow you to list all worlds.)

commented

Please give the last development build a try. It will display a list of all worlds together with the warning message you posted above. Please makle sure that the world-names in the config.yml exactly match the world-names shown in the warning message.

commented

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.