Inactive [SEC] PermissionsPlus v3.2.5p - Alternative commands to modify Permissions in-game now w/MWS [1337]

Discussion in 'Inactive/Unsupported Plugins' started by DigitalTyrant, Mar 20, 2011.

  1. Offline

    DigitalTyrant

    PermissionsPlus - Adds ability to modify Permissions in-game

    Updated: 10/6/2011
    Version: 3.2.5p [jar]
    CraftBukkit: [b1337jnks]
    Description:
    PermissionsPlus adds commands to allow administrators the ability to modify their Permissions config from within Minecraft client. The most complete Permissions editing plugin for Bukkit. Supports Multi-World. Updated for MultiPlay!​
    REQUIRES: Permissions 3.x - Permissions Thread

    Includes: P2Aliases updated 10/6/2011

    Feedback: http://p2.idea.informer.com/

    Get updates on TWITTER!

    Installation and Usage information and Permissions nodes
    are available at Mymchost.com

    Information:

    It appears that I am not the only server admin that stuck to Permissions v2.7.4 so, I have released PermissionsPlusLegacy v2.4. It is a RB1000+ compatible version of PermissionsPlus v2.3. You can download this in the change log below.
    • You can specify multiple worlds separated using a comma. Do not use any spaces after the comma.
      Code:
      w:World1,World2,World3
    • You can specify all worlds using an asterisk.
      Code:
      w:*
    • You can specify multiple groups using commas for the /user -addgroup command.
      Code:
      /user -addgroup u:Username s:Group1,Group2,Group3
    • All Usernames and Groups can be shortened. You will be notified if more than one possible match is found.
      Code:
      digital = DigitalTyrant, adm = Administrator
    • With 2.x+ you must add the info variable 'rank' to your groups in order to enable promote, demote and some group functions. You can set this variable from within the game using the command:
      Code:
      /group -setinfo g:GroupName i:rank s:1-100+
                           or
                         /rankset GroupName 1-100+ world 
      The higher the number the higher the rank. Make sure you use i:rank and not i:Rank it is case-sensitive.
    • You can now set Promote and Demote limits. The Promote limit is the highest rank they can promote to. Demote limit is the highest limit that they can demote from. You can set these using the commands:
      Code:
      /group -setinfo g:GroupName i:dlimit s:50
                         /group -setinfo g:GroupName i:plimit s:75 
    If you use want to Permissions + PermissionsPlus while using Essentials plugins, make sure you do not have FakePermissions or EssentialsGroupBridge enabled.



    Not sure how long this will be useful with Bukkit's upcoming Permissions system, but it allows the Moderators of my server to give new members access without having to modify the .yml file directly. I will continue development until the new Bukkit Permissions system has widely replaced Permissions plugin.
    Thanks to Nijikokun, original author of Permissions.

    Thanks and Enjoy!
     
  2. Offline

    weissi1994

    Ok but I only need to change the Group from Noob to Default
    maybe because of some other plugins ill try only permissions and permissionsplus
     
  3. Offline

    tomnicklin

    I am having a problem, my permissions work fine but when I try to add a member to a group i get "No groups found" pops up, heres my permissions file:

    Code:
    plugin:
        permissions:
            system: default
            copies:
    groups:
        Trial:
            default: true
            info:
                prefix: '&2'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.home'
                - 'essentials.motd'
                - 'essentials.rules'
                - 'essentials.sethome'
                - 'essentials.spawn'
                - 'essentials.signs.free.use'
                - 'essentials.signs.heal.use'
                - 'essentials.warp'
                - 'lwc.protect'
        Mod:
            default: false
            info:
                prefix: '&9'
                suffix: ''
                build: true
            inheritance:
                - Builder
            permissions:
                - 'essentials.tp'
                - 'essentials.tphere'
                - 'essentials.ban'
                - 'essentials.kick'
                - 'essentials.time'
                - 'essentials.jump'
                - 'essentials.warp'
                - 'essentials.setwarp'
                - 'essentials.item'
                - 'essentials.spawn'
                - 'magiccarpet.mc'
                - 'essentials.signs.free.use'
                - 'essentials.signs.heal.use'
                - 'lwc.mod'
        Owner:
            default: false
            info:
                prefix: '&4'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
                - 'lwc.admin'
                - 'iConomyChestShop.shop.admin'
        SeMa:
            default: false
            info:
                prefix: '&b'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
        Admin:
            default: false
            info:
                prefix: '&2'
                suffix: ''
                build: true
            inheritance:
            permissions:
                - '*'
        Builder:
            default: false
            info:
                prefix: ''
                suffix: ''
                build: true
            inheritance:
            permissions:
                - 'essentials.help'
                - 'essentials.home'
                - 'essentials.motd'
                - 'essentials.rules'
                - 'essentials.sethome'
                - 'essentials.spawn'
                - 'essentials.signs.free.use'
                - 'essentials.signs.heal.use'
                - 'essentials.warp'
                - 'lwc.protect'
    users:
        tomnicklin:
            group: Owner
            permissions:
        kgwilson1994:
            group: Mod
            permissions:
        Tex170:
            group: Mod
            permissions:
        SoldierZ3r0:
            group: Mod
            permissions:
        Its_Beth:
            group: Builder
            permissions:
        Silverbrit:
            group: SeMa
            permissions:
        HantorFolez:
            group: Builder
            permissions:
        HunterW3422:
            group: Builder
            permissions:
        TTimoNN:
            group: Mod
            permissions:
        EdgarsAdvance:
            group: Builder
            permissions:
        dymond1996:
            group: Builder
            permissions:
        awesomesawyer:
            group: Builder
            permissions:
        njservia:
            group: Builder
            permissions:
        doulz:
            group: Builder
            permissions:
        drucrazy:
            group: Builder
            permissions:
        RobINC:
            group: Builder
            permissions:
        Godisgubbe:
            group: Builder
            permissions:
        neroxen:
            group: Builder
            permissions:
        djstrikes3:
            group: Builder
            permissions:
        kadenbarker:
            group: Builder
            permissions:
        austy108642:
            group: Builder
            permissions:
        D4RKSN1P3R:
            group: Builder
            permissions:
        JSmoove98:
            group: Builder
            permissions:
        Eviljimchicken:
            group: Builder
            permissions:
        beamreaching2:
            group: Builder
            permissions:
        SportzRox24:
            group: Builder
            permissions:
        mailliwgod:
            group: Builder
        iPlay4FunMC:
            group: Builder
        BIGbigDAN:
            group: Builder
        lovehammer:
            group: Builder
        carlicious:
            group: Builder
        Kevin11226:
            group: Builder
        Karlolucic:
            group: Builder
        Duckkie:
            group: Builder
        MOHBoy:
            group: Builder
        Lomztein:
            group: Builder
        krimes123:
            group: Builder
        reloic1:
            group: Builder
        Lutimer:
            group: Builder
        Vunutus:
            group: Builder
        jport1975:
            group: Builder
        baardie:
            group: Builder
        Toadster27:
            group: Builder
    
    If you think I should make a new permissions file I dont mind, but for example a player called Jason Im trying to make him mod, so I type /group jason Mod - and "No groups found" pops up?
     
  4. Offline

    DigitalTyrant

    @tomnicklin The permissions work on my test server. What is the absolute path to your permissions yml file?
     
  5. Offline

    DJ_Idol

    2011-04-26 22:58:26 [INFO] [PermissionsPlus] Attached to Permissions version: 2.7
    2011-04-26 22:58:26 [INFO] [PermissionsPlus] version 1.5.1 has been enabled.

    It doesn't give me any errors in the console when I try to use a command, just says DJ Idol issued server command: blah blah blah.
     
  6. Offline

    tomnicklin

    I am not 100% sure what that means, I am using Multiplay hosting services so I have no direct contact with files, I configure via Clanforge...
     
  7. Offline

    zebras

    Is there a way to get rid of this message?
    [​IMG]
     
  8. Offline

    Shooty

    Don't work for me in b733, nothing message appear but the plugin is launch
     
  9. Offline

    DigitalTyrant

    not in the current version, but in a future version I plan to make all messages customizable.
     
  10. Offline

    ars80

    I'm on 733 as well and I can't not even get it to run hehe.. does it have to be in the plugins folder or permissions folder?.. here is the error I get.. any ideas?
    2011-04-27 08:28:59 [SEVERE] Could not load 'plugins\PermissionsPlus.jar' in folder 'plugins':
    java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at java.util.jar.JarFile.<init>(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:55)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:160)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:108)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:85)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:217)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:144)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:259)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
     
  11. Offline

    zebras

    So i'm using another plugin :/ i liked this more because i can use it trough cmd :)
     
  12. Offline

    DigitalTyrant

    I would try re-downloading the latest version. Could also try checking the MD5 to make sure the file is completely downloaded properly.
     
  13. Offline

    ars80

    I just redownloaded the version on the first page, 1.5.1 and tried it again, same error.. do you need an MD5 file to check the plugin?.. is it because I am using 733?.. thanks for the help anyways..
     
  14. Offline

    DigitalTyrant

    I will do some more testing on 733 but I have had no issues.

    What os are you running the server on?
    What is the size of the permissionsplus.jar file?
     
  15. Offline

    oliverw92

    Isn't working for me either - just get unknown command for everything.
     
  16. Offline

    DigitalTyrant

    What does it say in the console? Unknown command means bukkit hasn't loaded the plugin. The console should give insight as to why it didn't get loaded.
     
  17. Offline

    oliverw92

    It loads fine and there are no error messages.
     
  18. Offline

    Frozen91

    Hi i'm getting some errors when i try to run "get" commands... -> unknow console command :(

    Log:

    [PermissionsPlus] Attached to Permissions version : 2.7
    [PermissionsPlus] version 1.5.1 has been enabled.

    Any fix for this?
     
  19. Offline

    DigitalTyrant

    What version of CB are you running?

    Which commands in particular are you having issues with?
    group, promote, demote, getgroupperms, setgroupperm, removegroupperm, getuserperms, setuserperm, removeuserperm are the commands that PermissionsPlus listen for

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 12, 2016
  20. Offline

    oliverw92

    None of them work
     
  21. Offline

    Frozen91

    I'm running CB b733
     
  22. Offline

    DigitalTyrant

    so every command except getuserperms and getgroupperms works but those two don't?
     
  23. Offline

    Frozen91

    Yes all other commands work perfectly
     
  24. Offline

    wafels45

    Hi, I am trying to use your plugin but it says this
    PermissionsPlus: Required Permissions version 2.7+ not found. Found version: 2.0
    PermissionsPlus: Unable to load Permissions.
    PermissionsPlus: has been disabled.

    I have no clue why its doing that because I have 2.7, but I notticed a plugin loading by the name of FakePermissions is that the real permissions or another plugin? And I cant find that FakePermissions in my plugin folder...
     
  25. Offline

    DigitalTyrant

    I would delete your Permissions.jar and redownload the version found here
     
  26. Offline

    wafels45

    allready tried that...
     
  27. Offline

    DigitalTyrant

    @GmK
    You've redownloaded and it still says 2.0 and fake permissions?
    I've never heard of fake permissions, hmm
     
  28. Offline

    Jeyge

    Fake permissions is what GroupManager uses to interface with plugins that require permissions and not GroupManager. It just mimics the permissions api calls.
     
  29. Offline

    ars80

    I am not sure, have a server with a hosting company, but did an info in minecraft and it shows Windows Server 2008 R2 6.1, running bukkit 733.
    It shows up as 10.64 KB after uploading to my server and 11KB in my windows explorer folder.

    I am not sure why it doesn't load.. ?
     
  30. Offline

    GmK

    Wrong @, I guess you meant @wafels45
     
  31. Offline

    DigitalTyrant

    lol, yes. yes I did, sorry haha
     

Share This Page