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

    Lolmewn

    Can I set a Prefix with this?
    I'd really love to see that (Or at least know what command I have to use in Permissions, since I really cant find it).
     
  3. Offline

    VinnieLDN

    Permissions 3.x is hard to find, would be useful to include a link in the top post.
     
  4. Offline

    Sayshal

    How do I broadcast it when I update groups.
     
  5. Offline

    staryg

    On my server premissionsplus donĀ“t work when i do /pl when i am online it only stands permissions is workin (and every plugin in my plugin-folder)not permissionsplus.
    And i wanna know what to do?
     
  6. Offline

    Stodo

    Where are the permissions nodes? They on the link you gave.

    PERMISSION NODES!!!!!!! I WILL SMASH MY HEAD THROUGH A WALL I NEED THEM!!!:mad:

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  7. Offline

    Sayshal

    To do what? in-game group changing? p2.*
     
  8. Offline

    Stodo

    yes. Isnt that whats it for?
     
  9. Offline

    Sayshal

    Yep, that's the node:
    p2.*
     
  10. Offline

    RimmDawwg

    Hey, Whats the permission for this, so i can add the permission to groups :D
     
  11. Offline

    Sayshal

    Wow.. read up one post.. Wow...
     
    Samiby likes this.
  12. Offline

    staryg

    can anyone help me?!
     
  13. Offline

    Valdrec

    I'm getting an issue (and another server I know of has the same issue) where basically Permissions plus isn't working at all. I've added a new rank (Moderators rank 3) and as such, Admins have been moved to rank 4. Since then, Permissions plus stopped doing it's job. I can't get it do any of it's usual functions, such as /promote /demote. The permissions work fine, Permissions plus is running, but it's not actually working :mad:
    Any help/advice with this problem? I'm really hoping it's just something simple.
     
  14. Offline

    abaldwin11

    I'm new to this plugin and when I installed it I didn't get a folder with a config file, is this normal?
     
  15. Offline

    Stodo

    Try clearing all the ranksets and redoing them? Reinstall permissions-plus?
     
  16. Offline

    DigitalTyrant

    Are your members assigned more than one group? Can you post your groups yml
     
  17. Offline

    Dustin545

    can i add colors to poeples names with this
     
  18. Offline

    DigitalTyrant

    This plugin allows you to modify the setting within Permissions that coordinates with iChat to allow the coloring of people's names.
     
  19. Offline

    Valdrec

    Really bizzare thing happened... it fixed itself.

    Although if it's relevent, no members were assigned to more then one group, and:


    Code:
    groups:
        Guest:
            default: false
            info:
                prefix: '&8[Guest]&f '
                suffix: '&f'
                build: false
                rank: 1
            permissions:
            - 'commandbook.say.me'
            - 'commandbook.who'
            - 'commandbook.motd'
            - 'commandbook.rules'
            - 'commandbook.msg'
    
        Members:
            default: true
            info:
                prefix: '&b[Member]&f '
                suffix: '&f'
                build: true
                rank: 2
            inheritance:
            - Guest
            permissions:
            - 'myhome.home.basic.home'
            - 'myhome.home.basic.set'
            - 'myhome.home.basic.delete'
            - 'commandbook.spawn'
            - 'towny.town.resident'
            - 'towny.town.new'
            - 'towny.town.claim'
            - 'towny.town.plot'
            - 'towny.nation.new'
            - 'towny.top'
            - 'towny.spawntp'
            - 'towny.spawntp'
            - 'iConomy.payment'
            - 'towny.wild.build'
            - 'towny.wild.switch'
            - 'towny.wild.destroy'
            - 'towny.wild.item_use'
            - 'shop.create'
    
        Moderators:
            default: false
            info:
                prefix: '&1[Moderator]&f '
                suffix: '&f'
                build: true
                rank: 3
            inheritance:
            - Members
            permissions:
            - 'commandbook.mute'
            - 'commandbook.kick'
            - 'commandbook.bans.ban'
            - 'commandbook.bans.unban'
            - 'commandbook.whois'
    
        Admins:
            default: false
            info:
                prefix: '&4[Admin]&f '
                suffix: '&f'
                build: true
                rank: 4
            permissions:
            - '*'
     
  20. Offline

    Yahtze

    Your 'Guest' rank is rank 1, but its not set as the default group. Are new players that log in set as 'Guest' or 'Member' ?
     
  21. Offline

    Mrtaylan

    can someone please explain me how permission nodes work.
     
  22. 2011-08-28 01:53:16 [INFO] [P2] version 3.2 has been enabled.
    2011-08-28 01:53:16 [INFO] [P2] Group Member does not have a rank defined in World world
    2011-08-28 01:53:16 [INFO] [P2] Group Supporter does not have a rank defined in World world
    2011-08-28 01:53:16 [INFO] [P2] Group Admin does not have a rank defined in World world
    2011-08-28 01:53:16 [INFO] [P2] Group Moderator does not have a rank defined in World world
    2011-08-28 01:53:16 [INFO] [P2] Group Owner does not have a rank defined in World world
    2011-08-28 01:53:16 [INFO] [P2] Group Guest does not have a rank defined in World world
    2011-08-28 01:53:16 [INFO] [P2] Group Bitch does not have a rank defined in World world
    2011-08-28 01:53:16 [INFO] [P2] Group SemiAdmin does not have a rank defined in World world
    2011-08-28 01:53:16 [INFO] [P2] Group Donator does not have a rank defined in World world
    2011-08-28 01:53:16 [INFO] [P2] Group Ho does not have a rank defined in World world
    2011-08-28 01:53:17 [INFO] [P2] Group Hoe does not have a rank defined in World world
    2011-08-28 01:53:17 [INFO] [P2] Some groups do not have a rank defined, some commands are disabled.
    2011-08-28 01:53:17 [INFO] [P2] Group Member does not have a rank defined in World world_nether
    2011-08-28 01:53:17 [INFO] [P2] Group Supporter does not have a rank defined in World world_nether
    2011-08-28 01:53:17 [INFO] [P2] Group Admin does not have a rank defined in World world_nether
    2011-08-28 01:53:17 [INFO] [P2] Group Moderator does not have a rank defined in World world_nether
    2011-08-28 01:53:17 [INFO] [P2] Group Owner does not have a rank defined in World world_nether
    2011-08-28 01:53:17 [INFO] [P2] Group Guest does not have a rank defined in World world_nether
    2011-08-28 01:53:17 [INFO] [P2] Group Donator does not have a rank defined in World world_nether
    2011-08-28 01:53:17 [INFO] [P2] Some groups do not have a rank defined, some commands are disabled.
    2011-08-28 01:53:17 [INFO] [P2Aliases] 1.3 Enabled.

    thats the error i keep getting please help
     
  23. Offline

    Sayshal

    You have to add a rank to every group, as it says. 1 = lowest 100 = Admin/Owner
    just add it after before permissions:
    rank: 1-100
     
  24. So how would i do that :
    Admin:
    default: false
    info:
    prefix: '&cAdmin'
    suffix: '&4'
    build: true
    rank: 1-100
    inheritance:
    - Moderator
    permissions:
    - '*'
    - -essentials.kill
    - -worldguard.slay
    - -worldguard.slay.other
    - -essentials.kill.other
    - lwc.admin
     
  25. Offline

    PluginSearcher

    Why doesn't this work for me? I've tried to write /groupadd Tug_gum_i Admin like 5 times, but it doesn't work, as I said before. Do you know why?
     
  26. Offline

    Sayshal

    Code:
    Admin:
    
    default: false
    
    info:
    
    prefix: '&cAdmin'
    
    suffix: '&4'
    
    build: true
    
    rank: 100
    
    inheritance:
    
    - Moderator
    
    permissions:
    
    - '*'
    
    - -essentials.kill
    
    - -worldguard.slay
    
    - -worldguard.slay.other
    
    - -essentials.kill.other
    
    - lwc.admin
     
  27. Offline

    Locx

    @DigitalTyrant

    Hello once again. I was able to solve my problem. sort of. A certain group is able to set groups now (/groupset [playername] [group]) But they are also aloud to set them self's as admins. Is there any way I can make a group only promote for certain groups?
     
  28. Offline

    NemisisX31

    Beautiful. Thanks so much! :)
     
  29. Offline

    Dustin545

    what is the console command to give some one a sertain group

    any one help it keeps saying the group done not have a rank

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 17, 2016
  30. Offline

    Arjan

    Can you please help me with this of topic Q?:
    Can you help me fix this chunk error:
    20:46:50 [INFO] Disconnecting robin [/5.238.79.152:49426]: Internal server error
    20:46:50 [WARNING] Failed to handle packet: java.lang.ClassCastException: org.getspout.spout.block.mcblock.CustomBlock cannot be cast to net.minecraft.server.BlockFlower
    java.lang.ClassCastException: org.getspout.spout.block.mcblock.CustomBlock cannot be cast to net.minecraft.server.BlockFlower
    at net.minecraft.server.WorldGenFlowers.a(SourceFile:21)
    at net.minecraft.server.ChunkProviderGenerate.getChunkAt(SourceFile:579)
    at org.bukkit.craftbukkit.generator.NormalChunkGenerator.getChunkAt(NormalChunkGenerator.java:45)
    at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:177)
    at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:99)
    at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:31)
    at net.minecraft.server.PlayerManager.a(PlayerManager.java:45)
    at net.minecraft.server.PlayerManager.addPlayer(PlayerManager.java:94)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:134)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:74)
    at net.minecraft.server.Packet1Login.a(SourceFile:43)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:40)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     

Share This Page