Help Me Find a Plugin!

Discussion in 'Bukkit Help' started by coloneljdog, Jul 15, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    coloneljdog

    Hello everyone, I hope this is the right forum.

    A current bug in PermissionsEx is preventing me from being able to modify offline players. The only way to do this is to wait until the player comes online before changing their rank. This issue is supposed to be fixed in a future version of the plugin, but for now, I need a plugin that can queue commands and execute them when a player comes online. That would provide a solution to the issue I'm having.

    If you need me to clarify anything, let me know.

    Thank you!
     
  2. Offline

    The Fancy Whale

    I would put this in the plugin requests section. Also, why not just use a different permissions plugin?
     
  3. Offline

    jacobdynomite

    the answer is "group manager" it is an essentials plugin
     
  4. Offline

    Larry3859

    ye use group manger
     
  5. Offline

    LHammonds

    Or edit the permissions.yml file directly and issue "/pex reload" for the changes to take effect.

    Please don't ever say "current" version. Please be exact in the version you are talking about since people reading this later on may not know what version is "current" on the day you posted or that you actually know what is really current.

    I just used Craftbukkit 1.7.9-R0.2 and PEX 1.22.1 and was able to set the group of a player that was offline. These were the commands I used:
    Code:
    /pex user derp
    
    It showed he belong to no group and had no permissions other than the implicit default.
    Code:
    /pex user derp group set default
    /pex user derp add bukkit.command.say
    
    It then said "User groups set!" I then ran the 1st command again:
    Code:
    /pex user derp
    
    It now shows him specifically set to the default group and has a direct permission node.

    If I look in permissions.yml, it does in fact show that user with that group set and the permission node added.

    This was all done after said user came online and was then offline the entire time these commands were run.

    LHammonds
     
Thread Status:
Not open for further replies.

Share This Page