Flat file permissions

Discussion in 'Bukkit Help' started by Flinta, Jan 22, 2011.

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

    Flinta

    Hello

    I got a small problem, I made this.

    perms_groups.txt:
    admins:*
    default:/help

    And im default, When i try /help on my server, it does nothing just blank. console say's "tried command: help"

    What im i doing wrong?
     
  2. Offline

    craftopia.net

    what groups plugin are you using?
     
  3. Offline

    Flinta

    WorldEdit, WorldGuard. thats it. As default user worldedit commands dont work. like it sepose to if restriction working, but /help dont work either only /tell. as admin on perms_users.txt: flinta:admins. and not on ops.txt . all commands work for worldedit and all.
     
  4. Offline

    jpDIV

    I'm not sure what you're trying to do, but there are no built in permissions systems for Bukkit, and so nothing's reading that text at all. If you want permissions, the best thing to do right now is use the Permissions plugin.

    If you want to use WorldEdit's permissions, look in its permissions file and use the YAML. It's confusing at first, but it's the way Bukkit is going, or so it seems.
     
  5. Offline

    Flinta

    well if you got WorldEdit, WorldGuard

    perms_groups.txt:
    admins:*
    default:/help

    perms_users.txt:
    flinta:admins

    This works as premissions. Default cant use worldedit/worldguard. But admin on perms_users.txt CAN. Its a Bug or something that Vanilia OP commands dont work with admin on perms_user.txt. Can Add /help on default on plugin you linked, dont work either. need be on ops.txt or have command plugin. like general or Essentials.
     
  6. Offline

    jpDIV

    Well, I guess you've stumbled upon something that I've never seen in reading all of the WorldEdit documentation, because I most definitely manage my WorldEdit permissions through the config.yml file, and that works just fine.

    But, if you're only using those two plugins, then /help isn't working because there is no plugin that gives the /help command. The only way you can use the /help that shows up in the server console is if you're an OP.

    If you want basic commands, /help included, then you'll have to run Essentials or General. These commands don't come with CraftBukkit, and the vanilla commands are only accessible if you're listed in the Ops.txt.
     
  7. Offline

    Flinta

    ah okej thats explains it. thanks!
     
Thread Status:
Not open for further replies.

Share This Page