Having some trouble with the plugin. #1


  • New
  • Defect
  • Started
Open
Assigned to _ForgeUser7443017
  • _ForgeUser7443017 created this issue Jan 21, 2012
    Owner

    Having some trouble with the plugin.

    1. Message people get when they try to exit the zone isn't taking the edit to the config file.
    2. Distance isn't really measured in blocks. It seems to make a difference, but i had to set the distance to ~100 to get a whole 15x15 room taken care of.
    3. When people get promoted with sign rank, they still can't leave the area. promoting them and then demoting them seems to do the trick, but this sort of defeats the whole purpose.

  • _ForgeUser7443017 added the tags New Defect Jan 21, 2012
  • _ForgeUser7443017 posted a comment Jan 21, 2012

    1. Known and is listed on "Known caveats" in the download. I will fix this soon.

    2. I was worried for this, and I suddenly realized why. Fixed :)

    3. Hmm, this I have no idea why is happening. You are sure you give them holdguest.nohold ? What version of this plugin are you using?

    http://dev.bukkit.org/server-mods/holdguest/files/5-hold-guest-0-0-4/


    Edited Jan 21, 2012
  • _ForgeUser3590651 posted a comment Jan 22, 2012

    1. Temp fix not working for me.
    2. This problem is resolved.
    3. They have the permission - Using version 0.4 now, was 0.3 before. I have several ranks, but they're starting at rank 0 without the permission. They bump to rank 1 (which has the permission) with signrank, still can't leave. To fix this I can bump them up to rank 2 and then back down to rank 1. I have not tried dropping them to rank 0 and then back up to rank 1 manually as a work around.

    Using minecraft 1.1, bukkit 1798. Permissions system is Group Manager. I can check versions of anything else if you're curious.


    Edited Jan 22, 2012
  • _ForgeUser7443017 posted a comment Jan 23, 2012

    @Conderan: Go

    1. Sorry about that, proper temp fix released.

    2. Good.

    3. I really don't know why this should happen. I am using the bukkit superPerms, so I don't mess much with permissions. I will see if there is a way for me to update the permissions, but I'm having some problems myself with permissions lately (for other plugins too), so it might be a bukkit bug or a Group Manager bug. The only thing I check for is

    player.hasPermission( perms );

    and there really isn't much more I can do. It might be better if I used Vault, so I will check it out.

  • _ForgeUser7443017 posted a comment Jan 23, 2012

    PS:

    3. What if the user tries re-logging?

  • _ForgeUser3590651 posted a comment Jan 23, 2012

    1. Yeah, that's fixed.
    3. Logging out and back in does fix it. I'm wondering if maybe this is a cache issue? like... its not rechecking the permissions?

  • _ForgeUser7443017 removed a tag Accepted Jan 24, 2012
  • _ForgeUser7443017 added a tag Started Jan 24, 2012
  • _ForgeUser7443017 posted a comment Jan 24, 2012

    @Conderan: Go

    Well, if it's a cache issue then it's not on my end. I don't cache permissions, I just do a regular lookup to the bukkit superPerms. I will have to see if there is anything I can do to manually recheck the permissions.


To post a comment, please login or register a new account.