New players not getting workbenches #76


  • Defect
  • Replied
Open
Assigned to siguza
  • _ForgeUser6835820 created this issue Dec 1, 2013

    Is it possible there's an issue with the data.db file that would make it so new players can't use workbenches? Recently noticed the workbench feature only works for players who've had it since a longer period, not for anyone that has gained the permission recently.

    The data.db file is 56325 bytes and 1133 lines, could there be an issue there?

  • _ForgeUser6835820 added the tags New Defect Dec 1, 2013
  • _ForgeUser6835820 posted a comment Dec 1, 2013

    Actually that's not possible, I switched to an SQL DB quite a while ago, which has 11,388 entries.

    And the newer players are listed in that table, yet their workbench does not work, keeps telling them they don't have one :(

  • Siguza posted a comment Dec 1, 2013

    I don't think the database has anything to do with that. Could you please attach your config.yml (and configs for other worlds, if present)?

  • _ForgeUser9544579 posted a comment Dec 3, 2013

    Same problem here. Old players have 10 of the /chests available but when the newer players got permission, they had to /vp chest buy as well as all the other virtual commands.

  • Siguza posted a comment Dec 4, 2013

    What permissions plugin are you both using?

  • Siguza removed a tag New Dec 5, 2013
  • Siguza added a tag Waiting Dec 5, 2013
  • _ForgeUser7359961 posted a comment Dec 11, 2013

    I was having a similar issue with peoples virtualpack limits not changing when their group did. People who should be able to purchase chests, furnaces and such were told they could have a max of zero. I switched the group config to use the newer tool limits inside of group nodes but that's given everyone a max of 10 everything. Using bpermissions

  • _ForgeUser6835820 posted a comment Dec 15, 2013

    PEX here.

  • Siguza posted a comment Dec 15, 2013

    I'm just trying to find out whether this is a startup or runtime related problem, because the packs are checked for things to be given out to players only on startup and reload, so when the permissions are not set up when VirtualPack loads the user data (happens with GroupManager), nothing is given out. If players can't buy stuff however, then either VirtualPack or Vault is failing completely at handling permissions. :/

  • _ForgeUser7359961 posted a comment Dec 15, 2013

    @Siguza: Go

    I used to be able to reload the plugin or wait for a restart and it would detect the group change fine. Now neither seems to make a difference. Running stats on myself or another player to check limits also returns nothing.

  • Siguza posted a comment Jun 20, 2014

    Sorry for not replying for so long, but is anyone still having this problem?

  • Siguza removed a tag Replied Jun 20, 2014
  • Siguza added a tag Waiting Jun 20, 2014
  • _ForgeUser9544579 posted a comment Aug 29, 2014

    I have a similar issue with it not giving players /chest and /uncrafter even though they have the permission for it. Im using PEX aswell btw. I also noticed that the config i had was not the same as a new one i generated on a test server.


    Edited Aug 30, 2014
  • _ForgeUser9544579 removed a tag Waiting Aug 29, 2014
  • _ForgeUser9544579 added a tag Replied Aug 29, 2014
  • Siguza posted a comment Aug 31, 2014

    @Punkred: Go

    And tools.uncrafter.buy is '0' and tools.chest.start is bigger than 0?

  • _ForgeUser9544579 posted a comment Sep 4, 2014

    @Siguza: Go

    The buy is whats there by default, and the start is set to 10 or however the default is, i have only changed the mysql information if i recall.

    Heres the config just incase: http://pastebin.com/rhMwvasn


    Edited Sep 4, 2014
  • Siguza posted a comment Sep 4, 2014

    @Punkred: Go

    max is 10, start is 0.
    If you want your players to get free chests, set tools.chest.start to as many as you want. You probably want to set max to the same value, unless you want your players to be able to buy more.
    For the uncrafter, set tools.uncrafter.buy to 0, then it will be given out for free.

  • _ForgeUser9544579 posted a comment Sep 5, 2014

    @Siguza: Go

    Ok thanks ill do that.


    Edited Sep 7, 2014
  • _ForgeUser9544579 posted a comment Sep 7, 2014

    @Siguza: Go

    Ok im supposed to change this in the config correct? It looks like youre telling me permissions but im not sure lol. Ive changed it in the configs and some people are still having issues while others claim its been fixed

  • Siguza posted a comment Sep 7, 2014

    @Punkred: Go

    Yes, in the config.

    # I removed all the irrelevant nodes
    tools:
      uncrafter:
        buy: '0'
      chest:
        start: '5'
    

    But your players also need the permissions vpack.use.uncrafter and vpack.use.chest.


    Edited Sep 7, 2014
  • _ForgeUser9544579 posted a comment Sep 7, 2014

    @Siguza: Go

    My config is setup like this but i still had to manually give a player his chest. It seems to only affect certain players i believe, i have the permissions set correctly aswell.

    EDIT: My chest section in the config is like so:

      chest:
        max: '10'
        start: '10'
        multiply: '1'
        buy: '0'
        use: '0'
        size: '6'
        cooldown: '0'
    

    Edited Sep 7, 2014

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